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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmath.c244 UINT64_OVERLAY Remainder; local
271 Remainder.Part.Hi = 0;
280 Quotient.Part.Lo, Remainder.Part.Lo);
319 Remainder.Part.Hi = Partial3.Part.Lo;
320 Remainder.Part.Lo = Partial2.Part.Lo;
331 Remainder.Full -= Divisor.Full;
337 Remainder.Full -= Divisor.Full;
341 Remainder.Full = Remainder.Full - Dividend.Full;
342 Remainder
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexutils.c557 UINT32 Remainder; local
568 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder);
569 OutString[Count-1] = (char) ('0' + Remainder);\
H A Dexconvrt.c403 UINT32 Remainder; local
433 Remainder = 0;
442 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder);
447 if (Remainder != 0)
454 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder);
H A Dexregion.c162 UINT32 Remainder; local
200 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
201 if (Remainder != 0)

Completed in 122 milliseconds