Searched refs:FLAC__uint8 (Results 1 – 4 of 4) sorted by relevance
114 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc) in FLAC__crc8_update()119 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc) in FLAC__crc8_update_block()125 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len) in FLAC__crc8()127 FLAC__uint8 crc = 0; in FLAC__crc8()
43 typedef unsigned __int8 FLAC__uint8; typedef59 typedef uint8_t FLAC__uint8; typedef72 typedef FLAC__uint8 FLAC__byte;
439 FLAC__uint8 crc;
44 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc);45 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc);46 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len);