Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/acpi/common/
H 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;
/titanic_50/usr/src/uts/intel/io/acpica/utilities/
H 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;
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacutils.h750 UINT64 InDividend,
757 UINT64 InDividend,