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

/vbox/include/iprt/
H A Dtypes.h495 /** @def RTUINT128_INIT_C
498 # define RTUINT128_INIT_C(a_Hi, a_Lo) { { UINT64_C(a_Hi), UINT64_C(a_Lo) } } macro
500 # define RTUINT128_INIT_C(a_Hi, a_Lo) { { UINT64_C(a_Lo), UINT64_C(a_Hi) } } macro

Completed in 57 milliseconds