Searched defs:pack (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Tools/
H A DFixupForRawSection.py40 from struct import pack namespace
71 s += pack('Q', i)
85 s += pack('Q', i)
99 s += pack('Q', i)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenDepex.py21 from struct import pack namespace
322 return pack("1I2H8B", *(int(value, 16) for value in GuidValueList))
338 Buffer.write(pack("B", self.Opcode[self.Phase][Item]))
H A DStrGather.py22 from struct import pack namespace
237 BinBuffer.write(pack("B", int(Item,16)))
452 UniBinBuffer.write (pack("B", int(EFI_HII_SIBT_END,16)))
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_client.h23 /* pixel pack/unpack */
24 CRbitvalue pack[CR_MAX_BITARRAY]; member in struct:__anon16175
106 /* pixel pack/unpack */
107 CRPixelPackState pack; member in struct:__anon16179
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_buffer.c152 crPackInitBuffer( buf, buf->pack, buf->size, buf->mtu
206 * data_end -> | | <- buf->pack + buf->size
219 * opcode_end -> +---------+ <- buf->pack
222 * \param pack the address of the buffer for packing opcodes/operands.
228 void crPackInitBuffer( CRPackBuffer *buf, void *pack, int size, int mtu argument
242 buf->pack = pack;
256 (unsigned char *) buf->pack + num_opcodes + sizeof(CRMessageOpcodes);
258 buf->data_end = (unsigned char *) buf->pack + buf->size;
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dzbin.c60 struct zinfo_pack pack; member in union:zinfo_record
188 struct zinfo_pack *pack = &zinfo->pack; local
189 size_t offset = pack->offset;
190 size_t len = pack->len;
194 fprintf ( stderr, "Input buffer overrun on pack\n" );
198 output->len = align ( output->len, pack->align );
200 fprintf ( stderr, "Output buffer overrun on pack\n" );
219 fprintf ( stderr, "Output buffer overrun on pack\n" );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pack.h35 void *pack; /**< the actual storage space/buffer */ member in struct:__anon16107
36 unsigned int size; /**< size of pack[] buffer */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 69 milliseconds