Searched refs:Remainder (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/acpi/common/ |
H A D | utmath.c | 170 UINT64_OVERLAY Remainder; in AcpiUtDivide() local 197 Remainder.Part.Hi = 0; in AcpiUtDivide() 207 Quotient.Part.Lo, Remainder.Part.Lo); in AcpiUtDivide() 245 Remainder.Part.Hi = Partial3.Part.Lo; in AcpiUtDivide() 246 Remainder.Part.Lo = Partial2.Part.Lo; in AcpiUtDivide() 257 Remainder.Full -= Divisor.Full; in AcpiUtDivide() 263 Remainder.Full -= Divisor.Full; in AcpiUtDivide() 267 Remainder.Full = Remainder.Full - Dividend.Full; in AcpiUtDivide() 268 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi); in AcpiUtDivide() 269 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo); in AcpiUtDivide() [all …]
|
/titanic_50/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utmath.c | 170 UINT64_OVERLAY Remainder; in AcpiUtDivide() local 197 Remainder.Part.Hi = 0; in AcpiUtDivide() 207 Quotient.Part.Lo, Remainder.Part.Lo); in AcpiUtDivide() 245 Remainder.Part.Hi = Partial3.Part.Lo; in AcpiUtDivide() 246 Remainder.Part.Lo = Partial2.Part.Lo; in AcpiUtDivide() 257 Remainder.Full -= Divisor.Full; in AcpiUtDivide() 263 Remainder.Full -= Divisor.Full; in AcpiUtDivide() 267 Remainder.Full = Remainder.Full - Dividend.Full; in AcpiUtDivide() 268 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi); in AcpiUtDivide() 269 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo); in AcpiUtDivide() [all …]
|
/titanic_50/usr/src/uts/intel/io/acpica/executer/ |
H A D | exconvrt.c | 323 UINT32 Remainder; in AcpiExConvertToAscii() local 356 Remainder = 0; in AcpiExConvertToAscii() 365 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder); in AcpiExConvertToAscii() 370 if (Remainder != 0) in AcpiExConvertToAscii() 377 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder); in AcpiExConvertToAscii()
|
H A D | exutils.c | 418 UINT32 Remainder; in AcpiExIntegerToString() local 429 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder); in AcpiExIntegerToString() 430 OutString[Count-1] = (char) ('0' + Remainder);\ in AcpiExIntegerToString()
|
H A D | exregion.c | 87 UINT32 Remainder; in AcpiExSystemMemorySpaceHandler() local 130 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder); in AcpiExSystemMemorySpaceHandler() 131 if (Remainder != 0) in AcpiExSystemMemorySpaceHandler()
|
/titanic_50/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acefiex.h | 832 UINTN *Remainder);
|