Searched defs:pQuotient (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);
1286 * @returns pQuotient, NULL if pValue2 is 0.
1287 * @param pQuotient Where to return the quotient.
1292 DECLINLINE(PRTUINT128U) RTUInt128DivRem(PRTUINT128U pQuotient, PRTUINT128U pRemainder, PCRTUINT128U pValue1, PCRTUINT128U pValue2) argument
1308 *pQuotient = *pValue1;
1309 return pQuotient;
1319 RTUInt128SetZero(pQuotient);
1326 RTUInt128AssignU64(pQuotient, 1);
1347 RTUInt128SetZero(pQuotient);
1360 RTUInt128AssignOrBit(pQuotient, iBitAdde
[all...]

Completed in 46 milliseconds