Home
last modified time | relevance | path

Searched defs:ENDSWAP_16 (Results 1 – 1 of 1) sorted by relevance

/external/flac/include/share/
Dendswap.h44 #define ENDSWAP_16(x) (__builtin_bswap16 (x)) macro
52 #define ENDSWAP_16(x) (_byteswap_ushort (x)) macro
60 #define ENDSWAP_16(x) (bswap_16 (x)) macro
66 #define ENDSWAP_16(x) ((((x) >> 8) & 0xFF) | (((x) & 0xFF) << 8)) macro