OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 10 milliseconds
Indexes created Mon Oct 27 20:09:55 GMT 2025