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

/vbox/include/iprt/
H A Dcdefs.h1860 # define RT_BSWAP_U16(u16) RT_BSWAP_U16_C(u16)
1863 ? RT_BSWAP_U16_C(u16) : ASMByteSwapU16(u16))
1877 /** @def RT_BSWAP_U16_C
1879 #define RT_BSWAP_U16_C(u16) RT_MAKE_U16(RT_HIBYTE(u16), RT_LOBYTE(u16)) macro
1925 # define RT_H2LE_U16_C(u16) RT_BSWAP_U16_C(u16)
1974 # define RT_LE2H_U16_C(u16) RT_BSWAP_U16_C(u16)
2025 # define RT_H2BE_U16_C(u16) RT_BSWAP_U16_C(u16)
2073 # define RT_BE2H_U16_C(u16) RT_BSWAP_U16_C(u16)

Completed in 53 milliseconds