Searched refs:brword (Results 1 – 2 of 2) sorted by relevance
54 typedef FLAC__uint32 brword; typedef70 typedef FLAC__uint64 brword; typedef105 brword *buffer;118 static inline void crc16_update_word_(FLAC__BitReader *br, brword word) in crc16_update_word_()273 br->buffer = malloc(sizeof(brword) * br->capacity); in FLAC__bitreader_init()318 fprintf(out, "%01d", br->buffer[i] & ((brword)1 << (FLAC__BITS_PER_WORD-j-1)) ? 1:0); in FLAC__bitreader_dump()327 fprintf(out, "%01d", br->buffer[i] & ((brword)1 << (br->bytes*8-j-1)) ? 1:0); in FLAC__bitreader_dump()357 const brword tail = br->buffer[br->consumed_words]; in FLAC__bitreader_get_read_crc16()405 const brword word = br->buffer[br->consumed_words]; in FLAC__bitreader_read_raw_uint32()406 …const brword mask = br->consumed_bits < FLAC__BITS_PER_WORD ? FLAC__WORD_ALL_ONES >> br->consumed_… in FLAC__bitreader_read_raw_uint32()[all …]
38 typedef FLAC__uint32 brword; typedef44 typedef FLAC__uint64 brword; typedef53 brword *buffer;