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

/vbox/include/iprt/
H A Dcdefs.h1906 /** @def RT_H2LE_U32_C
1909 # define RT_H2LE_U32_C(u32) RT_BSWAP_U32_C(u32) macro
1911 # define RT_H2LE_U32_C(u32) (u32) macro

Completed in 55 milliseconds