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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutmath.c104 UINT32 Remainder32; local
125 Quotient.Part.Hi, Remainder32);
127 ACPI_DIV_64_BY_32 (Remainder32, DividendOvl.Part.Lo, Divisor,
128 Quotient.Part.Lo, Remainder32);
138 *OutRemainder = Remainder32;
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c104 UINT32 Remainder32; local
125 Quotient.Part.Hi, Remainder32);
127 ACPI_DIV_64_BY_32 (Remainder32, DividendOvl.Part.Lo, Divisor,
128 Quotient.Part.Lo, Remainder32);
138 *OutRemainder = Remainder32;

Completed in 44 milliseconds