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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c150 UINTN DescSize, FilePathSize; local
361 DescSize = StrSize(Desc);
364 TempByteBuffer = AllocateZeroPool(sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize);
373 CopyMem (TempByteBuffer, Desc, DescSize);
374 TempByteBuffer += DescSize;
382 sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c150 UINTN DescSize, FilePathSize; local
361 DescSize = StrSize(Desc);
364 TempByteBuffer = AllocateZeroPool(sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize);
373 CopyMem (TempByteBuffer, Desc, DescSize);
374 TempByteBuffer += DescSize;
382 sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusimaging.h133 UINT DescSize; member in class:ImageItemData
199 UINT DescSize; member in struct:ImageItemData
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusimaging.h133 UINT DescSize; member in class:ImageItemData
199 UINT DescSize; member in struct:ImageItemData

Completed in 226 milliseconds