Searched refs:crc32tab (Results 1 – 2 of 2) sorted by relevance
151 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff))
123 static u_int32_t crc32tab[]; variable1181 static u_int32_t crc32tab[] __aligned(8) = { variable