Searched defs:ENDSWAP_32 (Results 1 – 1 of 1) sorted by relevance
31 #define ENDSWAP_32(x) (bswap_32 (x)) macro41 #define ENDSWAP_32(x) ((int32_t) __builtin_bswap32 ((uint32_t) x)) macro67 #define ENDSWAP_32 ENDSWAP_32X macro88 #define ENDSWAP_32(x) (_byteswap_ulong (x)) macro98 #define ENDSWAP_32(x) ((((x) >> 24) & 0xFF) + (((x) >> 8) & 0xFF00) + (((x) & 0xFF00) << 8) + (((x… macro