Searched refs:FLAC__crc16_update_words32 (Results 1 – 4 of 4) sorted by relevance
57 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
211 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()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32() function
139 …br->read_crc16 = FLAC__crc16_update_words32(br->buffer + br->crc16_offset, br->consumed_words - br… in crc16_update_block_()