Searched defs:Partial2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c174 UINT64_OVERLAY Partial2; local
242 Partial2.Full = (UINT64) Quotient.Part.Lo * Divisor.Part.Lo;
243 Partial3.Full = (UINT64) Partial2.Part.Hi + Partial1;
246 Remainder.Part.Lo = Partial2.Part.Lo;
254 if (Partial2.Part.Lo > Dividend.Part.Lo)
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c174 UINT64_OVERLAY Partial2; local
242 Partial2.Full = (UINT64) Quotient.Part.Lo * Divisor.Part.Lo;
243 Partial3.Full = (UINT64) Partial2.Part.Hi + Partial1;
246 Remainder.Part.Lo = Partial2.Part.Lo;
254 if (Partial2.Part.Lo > Dividend.Part.Lo)

Completed in 60 milliseconds