Searched refs:InDividend (Results 1 – 2 of 2) sorted by relevance
162 UINT64 InDividend, in AcpiUtDivide() argument190 Dividend.Full = InDividend; in AcpiUtDivide()311 UINT64 InDividend,332 *OutQuotient = InDividend / Divisor;336 *OutRemainder = (UINT32) (InDividend % Divisor);344 UINT64 InDividend,365 *OutQuotient = InDividend / InDivisor;369 *OutRemainder = InDividend % InDivisor;
705 UINT64 InDividend,712 UINT64 InDividend,
Completed in 4 milliseconds