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 19 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025