Lines Matching refs:OutQuotient
99 UINT64 *OutQuotient, in AcpiUtShortDivide() argument
132 if (OutQuotient) in AcpiUtShortDivide()
134 *OutQuotient = Quotient.Full; in AcpiUtShortDivide()
164 UINT64 *OutQuotient, in AcpiUtDivide() argument
280 if (OutQuotient) in AcpiUtDivide()
282 *OutQuotient = Quotient.Full; in AcpiUtDivide()
313 UINT64 *OutQuotient,
330 if (OutQuotient)
332 *OutQuotient = InDividend / Divisor;
346 UINT64 *OutQuotient,
363 if (OutQuotient)
365 *OutQuotient = InDividend / InDivisor;