Home
last modified time | relevance | path

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

/external/fio/crc/
Dcrc7.c51 crc = crc7_byte(crc, *buffer++); in fio_crc7()
Dcrc7.h6 static inline unsigned char crc7_byte(unsigned char crc, unsigned char data) in crc7_byte() function