Searched refs:Quotient (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | utmath.c | 103 UINT64_OVERLAY Quotient; local 125 Quotient.Part.Hi, Remainder32); 128 Quotient.Part.Lo, Remainder32); 134 *OutQuotient = Quotient.Full; 169 UINT64_OVERLAY Quotient; local 204 Quotient.Part.Hi, Partial1); 207 Quotient.Part.Lo, Remainder.Part.Lo); 216 Quotient.Part.Hi = 0; 235 NormalizedDivisor.Part.Lo, Quotient.Part.Lo, Partial1); 241 Partial1 = Quotient [all...] |
H A D | utnonansi.c | 283 UINT64 Quotient; local 426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); 428 if (ReturnValue > Quotient)
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utmath.c | 103 UINT64_OVERLAY Quotient; local 125 Quotient.Part.Hi, Remainder32); 128 Quotient.Part.Lo, Remainder32); 134 *OutQuotient = Quotient.Full; 169 UINT64_OVERLAY Quotient; local 204 Quotient.Part.Hi, Partial1); 207 Quotient.Part.Lo, Remainder.Part.Lo); 216 Quotient.Part.Hi = 0; 235 NormalizedDivisor.Part.Lo, Quotient.Part.Lo, Partial1); 241 Partial1 = Quotient [all...] |
H A D | utnonansi.c | 283 UINT64 Quotient; local 426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); 428 if (ReturnValue > Quotient)
|
/illumos-gate/usr/src/uts/intel/io/acpica/hardware/ |
H A D | hwtimer.c | 171 UINT64 Quotient; local 225 ACPI_PM_TIMER_FREQUENCY, &Quotient, NULL); 227 *TimeElapsed = (UINT32) Quotient;
|
Completed in 60 milliseconds