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

/vbox/include/iprt/
H A Dcdefs.h1857 /** @def RT_BSWAP_U16
1860 # define RT_BSWAP_U16(u16) RT_BSWAP_U16_C(u16)
1862 # define RT_BSWAP_U16(u16) (__builtin_constant_p((u16)) \ macro
1865 # define RT_BSWAP_U16(u16) ASMByteSwapU16(u16) macro
1917 # define RT_H2LE_U16(u16) RT_BSWAP_U16(u16)
1966 # define RT_LE2H_U16(u16) RT_BSWAP_U16(u16)
2017 # define RT_H2BE_U16(u16) RT_BSWAP_U16(u16)
2065 # define RT_BE2H_U16(u16) RT_BSWAP_U16(u16)

Completed in 43 milliseconds