OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc16_byte
(Results
1 - 2
of
2
) sorted by null
/external/fio/crc/
crc16.h
22
static inline unsigned short
crc16_byte
(unsigned short crc,
function
crc16.c
52
crc =
crc16_byte
(crc, *cp++);
Completed in 44 milliseconds