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

/vbox/include/iprt/
H A Duint128.h311 DECLINLINE(PRTUINT128U) RTUInt128DivRem(PRTUINT128U pQuotient, PRTUINT128U pRemainder, PCRTUINT128U pValue1, PCRTUINT128U pValue2);
324 return RTUInt128DivRem(pResult, &Ignored, pValue1, pValue2);
339 RTUInt128DivRem(&Ignored, pResult, pValue1, pValue2);
680 RTUInt128DivRem(&Result, &Ignored, pValue1Result, pValue2);
698 RTUInt128DivRem(&Ignored, &Result, pValue1Result, pValue2);
1292 DECLINLINE(PRTUINT128U) RTUInt128DivRem(PRTUINT128U pQuotient, PRTUINT128U pRemainder, PCRTUINT128U pValue1, PCRTUINT128U pValue2) function

Completed in 46 milliseconds