HomeSort by relevance Sort by last modified time
    Searched refs:DivS64x64Remainder (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DivS64x64Remainder.c 15 DivS64x64Remainder.c
46 DivS64x64Remainder (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DivS64x64Remainder.c 45 DivS64x64Remainder (
BaseLib.inf 58 DivS64x64Remainder.c
409 Ia32/DivS64x64Remainder.c
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Xdiv.c 27 /* DivS64x64Remainder will write the remainder as a 64-bit value, so we store
37 r.quot = (int)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
43 /* DivS64x64Remainder will write the remainder as a 64-bit value, so we store
53 r.quot = (long)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
59 /* DivS64x64Remainder will write the remainder as a 64-bit value, so we store
72 r.quot = (long long)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/
Gcc.c 67 return (int) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, NULL);
74 Quotient = DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, NULL);
83 return (long long) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, NULL);
112 (void) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, &Remainder);
122 (void) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, &Remainder);
132 (void) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, &Remainder);
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
lldiv.c 27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
30 // DivS64x64Remainder (
86 ; Call native DivS64x64Remainder of BaseLib
88 call DivS64x64Remainder
lldvrm.c 27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
30 // DivS64x64Remainder (
82 ; Call native DivS64x64Remainder of BaseLib
84 call DivS64x64Remainder
llrem.c 27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
30 // DivS64x64Remainder (
76 ; Call native DivS64x64Remainder of BaseLib
78 call DivS64x64Remainder
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcExecute.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]

Completed in 360 milliseconds