Home
last modified time | relevance | path

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

/external/lzma/C/
DXzCrc64.c45 #define FUNC_REF FUNC_NAME_LE macro
47 #define FUNC_REF FUNC_NAME_BE macro
49 #define FUNC_REF g_Crc64Update macro
50 …static UInt64 (Z7_FASTCALL *FUNC_REF)(UInt64 v, const void *data, size_t size, const UInt64 *table…
72 return FUNC_REF (v, data, size, g_Crc64Table); in Crc64Update()
114 FUNC_REF = FUNC_NAME_LE; in Crc64GenerateTable()
119 FUNC_REF = FUNC_NAME_BE; in Crc64GenerateTable()
134 #undef FUNC_REF