Searched refs:FLAC__uint8 (Results 1 – 4 of 4) sorted by relevance
113 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc) in FLAC__crc8_update()118 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc) in FLAC__crc8_update_block()124 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len) in FLAC__crc8()126 FLAC__uint8 crc = 0; in FLAC__crc8()
43 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc);44 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc);45 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len);
40 typedef unsigned char FLAC__uint8; typedef67 typedef FLAC__uint8 FLAC__byte;
438 FLAC__uint8 crc;