Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dcrc.h57 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
/external/flac/src/test_libFLAC/
Dcrc.c211 crc1 = FLAC__crc16_update_words32(words + i, n, crc1); in test_crc16_32bit_words()
219 crc1 = FLAC__crc16_update_words32(words, 0, crc1); in test_crc16_32bit_words()
/external/flac/src/libFLAC/
Dcrc.c398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32() function
Dbitreader.c139 …br->read_crc16 = FLAC__crc16_update_words32(br->buffer + br->crc16_offset, br->consumed_words - br… in crc16_update_block_()