OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc7_byte
(Results
1 - 2
of
2
) sorted by null
/external/fio/crc/
crc7.h
6
static inline unsigned char
crc7_byte
(unsigned char crc, unsigned char data)
function
crc7.c
51
crc =
crc7_byte
(crc, *buffer++);
Completed in 130 milliseconds