Home
last modified time | relevance | path

Searched refs:Long (Results 1 – 25 of 39) sorted by relevance

12

/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DEfiLoadDxe.cmm47 if Data.Long(a:&offset)==0x20494249
50 if Data.Long(a:&offset+4)==0x54535953
53 if Data.Long(a:&offset+0x0c)==0
56 if Data.Long(a:&offset+8)<&TopOfRam
58 return Data.Long(a:&offset+8)
81 &CfgTableEntries=Data.Long(a:&SystemTable+0x40)
82 &ConfigTable=Data.Long(a:&SystemTable+0x44)
92 if Data.Long(a:&offset)==0x49152E77
94 if Data.Long(a:&offset+4)==0x47641ADA
96 if Data.Long(a:&offset+8)==0xFE7AA2B7
[all …]
DEfiProcessPeImage.cmm20 &filehdrstart=&imgstart+Data.Long(c:&imgstart+0x3C)
23 &debugdirentryrva=Data.Long(c:&filehdrstart+0xA8)
30 &debugtype=Data.Long(c:&imgstart+&debugdirentryrva+0xc)
37 &debugrva=Data.Long(c:&imgstart+&debugdirentryrva+0x14)
38 &dwarfsig=Data.Long(c:&imgstart+&debugrva)
59 &baseofcode=&imgstart+Data.Long(c:&filehdrstart+0x28)
60 &baseofdata=&imgstart+Data.Long(c:&filehdrstart+0x2c)
DEfiLoadFv.cmm16 &fvsig=Data.Long(a:&fvbase+0x28)
25 &fvlen=Data.Long(a:&fvbase+0x20)
28 &ffsoffset=(Data.Long(a:&fvbase+0x30)&0xffff)
40 &ffsfilesize=(Data.Long(a:&ffsfileaddr+0x14)&0x00ffffff)
45 &ffsfilesize=(Data.Long(a:&fvbase+&ffsoffset+0x14)&0x00ffffff)
67 &ffsfilesize=Data.Long(a:&ffsfilestart+0x14)
86 &secsize=(Data.Long(a:&secoffset)&0x00ffffff)
109 &sectionsize=Data.Long(a:&secstart)
DEfiProcessTeImage.cmm20 &strippedsize=(Data.Long(a:&imgstart+0x4)&0xffff0000)>>16.
23 &debugdirentryrva=Data.Long(a:&imgstart+0x20)
31 &debugtype=Data.Long(a:&imgstart+&debugdirentryrva+0xc)
38 &debugrva=Data.Long(a:&imgstart+&debugdirentryrva+0x14)
40 &dwarfsig=Data.Long(a:&imgstart+&debugrva);
61 &elfbase=&imgstart+Data.Long(a:&imgstart+0xc)-&strippedsize
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_getargs2.py50 class Long: class
63 self.assertEqual(99, getargs_b(Long()))
79 self.assertEqual(99, getargs_B(Long()))
96 self.assertEqual(99, getargs_H(Long()))
113 self.assertEqual(99, getargs_I(Long()))
131 self.assertRaises(TypeError, getargs_k, Long())
149 self.assertEqual(99, getargs_h(Long()))
165 self.assertEqual(99, getargs_i(Long()))
181 self.assertEqual(99, getargs_l(Long()))
198 self.assertEqual(99, getargs_n(Long()))
[all …]
Dtokenize_tests.txt46 # Long integers
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h182 #define Long int32_t macro
549 extern void ULtof (ULong*, ULong*, Long, int);
550 extern void ULtod (ULong*, ULong*, Long, int);
551 extern void ULtodd (ULong*, ULong*, Long, int);
552 extern void ULtoQ (ULong*, ULong*, Long, int);
553 extern void ULtox (UShort*, ULong*, Long, int);
554 extern void ULtoxL (ULong*, ULong*, Long, int);
565 extern int gethex (CONST char**, CONST FPI*, Long*, Bigint**, int);
585 extern int strtoIg (CONST char*, char**, FPI*, Long*, Bigint**, int*);
Dgdtoa.h49 #ifndef Long
50 #define Long int32_t macro
135 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*));
Dgethex.c42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex()
48 Long e, e1; in gethex()
88 e = -(((Long)(s-decpt)) << 2); in gethex()
Dulp.c45 Long L;
Dstrtof.c51 Long expt;
Dstrtopx.c66 Long expt;
Ddtoa.c131 Long L;
414 L = (Long)(dval(d));
451 L = (Long)(dval(d) / ds);
Dgdtoa.c170 Long L; in gdtoa()
411 L = (Long)(dval(d)/ds); in gdtoa()
432 if ( (L = (Long)(dval(d)/ds)) !=0) in gdtoa()
Dsmisc.c52 Long x, y;
Dstrtodg.c182 double d, CONST FPI *fpi, Long *expt, ULong *bits, int exact, int rd, int *irv in rvOK()
308 CONST char *s00, char **se, CONST FPI *fpi, Long *expt, ULong *bits in strtodg()
318 Long L; in strtodg()
860 L = (Long)adj0; in strtodg()
Dstrtod.c97 Long L; in strtod()
137 Long expt; in strtod()
977 L = (Long)aadj; in strtod()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c63 BOOLEAN Long; in DebugPrint() local
140 Long = FALSE; in DebugPrint()
161 Long = TRUE; in DebugPrint()
190 Long = TRUE; in DebugPrint()
193 if (Long) { in DebugPrint()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c62 BOOLEAN Long; in DebugPrint() local
133 Long = FALSE; in DebugPrint()
154 Long = TRUE; in DebugPrint()
183 Long = TRUE; in DebugPrint()
186 if (Long) { in DebugPrint()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_45.txt4 X-Long-Line: Some really long line contains a lot of text and thus has to be rewrapped because it i…
14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because i…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
DPrintLib.c91 BOOLEAN Long; in DxePrintLibPrint2ProtocolVaListToBaseList() local
116 Long = FALSE; in DxePrintLibPrint2ProtocolVaListToBaseList()
151 Long = TRUE; in DxePrintLibPrint2ProtocolVaListToBaseList()
177 Long = TRUE; in DxePrintLibPrint2ProtocolVaListToBaseList()
183 if (Long) { in DxePrintLibPrint2ProtocolVaListToBaseList()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type13/
DMiscNumberOfInstallableLanguages.uni22 // Language String (Long Format)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c156 typedef PY_INT32_T Long; typedef
423 y->wds*sizeof(Long) + 2*sizeof(int))
488 Long x, y; in s2b()
988 Long L; in ulp()
1498 Long L; in _Py_dg_strtod()
2173 L = (Long)aadj; in _Py_dg_strtod()
2354 Long L; in _Py_dg_dtoa()
2566 L = (Long)dval(&u); in _Py_dg_dtoa()
2583 L = (Long)(dval(&u)); in _Py_dg_dtoa()
2618 L = (Long)(dval(&u) / ds); in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c156 typedef PY_INT32_T Long; typedef
440 y->wds*sizeof(Long) + 2*sizeof(int))
505 Long x, y; in s2b()
1005 Long L; in ulp()
1515 Long L; in _Py_dg_strtod()
2204 L = (Long)aadj; in _Py_dg_strtod()
2385 Long L; in _Py_dg_dtoa()
2597 L = (Long)dval(&u); in _Py_dg_dtoa()
2614 L = (Long)(dval(&u)); in _Py_dg_dtoa()
2649 L = (Long)(dval(&u) / ds); in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/
DThunk64To32.nasm186 ; Now we're in Long Mode

12