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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c85 * OutRemainder - Pointer to where the remainder is returned
100 UINT32 *OutRemainder)
136 if (OutRemainder)
138 *OutRemainder = Remainder32;
152 * OutRemainder - Pointer to where the remainder is returned
165 UINT64 *OutRemainder)
284 if (OutRemainder)
286 *OutRemainder = Remainder.Full;
314 UINT32 *OutRemainder)
334 if (OutRemainder)
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.c85 * OutRemainder - Pointer to where the remainder is returned
100 UINT32 *OutRemainder)
136 if (OutRemainder)
138 *OutRemainder = Remainder32;
152 * OutRemainder - Pointer to where the remainder is returned
165 UINT64 *OutRemainder)
284 if (OutRemainder)
286 *OutRemainder = Remainder.Full;
314 UINT32 *OutRemainder)
334 if (OutRemainder)
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 124 milliseconds