Home
last modified time | relevance | path

Searched refs:crc16_lookup (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/lib/libkern/
H A Dcrc16.h36 static const uint16_t crc16_lookup[] = { variable
74 return crc16_lookup[((ccrc) ^ (b)) & 0xffu] ^ ((ccrc) >> 8); in crc16_byte()