Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dcrc.h58 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/external/flac/src/test_libFLAC/
Dcrc.c255 crc1 = FLAC__crc16_update_words64(words + i, n, crc1); in test_crc16_64bit_words()
263 crc1 = FLAC__crc16_update_words64(words, 0, crc1); in test_crc16_64bit_words()
/external/flac/src/libFLAC/
Dcrc.c422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64() function
Dbitreader.c141 …br->read_crc16 = FLAC__crc16_update_words64(br->buffer + br->crc16_offset, br->consumed_words - br… in crc16_update_block_()