Searched defs:RT_BSWAP_U32 (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h1846 /** @def RT_BSWAP_U32
1849 # define RT_BSWAP_U32(u32) RT_BSWAP_U32_C(u32)
1851 # define RT_BSWAP_U32(u32) (__builtin_constant_p((u32)) \ macro
1854 # define RT_BSWAP_U32(u32) ASMByteSwapU32(u32) macro
1901 # define RT_H2LE_U32(u32) RT_BSWAP_U32(u32)
1950 # define RT_LE2H_U32(u32) RT_BSWAP_U32(u32)
2001 # define RT_H2BE_U32(u32) RT_BSWAP_U32(u32)
2049 # define RT_BE2H_U32(u32) RT_BSWAP_U32(u32)

Completed in 41 milliseconds