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

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c224 UINT64_OVERLAY Remainder; local
251 Remainder.Part.Hi = 0;
260 Quotient.Part.Lo, Remainder.Part.Lo);
299 Remainder.Part.Hi = Partial3.Part.Lo;
300 Remainder.Part.Lo = Partial2.Part.Lo;
311 Remainder.Full -= Divisor.Full;
317 Remainder.Full -= Divisor.Full;
321 Remainder.Full = Remainder.Full - Dividend.Full;
322 Remainder
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexutils.c558 UINT32 Remainder; local
569 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder);
570 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.c163 UINT32 Remainder; local
201 (void) AcpiUtShortDivide ((ACPI_INTEGER) Address, Length, NULL, &Remainder);
202 if (Remainder != 0)

Completed in 58 milliseconds