Searched refs:Remainder (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmath.c519 UINT64_OVERLAY Remainder; local
546 Remainder.Part.Hi = 0;
556 Quotient.Part.Lo, Remainder.Part.Lo);
594 Remainder.Part.Hi = Partial3.Part.Lo;
595 Remainder.Part.Lo = Partial2.Part.Lo;
606 Remainder.Full -= Divisor.Full;
612 Remainder.Full -= Divisor.Full;
616 Remainder.Full = Remainder.Full - Dividend.Full;
617 Remainder
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconvrt.c435 UINT32 Remainder; local
468 Remainder = 0;
477 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder);
482 if (Remainder != 0)
489 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder);
H A Dexutils.c535 UINT32 Remainder; local
546 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder);
547 OutString[Count-1] = (char) ('0' + Remainder);\
H A Dexregion.c196 UINT32 Remainder; local
239 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
240 if (Remainder != 0)

Completed in 90 milliseconds