Searched defs:crc8 (Results 1 – 6 of 6) sorted by relevance
39 uint8_t crc8; member70 uint8_t crc8; member
46 uint8_t crc8; member
2140 public static int crc8(byte[] bytes, int start, int end, int initialValue) { in crc8() method in Util
2136 public static int crc8(byte[] bytes, int start, int end, int initialValue) { in crc8() method in Util
3298 def crc8(buf): function
2257 …FLAC__byte crc8, raw_header[16]; /* MAGIC NUMBER based on the maximum frame header size, including… in read_frame_header_() local