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

/external/syslinux/com32/include/
H A Dbyteswap.h22 #define __bswap_32_macro(v) ((uint32_t) \ macro
36 v = __bswap_32_macro(v);
42 __bswap_32_macro(x) : __bswap_32(x))
46 (((uint64_t)__bswap_32_macro((uint32_t)(v)) << 32) | \
47 (__bswap_32_macro((uint32_t)((uint64_t)(v) >> 32)))))

Completed in 45 milliseconds