Searched refs:Remainder (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utmath.c | 519 UINT64_OVERLAY Remainder; in AcpiUtDivide() local 546 Remainder.Part.Hi = 0; in AcpiUtDivide() 556 Quotient.Part.Lo, Remainder.Part.Lo); in AcpiUtDivide() 594 Remainder.Part.Hi = Partial3.Part.Lo; in AcpiUtDivide() 595 Remainder.Part.Lo = Partial2.Part.Lo; in AcpiUtDivide() 616 Remainder.Full = Remainder.Full - Dividend.Full; in AcpiUtDivide() 617 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi); in AcpiUtDivide() 618 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo); in AcpiUtDivide() 620 if (Remainder.Part.Lo) in AcpiUtDivide() 622 Remainder.Part.Hi--; in AcpiUtDivide() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exconvrt.c | 435 UINT32 Remainder; in AcpiExConvertToAscii() local 468 Remainder = 0; in AcpiExConvertToAscii() 477 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder); in AcpiExConvertToAscii() 482 if (Remainder != 0) in AcpiExConvertToAscii() 489 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder); in AcpiExConvertToAscii()
|
| H A D | exutils.c | 535 UINT32 Remainder; in AcpiExIntegerToString() local 546 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder); in AcpiExIntegerToString() 547 OutString[Count-1] = (char) ('0' + Remainder);\ in AcpiExIntegerToString()
|
| H A D | exregion.c | 196 UINT32 Remainder; in AcpiExSystemMemorySpaceHandler() local 239 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder); in AcpiExSystemMemorySpaceHandler() 240 if (Remainder != 0) in AcpiExSystemMemorySpaceHandler()
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 3752 OUT UINT32 *Remainder OPTIONAL 3780 OUT UINT64 *Remainder OPTIONAL 3812 OUT INT64 *Remainder OPTIONAL
|