OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRC_FUNC
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Common/
CrcReg.cpp
15
typedef UInt32 (MY_FAST_CALL *
CRC_FUNC
)(UInt32 v, const void *data, size_t size, const UInt32 *table);
17
extern
CRC_FUNC
g_CrcUpdate;
35
CRC_FUNC
_updateFunc;
/external/lzma/C/
7zCrc.c
26
typedef UInt32 (MY_FAST_CALL *
CRC_FUNC
)(UInt32 v, const void *data, size_t size, const UInt32 *table);
28
CRC_FUNC
g_CrcUpdate;
XzCrc64.c
31
typedef UInt64 (MY_FAST_CALL *
CRC_FUNC
)(UInt64 v, const void *data, size_t size, const UInt64 *table);
33
static
CRC_FUNC
g_Crc64Update;
Completed in 187 milliseconds