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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c170 UINT64_OVERLAY Remainder; local
197 Remainder.Part.Hi = 0;
207 Quotient.Part.Lo, Remainder.Part.Lo);
245 Remainder.Part.Hi = Partial3.Part.Lo;
246 Remainder.Part.Lo = Partial2.Part.Lo;
257 Remainder.Full -= Divisor.Full;
263 Remainder.Full -= Divisor.Full;
267 Remainder.Full = Remainder.Full - Dividend.Full;
268 Remainder
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c170 UINT64_OVERLAY Remainder; local
197 Remainder.Part.Hi = 0;
207 Quotient.Part.Lo, Remainder.Part.Lo);
245 Remainder.Part.Hi = Partial3.Part.Lo;
246 Remainder.Part.Lo = Partial2.Part.Lo;
257 Remainder.Full -= Divisor.Full;
263 Remainder.Full -= Divisor.Full;
267 Remainder.Full = Remainder.Full - Dividend.Full;
268 Remainder
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexconvrt.c323 UINT32 Remainder; local
356 Remainder = 0;
365 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder);
370 if (Remainder != 0)
377 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder);
H A Dexutils.c418 UINT32 Remainder; local
429 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder);
430 OutString[Count-1] = (char) ('0' + Remainder);\
H A Dexregion.c87 UINT32 Remainder; local
130 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
131 if (Remainder != 0)
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h832 UINTN *Remainder);

Completed in 497 milliseconds