Home
last modified time | relevance | path

Searched refs:xe (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgmisc.c40 ULong *x, *x1, *xe, y; in rshift() local
46 xe = x + b->wds; in rshift()
51 while(x < xe) { in rshift()
59 while(x < xe) in rshift()
70 CONST ULong *x, *xe; in trailz() local
74 xe = x + b->wds; in trailz()
75 for(n = 0; x < xe && !*x; x++) in trailz()
77 if (x < xe) { in trailz()
Dsum.c45 ULong carry, *xc, *xa, *xb, *xe, y; local
61 xe = xc + b->wds;
70 while(xc < xe);
71 xe += a->wds - b->wds;
72 while(xc < xe) {
85 while(xc < xe);
86 xe += a->wds - b->wds;
87 while(xc < xe) {
Dhexnan.c63 ULong c, h, *x, *x1, *xe; local
74 x1 = xe = x;
116 while(x <= xe);
118 while(x1 <= xe);
123 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
125 for(x1 = xe;; --x1) {
Dsmisc.c158 ULong *ce, *x, *xe; local
166 xe = x + b->wds;
167 while(x < xe)
172 for(xe = x + (nw - nw1); x < xe; x += 2)
Dstrtodg.c70 ULong *x, *xe; in increment() local
77 xe = x + b->wds; in increment()
85 } while(x < xe); in increment()
93 } while(x < xe); in increment()
113 ULong *x, *xe; in decrement() local
119 xe = x + b->wds; in decrement()
128 while(x < xe); in decrement()
134 } while(borrow && x < xe); in decrement()
142 CONST ULong *x, *xe; in all_on() local
145 xe = x + ((unsigned int)n >> kshift); in all_on()
[all …]
Dmisc.c467 ULong *x, *x1, *xe, z; local
481 xe = x + b->wds;
490 while(x < xe);
500 while(x < xe);
507 while(x < xe);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py1991 xc, xe = x.int, x.exp
1994 xe += 1
2005 xe *= yc
2007 while xe % 10 == 0:
2008 xe //= 10
2012 exponent = xe * 10**ye
2037 xe = xe*y_as_int
2043 xe, remainder = divmod(xe*yc, ten_pow)
2064 xe = xe*y_as_integer
2070 xe, remainder = divmod(xe*yc, ten_pow)
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DGpioClient.asi38 …hared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.PCI0.GIP0.GPO_", 0, ResourceConsumer, , ) {0xe}
54 … GpioIO(Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.CY8C", 0, ResourceConsumer, , ) {0xe}
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
DInterruptTable.nasm64 int 0xe
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
DInterruptTable.nasm65 int 0xe
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiException.nasm287 push 0xe ; Page Fault
413 db 0xf, 0xae, 0xe ; fxrstor [esi]
615 db 0xf, 0xae, 0xe ; fxrstor [esi]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/
Dstyx-overdrive.dts53 <0x1 0xe 0xff04>,
67 <0x0 0xe 0x4>;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/
Dstyx-overdrive1000.dts53 <0x1 0xe 0xff04>,
67 <0x0 0xe 0x4>;
/device/linaro/bootloader/edk2/OvmfPkg/
DOvmfPkg.dec102 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwWorkingBase|0x0|UINT32|0xe
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.dec73 …gBdsLibStringPackageGuid = { 0x3b4d9b23, 0x95ac, 0x44f6, {0x9f, 0xcd, 0xe, 0x95, 0x94, 0…
79 …gHdBootDevicePathVariablGuid = { 0xfab7e9e1, 0x39dd, 0x4f2b, {0x84, 0x8, 0xe2, 0xe, 0x90, 0x…
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalPasswordForm.vfr17 { 0x93039971, 0x8545, 0x4b04, { 0xb4, 0x5e, 0x32, 0xeb, 0x83, 0x26, 0x4, 0xe } }
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c830 ULong *x, *x1, *xe, z; in lshift() local
849 xe = x + b->wds; in lshift()
857 while(x < xe); in lshift()
863 while(x < xe); in lshift()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c847 ULong *x, *x1, *xe, z; in lshift() local
866 xe = x + b->wds; in lshift()
874 while(x < xe); in lshift()
880 while(x < xe); in lshift()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DSmiException.nasm181 push 0xe ; Page Fault
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/
DHisiPkg.dec45 gVersionInfoHobGuid = {0xe13a14c, 0x859c, 0x4f22, {0x82, 0xbd, 0x18, 0xe, 0xe1, 0x42, 0x12, 0xbf}}
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
DExceptionHandlerAsm.nasm329 db 0xf, 0xae, 0xe ; fxrstor [esi]
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.dec494 …gEfiImageSecurityDatabaseGuid = { 0xd719b2cb, 0x3d3a, 0x4596, {0xa3, 0xbc, 0xda, 0xd0, 0xe, 0x67…
1017 …tocolGuid = { 0xeb97088e, 0xcfdf, 0x49c6, { 0xbe, 0x4b, 0xd9, 0x6, 0xa5, 0xb2, 0xe, 0x86 }}
1077 …gEfiSmmIoTrapDispatch2ProtocolGuid = { 0x58dc368d, 0x7bfa, 0x4e77, {0xab, 0xbc, 0xe, 0x29, 0x41, 0…
1543 …d = { 0x55b1d734, 0xc5e1, 0x49db, { 0x96, 0x47, 0xb1, 0x6a, 0xfb, 0xe, 0x30, 0x5b }}
1649 …gEfiHiiImageExProtocolGuid = { 0x1a1241e6, 0x8f19, 0x41a9, { 0xbc, 0xe, 0xe8, 0xef, 0x3…
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.dec241 …xProtocolGuid = { 0x931fc048, 0xc71d, 0x4455, { 0x89, 0x30, 0x47, 0x6, 0x30, 0xe3, 0xe, 0xe5 } }
388 …gPeiUsb2HostControllerPpiGuid = { 0xfedd6305, 0xe2d7, 0x4ed5, { 0x9f, 0xaa, 0xda, 0x8, 0xe, 0x33,…
400 …gEfiPeiSmmCommunicationPpiGuid = { 0xae933e1c, 0xcc47, 0x4e38, { 0x8f, 0xe, 0xe2, 0xf6, 0x1d, 0…
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.rst145 0xe : FIQ exception from Lower EL using aarch32
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch9194 0xa16a4695, 0x5815, 0x4d4f, 0xb8, 0xe, 0x6a, 0xf, 0x88, 0xac, 0xdb, 0x6c \

12