Home
last modified time | relevance | path

Searched refs:InDividend (Results 1 – 2 of 2) sorted by relevance

/third_party/lib/acpica/source/components/utilities/
A Dutmath.c162 UINT64 InDividend, in AcpiUtDivide() argument
190 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;
/third_party/lib/acpica/source/include/acpica/
A Dacutils.h705 UINT64 InDividend,
712 UINT64 InDividend,

Completed in 4 milliseconds