Searched defs:Quotient (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwtimer.c171 UINT64 Quotient; local
225 ACPI_PM_TIMER_FREQUENCY, &Quotient, NULL);
227 *TimeElapsed = (UINT32) Quotient;
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c103 UINT64_OVERLAY Quotient; local
125 Quotient.Part.Hi, Remainder32);
128 Quotient.Part.Lo, Remainder32);
134 *OutQuotient = Quotient.Full;
169 UINT64_OVERLAY Quotient; local
204 Quotient.Part.Hi, Partial1);
207 Quotient.Part.Lo, Remainder.Part.Lo);
216 Quotient.Part.Hi = 0;
235 NormalizedDivisor.Part.Lo, Quotient.Part.Lo, Partial1);
241 Partial1 = Quotient
[all...]
H A Dutnonansi.c283 UINT64 Quotient; local
426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL);
428 if (ReturnValue > Quotient)
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c103 UINT64_OVERLAY Quotient; local
125 Quotient.Part.Hi, Remainder32);
128 Quotient.Part.Lo, Remainder32);
134 *OutQuotient = Quotient.Full;
169 UINT64_OVERLAY Quotient; local
204 Quotient.Part.Hi, Partial1);
207 Quotient.Part.Lo, Remainder.Part.Lo);
216 Quotient.Part.Hi = 0;
235 NormalizedDivisor.Part.Lo, Quotient.Part.Lo, Partial1);
241 Partial1 = Quotient
[all...]
H A Dutnonansi.c283 UINT64 Quotient; local
426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL);
428 if (ReturnValue > Quotient)

Completed in 73 milliseconds