Searched refs:FLAC__crc16 (Results 1 – 4 of 4) sorted by relevance
56 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
145 crc1 = FLAC__crc16(data, 0); in test_crc16()154 crc1 = FLAC__crc16(data, i + 1); in test_crc16()
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16() function
217 *crc = (FLAC__uint16)FLAC__crc16(buffer, bytes); in FLAC__bitwriter_get_write_crc16()