HomeSort by: relevance | last modified time | path
    Searched refs:Remainder (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/aarch64/
math.c 57 OUT UINTN *Remainder OPTIONAL
62 if (Remainder)
63 *Remainder = Dividend % Divisor;
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
math.c 57 OUT UINTN *Remainder OPTIONAL
66 if (Remainder)
67 *Remainder = Dividend % Divisor;
  /src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
math.c 57 OUT UINTN *Remainder OPTIONAL
62 if (Remainder)
63 *Remainder = Dividend % Divisor;
  /src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
math.c 54 OUT UINTN *Remainder OPTIONAL
59 if (Remainder) {
60 *Remainder = Dividend % Divisor;
  /src/sys/external/bsd/gnu-efi/dist/lib/ia64/
math.c 78 OUT UINTN *Remainder OPTIONAL
85 if (Remainder) {
86 *Remainder = Dividend % Divisor;
  /src/sys/external/bsd/acpica/dist/utilities/
utmath.c 434 * OutRemainder - Pointer to where the remainder is returned
440 * 32-bit remainder.
470 * The quotient is 64 bits, the remainder is always 32 bits,
501 * OutRemainder - Pointer to where the remainder is returned
519 UINT64_OVERLAY Remainder;
546 Remainder.Part.Hi = 0;
549 * The quotient is 64 bits, the remainder is always 32 bits,
556 Quotient.Part.Lo, Remainder.Part.Lo);
588 * adjustment. The 64-bit remainder must be generated.
594 Remainder.Part.Hi = Partial3.Part.Lo
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/ia32/
math.c 140 OUT UINTN *Remainder OPTIONAL
146 if (Remainder)
147 *Remainder = Dividend % Divisor;
195 if (Remainder) {
196 *Remainder = Rem;
  /src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
math.c 140 OUT UINTN *Remainder OPTIONAL
146 if (Remainder)
147 *Remainder = Dividend % Divisor;
177 if (Remainder) {
178 *Remainder = Rem;
  /src/sys/external/bsd/acpica/dist/executer/
exutils.c 535 UINT32 Remainder;
546 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder);
547 OutString[Count-1] = (char) ('0' + Remainder);\
exconvrt.c 438 UINT32 Remainder;
471 Remainder = 0;
480 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder);
485 if (Remainder != 0)
492 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder);
exregion.c 195 UINT32 Remainder;
238 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
239 if (Remainder != 0)
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 1134 UINTN *Remainder);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 458 OUT UINTN *Remainder OPTIONAL

Completed in 17 milliseconds