HomeSort by relevance Sort by last modified time
    Searched refs:CRC_FUNC (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Common/
CrcReg.cpp 14 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
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/
7zCrc.c 27 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
29 CRC_FUNC g_CrcUpdateT4;
30 CRC_FUNC g_CrcUpdateT8;
31 CRC_FUNC g_CrcUpdate;
XzCrc64.c 32 typedef UInt64 (MY_FAST_CALL *CRC_FUNC)(UInt64 v, const void *data, size_t size, const UInt64 *table);
34 static CRC_FUNC g_Crc64Update;

Completed in 916 milliseconds