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 326 * OutRemainder - Pointer to where the remainder is returned
332 * 32-bit remainder.
362 * The quotient is 64 bits, the remainder is always 32 bits,
393 * OutRemainder - Pointer to where the remainder is returned
411 UINT64_OVERLAY Remainder;
438 Remainder.Part.Hi = 0;
441 * The quotient is 64 bits, the remainder is always 32 bits,
448 Quotient.Part.Lo, Remainder.Part.Lo);
480 * adjustment. The 64-bit remainder must be generated.
486 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 427 UINT32 Remainder;
438 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder);
439 OutString[Count-1] = (char) ('0' + Remainder);\
exconvrt.c 330 UINT32 Remainder;
363 Remainder = 0;
372 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder);
377 if (Remainder != 0)
384 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder);
exregion.c 87 UINT32 Remainder;
130 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
131 if (Remainder != 0)
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 1026 UINTN *Remainder);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 458 OUT UINTN *Remainder OPTIONAL

Completed in 28 milliseconds