Searched defs:crc16_table (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dcrc16.c16 static __u16 const crc16_table[256] = { variable
71 crc16_table[(crc ^ *cp++) & 0xffU]) & 0x0000ffffU;
/external/fio/crc/
H A Dcrc16.c11 unsigned short const crc16_table[256] = { variable

Completed in 121 milliseconds