Searched defs:Region (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DRegion.py2 # process FD Region generation
27 ## generate Region
30 class Region(RegionClassObject): class in inherits:RegionClassObject
57 GenFdsGlobalVariable.InfLogger('\nGenerate Region at Offset 0x%X' % self.Offset)
58 GenFdsGlobalVariable.InfLogger(" Region Size = 0x%X" %Size)
72 GenFdsGlobalVariable.InfLogger(' Region FV File Name = .fv : %s'%RegionData)
80 GenFdsGlobalVariable.InfLogger(' Region Name = FV')
91 GenFdsGlobalVariable.InfLogger(' Region Name = FV')
109 "Size of FV (%s) is larger than Region Size 0x%X specified." % (RegionData, Size))
127 "Size of FV File (%s) is larger than Region Siz
[all...]
H A DFd.py18 import Region namespace
81 PadRegion = Region.Region()
101 'Region offset 0x%X in wrong order with Region starting from 0x%X, size 0x%X\nRegions in FDF must have offsets appear in ascending order.'\
105 'Region offset 0x%X overlaps with Region starting from 0x%X, size 0x%X' \
109 PadRegion = Region.Region()
H A DFdfParser.py21 import Region namespace
1723 RegionObj = Region.Region()
1731 raise Warning("expected Region Size", self.FileName, self.CurrentLineNumber)
1883 raise Warning("expected Region Data type", self.FileName, self.CurrentLineNumber)
3842 raise Warning("Expected Region Name", self.FileName, self.CurrentLineNumber)
/vbox/src/VBox/Additions/x11/x11include/compositeproto-0.4/X11/extensions/
H A Dcompositeproto.h53 #define Region CARD32 macro
135 Region region B32;
189 #undef Region macro
/vbox/src/VBox/Additions/x11/x11include/damageproto-1.1.0/X11/extensions/
H A Ddamageproto.h46 #define Region CARD32 macro
113 Region repair B32;
114 Region parts B32;
124 Region region B32;
145 #undef Region macro
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBios.c89 @param Region Region to use. 00 = Either 0xE0000 or 0xF0000
94 @param LegacyMemoryAddress Region Assigned
96 @retval EFI_SUCCESS Region assigned
98 @retval Other Region not assigned
106 IN UINTN Region,
122 Regs.X.BX = (UINT16) Region;
154 @param LegacyMemoryAddress Legacy Region destination address Note: must
103 LegacyBiosGetLegacyRegion( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINTN LegacyMemorySize, IN UINTN Region, IN UINTN Alignment, OUT VOID **LegacyMemoryAddress ) argument
/vbox/src/VBox/Additions/x11/x11include/fixesproto-4.0/X11/extensions/
H A Dxfixesproto.h192 #define Region CARD32 macro
198 Region region B32;
208 Region region B32;
218 Region region B32;
231 Region region B32;
241 Region region B32;
251 Region region B32;
260 Region region B32;
270 Region source B32;
271 Region destinatio
505 #undef Region macro
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h325 } Region; member in union:_PROCESS_HEAP_ENTRY::__anon13904
H A Dwinnt.h783 ULONGLONG Region; member in struct:__anon14508
792 ULONGLONG Region:3; member in struct:__anon14509
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h311 } Region; member in union:_PROCESS_HEAP_ENTRY::__anon1258
H A Dwinnt.h658 ULONGLONG Region; member in struct:__anon1824
667 ULONGLONG Region:3; member in struct:__anon1825

Completed in 743 milliseconds