Searched defs:Dividend (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c82 * PARAMETERS: Dividend - 64-bit dividend
97 UINT64 Dividend,
118 DividendOvl.Full = Dividend;
149 * PARAMETERS: InDividend - Dividend
167 UINT64_OVERLAY Dividend; local
190 Dividend.Full = InDividend;
203 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor.Part.Lo,
206 ACPI_DIV_64_BY_32 (Partial1, Dividend.Part.Lo, Divisor.Part.Lo,
217 NormalizedDividend = Dividend;
250 if (Partial3.Part.Lo >= Dividend
96 AcpiUtShortDivide( UINT64 Dividend, UINT32 Divisor, UINT64 *OutQuotient, UINT32 *OutRemainder) argument
[all...]
H A Dutnonansi.c284 UINT64 Dividend; local
358 Dividend = (MaxIntegerByteWidth <= ACPI_MAX32_BYTE_WIDTH) ?
426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL);
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c82 * PARAMETERS: Dividend - 64-bit dividend
97 UINT64 Dividend,
118 DividendOvl.Full = Dividend;
149 * PARAMETERS: InDividend - Dividend
167 UINT64_OVERLAY Dividend; local
190 Dividend.Full = InDividend;
203 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor.Part.Lo,
206 ACPI_DIV_64_BY_32 (Partial1, Dividend.Part.Lo, Divisor.Part.Lo,
217 NormalizedDividend = Dividend;
250 if (Partial3.Part.Lo >= Dividend
96 AcpiUtShortDivide( UINT64 Dividend, UINT32 Divisor, UINT64 *OutQuotient, UINT32 *OutRemainder) argument
[all...]
H A Dutnonansi.c284 UINT64 Dividend; local
358 Dividend = (MaxIntegerByteWidth <= ACPI_MAX32_BYTE_WIDTH) ?
426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL);

Completed in 48 milliseconds