HomeSort by relevance Sort by last modified time
    Searched full:crc10_table (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
checksum.c 54 static const uint16_t crc10_table[256] = variable
108 crc10_table,
121 ^ crc10_table[( accum >> 2) & 0xff]

Completed in 89 milliseconds