OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__uint8
(Results
1 - 4
of
4
) sorted by null
/external/flac/include/FLAC/
ordinals.h
43
typedef unsigned __int8
FLAC__uint8
;
59
typedef uint8_t
FLAC__uint8
;
72
typedef
FLAC__uint8
FLAC__byte;
format.h
439
FLAC__uint8
crc;
[
all
...]
/external/flac/libFLAC/include/private/
crc.h
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);
/external/flac/libFLAC/
crc.c
114
void FLAC__crc8_update(const FLAC__byte data,
FLAC__uint8
*crc)
119
void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len,
FLAC__uint8
*crc)
125
FLAC__uint8
FLAC__crc8(const FLAC__byte *data, unsigned len)
127
FLAC__uint8
crc = 0;
Completed in 655 milliseconds