Home
last modified time | relevance | path

Searched refs:Z7_BSWAP16 (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/C/
H A DCpuArch.h293 #define Z7_BSWAP16(v) _byteswap_ushort(v) macro
301 #define Z7_BSWAP16(v) __builtin_bswap16(v)
308 #define Z7_BSWAP16(v) ((UInt16) \
H A DSwapBytes.c435 #define SWAP2_16(i) { CSwapUInt16 v = items[i]; items[i] = Z7_BSWAP16(v); }

Completed in 2 milliseconds