Searched refs:crc32tab (Results 1 – 2 of 2) sorted by relevance
135 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00FFFFFF))
160 static u32 crc32tab[]; variable1563 static u32 crc32tab[] __attribute__ ((aligned(8))) = { variable