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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c83 * Divisor - 32-bit divisor
98 UINT32 Divisor,
112 if (Divisor == 0)
124 ACPI_DIV_64_BY_32 (0, DividendOvl.Part.Hi, Divisor,
127 ACPI_DIV_64_BY_32 (Remainder32, DividendOvl.Part.Lo, Divisor,
150 * InDivisor - Divisor
168 UINT64_OVERLAY Divisor; local
189 Divisor.Full = InDivisor;
191 if (Divisor.Part.Hi == 0)
203 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor
96 AcpiUtShortDivide( UINT64 Dividend, UINT32 Divisor, UINT64 *OutQuotient, UINT32 *OutRemainder) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c83 * Divisor - 32-bit divisor
98 UINT32 Divisor,
112 if (Divisor == 0)
124 ACPI_DIV_64_BY_32 (0, DividendOvl.Part.Hi, Divisor,
127 ACPI_DIV_64_BY_32 (Remainder32, DividendOvl.Part.Lo, Divisor,
150 * InDivisor - Divisor
168 UINT64_OVERLAY Divisor; local
189 Divisor.Full = InDivisor;
191 if (Divisor.Part.Hi == 0)
203 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor
96 AcpiUtShortDivide( UINT64 Dividend, UINT32 Divisor, UINT64 *OutQuotient, UINT32 *OutRemainder) argument
[all...]

Completed in 44 milliseconds