Home
last modified time | relevance | path

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

/third_party/libsnd/src/
H A Dsfendian.h34 #define ENDSWAP_16(x) (bswap_16 (x)) macro
40 #define ENDSWAP_16(x) ((int16_t) __builtin_bswap16 ((uint16_t) x)) macro
53 } /* ENDSWAP_16 */ in ENDSWAP_16X()
62 #define ENDSWAP_16 ENDSWAP_16X macro
83 #define ENDSWAP_16(x) (_byteswap_ushort (x)) macro
89 #ifndef ENDSWAP_16
90 #define ENDSWAP_16(x) ((((x) >> 8) & 0xFF) + (((x) & 0xFF) << 8)) macro
140 #define BE2H_16(x) ENDSWAP_16 (x)
144 #define H2BE_16(x) ENDSWAP_16 (x)
151 #define LE2H_16(x) ENDSWAP_16 (
[all...]
H A Dmat5.c282 if (CPU_IS_LITTLE_ENDIAN) version = ENDSWAP_16 (version) ; in mat5_read_header()
286 if (CPU_IS_BIG_ENDIAN) version = ENDSWAP_16 (version) ; in mat5_read_header()
293 version = ENDSWAP_16 (version) ; in mat5_read_header()

Completed in 2 milliseconds