RetroArch
Functions | Variables
crc.c File Reference
#include "include/private/crc.h"
Include dependency graph for crc.c:

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]
 

Function Documentation

◆ FLAC__crc16()

unsigned FLAC__crc16 ( const FLAC__byte data,
unsigned  len 
)

◆ FLAC__crc8()

FLAC__uint8 FLAC__crc8 ( const FLAC__byte data,
unsigned  len 
)
Here is the caller graph for this function:

◆ FLAC__crc8_update()

void FLAC__crc8_update ( const FLAC__byte  data,
FLAC__uint8 crc 
)

◆ FLAC__crc8_update_block()

void FLAC__crc8_update_block ( const FLAC__byte data,
unsigned  len,
FLAC__uint8 crc 
)

Variable Documentation

◆ FLAC__crc16_table

unsigned const FLAC__crc16_table[256]

◆ FLAC__crc8_table

FLAC__byte const FLAC__crc8_table[256]