RetroArch
|
#include "include/private/crc.h"
Functions | |
void | FLAC__crc8_update (const FLAC__byte data, FLAC__uint8 *crc) |
void | FLAC__crc8_update_block (const FLAC__byte *data, unsigned len, FLAC__uint8 *crc) |
FLAC__uint8 | FLAC__crc8 (const FLAC__byte *data, unsigned len) |
unsigned | FLAC__crc16 (const FLAC__byte *data, unsigned len) |
Variables | |
FLAC__byte const | FLAC__crc8_table [256] |
unsigned const | FLAC__crc16_table [256] |
unsigned FLAC__crc16 | ( | const FLAC__byte * | data, |
unsigned | len | ||
) |
FLAC__uint8 FLAC__crc8 | ( | const FLAC__byte * | data, |
unsigned | len | ||
) |
void FLAC__crc8_update | ( | const FLAC__byte | data, |
FLAC__uint8 * | crc | ||
) |
void FLAC__crc8_update_block | ( | const FLAC__byte * | data, |
unsigned | len, | ||
FLAC__uint8 * | crc | ||
) |
unsigned const FLAC__crc16_table[256] |
FLAC__byte const FLAC__crc8_table[256] |