Searched refs:crctable (Results 1 – 4 of 4) sorted by relevance
7 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
91 .for i in bzlib.c crctable.c decompress.c huffman.c randtable.c
1675 static uint32_t crctable[256] = variable1749 crc = crctable[(crc ^ *p++) & 0xFFL] ^ (crc >> 8); in calc_crc32()
2219 static unsigned short crctable[256] = variable2279 crc = crctable[((crc>>8) ^ *blk_adr++) & 0xFFL] ^ (crc << 8); in t10crc16()