Searched refs:FLAC__crc16_update_words64 (Results 1 – 4 of 4) sorted by relevance
58 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
255 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()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64() function
141 …br->read_crc16 = FLAC__crc16_update_words64(br->buffer + br->crc16_offset, br->consumed_words - br… in crc16_update_block_()