Home
last modified time | relevance | path

Searched refs:brword (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dbitreader.c54 typedef FLAC__uint32 brword; typedef
70 typedef FLAC__uint64 brword; typedef
105 brword *buffer;
117 static inline void crc16_update_word_(FLAC__BitReader *br, brword word) in crc16_update_word_()
264 br->buffer = malloc(sizeof(brword) * br->capacity); in FLAC__bitreader_init()
309 fprintf(out, "%01u", br->buffer[i] & ((brword)1 << (FLAC__BITS_PER_WORD-j-1)) ? 1:0); in FLAC__bitreader_dump()
318 fprintf(out, "%01u", br->buffer[i] & ((brword)1 << (br->bytes*8-j-1)) ? 1:0); in FLAC__bitreader_dump()
343 const brword tail = br->buffer[br->consumed_words]; in FLAC__bitreader_get_read_crc16()
391 const brword word = br->buffer[br->consumed_words]; in FLAC__bitreader_read_raw_uint32()
411 const brword word = br->buffer[br->consumed_words]; in FLAC__bitreader_read_raw_uint32()
[all …]