Searched defs:struct (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py21 import struct namespace
69 SectionHeader = struct.Struct("3B 1B")
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py26 import struct namespace
254 Statement = gOpCodeList[struct.unpack("B", OpCode)[0]]
257 struct.unpack("LHHBBBBBBBB", DepexFile.read(16))
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py48 import struct namespace
75 self.extend(struct.pack(convertTo, stream));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py20 import struct namespace
48 _HEADER_ = struct.Struct("")
123 _HEADER_ = struct.Struct("16x 1I2H8B 1Q 4x 1I 1H 1H")
128 _GUID_ = struct.Struct("16x 1I2H8B")
129 _LENGTH_ = struct.Struct("16x 16x 1Q")
130 _SIG_ = struct.Struct("16x 16x 8x 1I")
131 _ATTR_ = struct.Struct("16x 16x 8x 4x 1I")
132 _HLEN_ = struct.Struct("16x 16x 8x 4x 4x 1H")
133 _CHECKSUM_ = struct.Struct("16x 16x 8x 4x 4x 2x 1H")
253 GuidStruct = struct
[all...]

Completed in 58 milliseconds