Searched defs:Long (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c62 BOOLEAN Long; local
133 Long = FALSE;
154 Long = TRUE;
183 Long = TRUE;
186 if (Long) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoa.h40 #ifndef Long
41 #define Long EFI_LONG_T macro
126 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*));
H A Dgdtoaimp.h94 * #define Long int on machines with 32-bit ints and 64-bit longs.
110 * #define Just_16 to store 16 bits per 32-bit Long when doing
182 #define Long EFI_LONG_T macro
453 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
456 * slower. Hence the default is now to store 32 bits per Long.
576 extern void ULtof (ULong*, ULong*, Long, int);
577 extern void ULtod (ULong*, ULong*, Long, int);
578 extern void ULtodd (ULong*, ULong*, Long, int);
579 extern void ULtoQ (ULong*, ULong*, Long, int);
580 extern void ULtox (UShort*, ULong*, Long, in
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c90 BOOLEAN Long; local
115 Long = FALSE;
150 Long = TRUE;
176 Long = TRUE;
181 if (Long) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c71 #define Long PRInt32 macro
146 * #define Long int on machines with 32-bit ints and 64-bit longs.
163 * #define Just_16 to store 16 bits per 32-bit Long when doing
243 #ifndef Long
244 #define Long long macro
247 typedef unsigned Long ULong;
545 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
548 * slower. Hence the default is now to store 32 bits per Long.
635 y->wds*sizeof(Long) + 2*sizeof(int))
704 Long
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2188 X86DESC64 Long; member in union:__anon9835
2218 if (fAll || fSingle || u.Long.Gen.u1Present)
2219 rc = dbgcCmdDumpDTWorker64(pCmdHlp, &u.Long, iInt, false, NULL);
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h881 uint32_t Long; member in struct:_IMAGE_SYMBOL::__anon16629::__anon16630
980 uint32_t Long; member in struct:_IMAGE_SYMBOL_EX::__anon16640::__anon16641
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp182 X86DESC64 Long; member in union:IEMSELDESC
3686 if (!DescCS.Long.Gen.u1DescType)
3691 if ( !DescCS.Long.Gen.u1Long
3692 || DescCS.Long.Gen.u1DefBig
3693 || !(DescCS.Long.Gen.u4Type & X86_SEL_TYPE_CODE) )
3696 u8Vector, NewCS, DescCS.Legacy.Gen.u4Type, DescCS.Long.Gen.u1Long, DescCS.Long.Gen.u1DefBig));
8099 pDesc->Long.au64[1] = 0;
8101 rcStrict = iemMemFetchSysU64(pIemCpu, &pDesc->Long.au64[1], UINT8_MAX, GCPtrBase + (uSel | X86_SEL_RPL_LDT) + 1);
8136 pDescSs->Long
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h2776 DWORD Long; member in struct:_IMAGE_SYMBOL::__anon14527::__anon14528
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h2991 DWORD Long; member in struct:_IMAGE_SYMBOL::__anon1841::__anon1842

Completed in 544 milliseconds