Searched defs:InDivisor (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c150 * InDivisor - Divisor
163 UINT64 InDivisor,
183 if (InDivisor == 0)
189 Divisor.Full = InDivisor;
345 UINT64 InDivisor,
354 if (InDivisor == 0)
365 *OutQuotient = InDividend / InDivisor;
369 *OutRemainder = InDividend % InDivisor;
161 AcpiUtDivide( UINT64 InDividend, UINT64 InDivisor, UINT64 *OutQuotient, UINT64 *OutRemainder) argument
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c150 * InDivisor - Divisor
163 UINT64 InDivisor,
183 if (InDivisor == 0)
189 Divisor.Full = InDivisor;
345 UINT64 InDivisor,
354 if (InDivisor == 0)
365 *OutQuotient = InDividend / InDivisor;
369 *OutRemainder = InDividend % InDivisor;
161 AcpiUtDivide( UINT64 InDividend, UINT64 InDivisor, UINT64 *OutQuotient, UINT64 *OutRemainder) argument

Completed in 45 milliseconds