Home
last modified time | relevance | path

Searched refs:FLAC__crc8_update_block (Results 1 – 2 of 2) sorted by relevance

/external/flac/libFLAC/include/private/
Dcrc.h45 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc);
/external/flac/libFLAC/
Dcrc.c119 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc) in FLAC__crc8_update_block() function