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

/vbox/include/iprt/
H A Dcdefs.h1890 /** @def RT_H2LE_U64_C
1893 # define RT_H2LE_U64_C(u64) RT_BSWAP_U64_C(u64) macro
1895 # define RT_H2LE_U64_C(u64) (u64) macro

Completed in 53 milliseconds