Searched refs:FLAC__uint8 (Results 1 – 7 of 7) sorted by relevance
46 typedef unsigned __int8 FLAC__uint8; typedef58 typedef uint8_t FLAC__uint8; typedef71 typedef FLAC__uint8 FLAC__byte;
439 FLAC__uint8 crc;
30 static FLAC__uint8 crc8_update_ref(FLAC__byte byte, FLAC__uint8 crc);77 static FLAC__uint8 crc8_update_ref(FLAC__byte byte, FLAC__uint8 crc) in crc8_update_ref()110 FLAC__uint8 crc0,crc1; in test_crc8()
41 FLAC__uint8 const FLAC__crc8_table[256] = {366 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, uint32_t len) in FLAC__crc8()368 FLAC__uint8 crc = 0; in FLAC__crc8()
42 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, uint32_t len);
1015 FLAC__uint8 u8buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int32)]; in write_callback()1271 ubuf.u8buffer[sample] = (FLAC__uint8)(buffer[channel][wide_sample] + 0x80); in write_callback()
123 FLAC__uint8 u8[UBUFFER_INT8_SIZE];