Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCrcReg.cpp14 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *tabl… typedef
18 extern CRC_FUNC g_CrcUpdate;
19 extern CRC_FUNC g_CrcUpdateT8;
20 extern CRC_FUNC g_CrcUpdateT4;
30 CRC_FUNC _updateFunc;
/external/lzma/C/
D7zCrc.c27 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *tabl… typedef
29 CRC_FUNC g_CrcUpdateT4;
30 CRC_FUNC g_CrcUpdateT8;
31 CRC_FUNC g_CrcUpdate;