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

/vbox/include/iprt/
H A Dcdefs.h1922 /** @def RT_H2LE_U16_C
1925 # define RT_H2LE_U16_C(u16) RT_BSWAP_U16_C(u16) macro
1927 # define RT_H2LE_U16_C(u16) (u16) macro

Completed in 54 milliseconds