Searched refs:CRC_FUNC (Results 1 – 3 of 3) sorted by relevance
14 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *tabl… typedef18 extern CRC_FUNC g_CrcUpdate;19 extern CRC_FUNC g_CrcUpdateT8;20 extern CRC_FUNC g_CrcUpdateT4;30 CRC_FUNC _updateFunc;
27 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *tabl… typedef29 CRC_FUNC g_CrcUpdateT4;30 CRC_FUNC g_CrcUpdateT8;31 CRC_FUNC g_CrcUpdate;
32 typedef UInt64 (MY_FAST_CALL *CRC_FUNC)(UInt64 v, const void *data, size_t size, const UInt64 *tabl… typedef34 static CRC_FUNC g_Crc64Update;