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

/freebsd-current/lib/libbz2/
H A DMakefile8 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
/freebsd-current/stand/libsa/
H A DMakefile91 .for i in bzlib.c crctable.c decompress.c huffman.c randtable.c
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dsections.c1675 static uint32_t crctable[256] = variable
1749 crc = crctable[(crc ^ *p++) & 0xFFL] ^ (crc >> 8);
/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.c2213 * - crctable[] generated using Rocksoft public domain code
2215 * Used in the Emulex SDK, the generated file crctable.out is cut and pasted into
2219 static unsigned short crctable[256] = variable
2279 crc = crctable[((crc>>8) ^ *blk_adr++) & 0xFFL] ^ (crc << 8);

Completed in 81 milliseconds