Home
last modified time | relevance | path

Searched defs:Dividend (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/LibC/CRT/
DGcc.c64 int __divsi3(int Dividend, int Divisor) in __divsi3()
70 INT64 __divdi3(INT64 Dividend, INT64 Divisor) in __divdi3()
80 long long __divti3(long long Dividend, long long Divisor) in __divti3()
108 int __modsi3(int Dividend, int Divisor) in __modsi3()
118 INT64 __moddi3(INT64 Dividend, INT64 Divisor) in __moddi3()
128 long long __modti3(long long Dividend, long long Divisor) in __modti3()
148 unsigned int __udivsi3(unsigned int Dividend, unsigned int Divisor) in __udivsi3()
154 unsigned long __udivdi3(unsigned long Dividend, unsigned long Divisor) in __udivdi3()
160 unsigned long long __udivti3(unsigned long long Dividend, unsigned long long Divisor) in __udivti3()
167 unsigned int __umodsi3(unsigned int Dividend, unsigned int Divisor) in __umodsi3()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DDivU64x32.c26 IN UINT64 Dividend, in DivU64x32()
55 mov eax, dword ptr Dividend[4] ; Put high 32 bits of 64-bit dividend in EAX in DivU64x32() local
62 mov eax, dword ptr Dividend[0] ; Put low 32 bits of 64-bit dividend in EAX in DivU64x32() local
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DMath64.c246 IN UINT64 Dividend, in InternalMathDivU64x32()
270 IN UINT64 Dividend, in InternalMathModU64x32()
297 IN UINT64 Dividend, in InternalMathDivRemU64x32()
328 IN UINT64 Dividend, in InternalMathDivRemU64x64()
359 IN INT64 Dividend, in InternalMathDivRemS64x64()
DDivU64x32.c39 IN UINT64 Dividend, in DivU64x32()
DModU64x32.c39 IN UINT64 Dividend, in ModU64x32()
DDivU64x32Remainder.c42 IN UINT64 Dividend, in DivU64x32Remainder()
DDivU64x64Remainder.c42 IN UINT64 Dividend, in DivU64x64Remainder()
DDivS64x64Remainder.c46 IN INT64 Dividend, in DivS64x64Remainder()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DMath64.c256 IN UINT64 Dividend, in InternalMathDivU64x32()
280 IN UINT64 Dividend, in InternalMathModU64x32()
307 IN UINT64 Dividend, in InternalMathDivRemU64x32()
338 IN UINT64 Dividend, in InternalMathDivRemU64x64()
368 IN INT64 Dividend, in InternalMathDivRemS64x64()
DModU64x32.c44 IN UINT64 Dividend, in ModU64x32()
DDivU64x32.c44 IN UINT64 Dividend, in GlueDivU64x32()
DDivS64x64Remainder.c47 IN INT64 Dividend, in DivS64x64Remainder()
DDivU64x64Remainder.c46 IN UINT64 Dividend, in DivU64x64Remainder()
DDivU64x32Remainder.c47 IN UINT64 Dividend, in DivU64x32Remainder()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DModU64x32.c28 IN UINT64 Dividend, in InternalMathModU64x32()
DDivU64x32Remainder.c20 IN UINT64 Dividend, in InternalMathDivRemU64x32()
DDivU64x64Remainder.c21 IN UINT64 Dividend, in InternalMathDivRemU64x64()
DDivS64x64Remainder.c44 IN INT64 Dividend, in InternalMathDivRemS64x64()
DDivU64x32.c20 IN UINT64 Dividend, in InternalMathDivU64x32()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DModU64x32.c35 IN UINT64 Dividend, in InternalMathModU64x32()
DDivU64x32Remainder.c35 IN UINT64 Dividend, in InternalMathDivRemU64x32()
DDivS64x64Remainder.c37 IN INT64 Dividend, in InternalMathDivRemS64x64()
DDivU64x32.c35 IN UINT64 Dividend, in InternalMathDivU64x32()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
DMath.c86 IN UINT64 Dividend, in DivU64x32()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
DMath.c109 IN UINT64 Dividend, in DivU64x32()

12