Searched refs:crc32_tab (Results 1 – 1 of 1) sorted by relevance
46 static uint32_t crc32_tab[] = { variable109 value = crc32_tab[(value ^ byte[i]) & 0xff] ^ (value >> 8); in Crc32()