Home
last modified time | relevance | path

Searched refs:Z7_BSWAP64 (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DXzCrc64Opt.c44 v = Z7_BSWAP64(v); in XzCrc64UpdateT1_BeT4()
58 return Z7_BSWAP64(v); in XzCrc64UpdateT1_BeT4()
H A DCpuArch.h295 #define Z7_BSWAP64(v) _byteswap_uint64(v) macro
303 #define Z7_BSWAP64(v) __builtin_bswap64(v)
315 #define Z7_BSWAP64(v) \
397 #define GetBe64(p) Z7_BSWAP64 (*(const UInt64 *)(const void *)(p))
H A DXzCrc64.c71 g_Crc64Table[i] = Z7_BSWAP64(x); in Crc64GenerateTable()
H A DSwapBytes.c488 v = Z7_BSWAP64(v); \

Completed in 3 milliseconds