Searched refs:crc32_tab (Results 1 – 3 of 3) sorted by relevance
13 extern const uint32_t crc32_tab[];21 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8); in crc32_raw()
72 static const uint32_t crc32_tab[] = { variable125 crc = crc32_tab[(crc ^ *p++) & 0xff] ^ (crc >> 8); in crc32()
63 const uint32_t crc32_tab[] = { variable