Searched defs:Part (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | utmath.c | 73 UINT64_STRUCT Part; member in union:uint64_overlay 124 ACPI_DIV_64_BY_32 (0, DividendOvl.Part.Hi, Divisor, 125 Quotient.Part.Hi, Remainder32); 127 ACPI_DIV_64_BY_32 (Remainder32, DividendOvl.Part.Lo, Divisor, 128 Quotient.Part.Lo, Remainder32); 191 if (Divisor.Part.Hi == 0) 197 Remainder.Part.Hi = 0; 203 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor.Part.Lo, 204 Quotient.Part [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utmath.c | 73 UINT64_STRUCT Part; member in union:uint64_overlay 124 ACPI_DIV_64_BY_32 (0, DividendOvl.Part.Hi, Divisor, 125 Quotient.Part.Hi, Remainder32); 127 ACPI_DIV_64_BY_32 (Remainder32, DividendOvl.Part.Lo, Divisor, 128 Quotient.Part.Lo, Remainder32); 191 if (Divisor.Part.Hi == 0) 197 Remainder.Part.Hi = 0; 203 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor.Part.Lo, 204 Quotient.Part [all...] |
Completed in 58 milliseconds