Searched refs:Quotient (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwtimer.c287 UINT64 Quotient; local
340 ACPI_PM_TIMER_FREQUENCY, &Quotient, NULL);
342 *TimeElapsed = (UINT32) Quotient;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmath.c452 UINT64_OVERLAY Quotient; local
474 Quotient.Part.Hi, Remainder32);
477 Quotient.Part.Lo, Remainder32);
483 *OutQuotient = Quotient.Full;
518 UINT64_OVERLAY Quotient; local
553 Quotient.Part.Hi, Partial1);
556 Quotient.Part.Lo, Remainder.Part.Lo);
565 Quotient.Part.Hi = 0;
584 NormalizedDivisor.Part.Lo, Quotient.Part.Lo, Partial1);
590 Partial1 = Quotient
[all...]
H A Dutstrsuppt.c581 UINT64 Quotient; local
600 AcpiUtShortDivide (ACPI_UINT64_MAX, Base, &Quotient, NULL);
601 if (Multiplicand > Quotient)

Completed in 255 milliseconds