HomeSort by: relevance | last modified time | path
    Searched defs:crc16_lookup (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/lib/libkern/
crc16.h 36 static const uint16_t crc16_lookup[] = { variable in typeref:typename:const uint16_t[]
74 return crc16_lookup[((ccrc) ^ (b)) & 0xffu] ^ ((ccrc) >> 8);

Completed in 19 milliseconds