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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c84 * OutQuotient - Pointer to where the quotient is returned
99 UINT64 *OutQuotient,
132 if (OutQuotient)
134 *OutQuotient = Quotient.Full;
151 * OutQuotient - Pointer to where the quotient is returned
164 UINT64 *OutQuotient,
280 if (OutQuotient)
282 *OutQuotient = Quotient.Full;
313 UINT64 *OutQuotient,
330 if (OutQuotient)
96 AcpiUtShortDivide( UINT64 Dividend, UINT32 Divisor, UINT64 *OutQuotient, UINT32 *OutRemainder) argument
161 AcpiUtDivide( UINT64 InDividend, UINT64 InDivisor, UINT64 *OutQuotient, UINT64 *OutRemainder) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c84 * OutQuotient - Pointer to where the quotient is returned
99 UINT64 *OutQuotient,
132 if (OutQuotient)
134 *OutQuotient = Quotient.Full;
151 * OutQuotient - Pointer to where the quotient is returned
164 UINT64 *OutQuotient,
280 if (OutQuotient)
282 *OutQuotient = Quotient.Full;
313 UINT64 *OutQuotient,
330 if (OutQuotient)
96 AcpiUtShortDivide( UINT64 Dividend, UINT32 Divisor, UINT64 *OutQuotient, UINT32 *OutRemainder) argument
161 AcpiUtDivide( UINT64 InDividend, UINT64 InDivisor, UINT64 *OutQuotient, UINT64 *OutRemainder) argument
[all...]

Completed in 46 milliseconds