![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Macros | |
#define | kCrcPoly 0xEDB88320 |
#define | CRC_NUM_TABLES 9 |
#define | CRC_UPDATE_BYTE_2(crc, b) |
Functions | |
UInt32 Z7_FASTCALL | CrcUpdateT1_BeT4 (UInt32 v, const void *data, size_t size, const UInt32 *table) |
UInt32 Z7_FASTCALL | CrcUpdateT1_BeT8 (UInt32 v, const void *data, size_t size, const UInt32 *table) |
UInt32 Z7_FASTCALL | CrcUpdateT4 (UInt32 v, const void *data, size_t size, const UInt32 *table) |
UInt32 Z7_FASTCALL | CrcUpdateT8 (UInt32 v, const void *data, size_t size, const UInt32 *table) |
UInt32 Z7_FASTCALL | CrcUpdate (UInt32 v, const void *data, size_t size) |
UInt32 Z7_FASTCALL | CrcCalc (const void *data, size_t size) |
UInt32 Z7_FASTCALL | CrcUpdateT1 (UInt32 v, const void *data, size_t size, const UInt32 *table) |
void Z7_FASTCALL | CrcGenerateTable (void) |
Variables | |
CRC_FUNC | g_CrcUpdateT8 |
CRC_FUNC | g_CrcUpdateT0_32 |
CRC_FUNC | g_CrcUpdateT0_64 |
CRC_FUNC | g_CrcUpdate |
UInt32 | g_CrcTable [256 *CRC_NUM_TABLES] |
#define CRC_NUM_TABLES 9 |
#define CRC_UPDATE_BYTE_2 | ( | crc, | |
b ) |
#define kCrcPoly 0xEDB88320 |
UInt32 Z7_FASTCALL CrcCalc | ( | const void * | data, |
size_t | size ) |
void Z7_FASTCALL CrcGenerateTable | ( | void | ) |
UInt32 Z7_FASTCALL CrcUpdate | ( | UInt32 | v, |
const void * | data, | ||
size_t | size ) |
UInt32 Z7_FASTCALL CrcUpdateT1_BeT4 | ( | UInt32 | v, |
const void * | data, | ||
size_t | size, | ||
const UInt32 * | table ) |
UInt32 Z7_FASTCALL CrcUpdateT1_BeT8 | ( | UInt32 | v, |
const void * | data, | ||
size_t | size, | ||
const UInt32 * | table ) |
UInt32 g_CrcTable[256 *CRC_NUM_TABLES] |
CRC_FUNC g_CrcUpdate |
CRC_FUNC g_CrcUpdateT0_32 |
CRC_FUNC g_CrcUpdateT0_64 |
CRC_FUNC g_CrcUpdateT8 |