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

/vbox/include/iprt/
H A Duint128.h1261 DECLINLINE(uint32_t) RTUInt128BitCount(PCRTUINT128U pValue) function
1333 uint32_t iBitAdder = RTUInt128BitCount(pValue1) - RTUInt128BitCount(pValue2);

Completed in 569 milliseconds