Searched defs:crc8 (Results 1 – 6 of 6) sorted by relevance
39 uint8_t crc8; member70 uint8_t crc8; member
28 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() function
46 uint8_t crc8; member
37 uint8_t crc8; member
1880 public static int crc8(byte[] bytes, int start, int end, int initialValue) { in crc8() method in Util
2172 …FLAC__byte crc8, raw_header[16]; /* MAGIC NUMBER based on the maximum frame header size, including… in read_frame_header_() local