Home
last modified time | relevance | path

Searched refs:crctable (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libbz2/
H A DMakefile8 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
/freebsd/stand/libsa/
H A DMakefile91 .for i in bzlib.c crctable.c decompress.c huffman.c randtable.c
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c1675 static uint32_t crctable[256] = variable
1749 crc = crctable[(crc ^ *p++) & 0xFFL] ^ (crc >> 8); in calc_crc32()
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c2219 static unsigned short crctable[256] = variable
2279 crc = crctable[((crc>>8) ^ *blk_adr++) & 0xFFL] ^ (crc << 8); in t10crc16()