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

/vbox/include/iprt/
H A Dcdefs.h1835 /** @def RT_BSWAP_U64
1838 # define RT_BSWAP_U64(u64) RT_BSWAP_U64_C(u64)
1840 # define RT_BSWAP_U64(u64) (__builtin_constant_p((u64)) \ macro
1843 # define RT_BSWAP_U64(u64) ASMByteSwapU64(u64) macro
1885 # define RT_H2LE_U64(u64) RT_BSWAP_U64(u64)
1934 # define RT_LE2H_U64(u64) RT_BSWAP_U64(u64)
1985 # define RT_H2BE_U64(u64) RT_BSWAP_U64(u64)
2033 # define RT_BE2H_U64(u64) RT_BSWAP_U64(u64)

Completed in 42 milliseconds