Searched refs:crc10_table (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dchecksum.c58 static const u_int16_t crc10_table[256] = variable
112 crc10_table,
125 ^ crc10_table[( accum >> 2) & 0xff]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dsafe_serial.c162 static const __u16 crc10_table[256] = { variable
199 #define CRC10_FCS(fcs, c) ((((fcs) << 8) & 0x3ff) ^ crc10_table[((fcs) >> 2) & 0xff] ^ (c))

Completed in 117 milliseconds