Home
last modified time | relevance | path

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

/external/flac/include/share/
Dendswap.h45 #define ENDSWAP_32(x) (__builtin_bswap32 (x)) macro
53 #define ENDSWAP_32(x) (_byteswap_ulong (x)) macro
61 #define ENDSWAP_32(x) (bswap_32 (x)) macro
67 #define ENDSWAP_32(x) ((((x) >> 24) & 0xFF) | (((x) >> 8) & 0xFF00) | (((x) & 0xFF00) << 8) | (((x… macro