/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiDebugPrintHobLib/ |
H A D | PeiDebugPrintHobLib.c | 44 UINTN Size; local 55 Size = sizeof (GlobalErrorLevel); 61 &Size,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Pei/ |
H A D | Service.h | 774 @param Size Size of value. 783 IN UINTN Size 791 @param Size Size of value. 796 @retval EFI_INVALID_PARAMETER If Size can not be set to size table. 797 @retval EFI_INVALID_PARAMETER If Size of non-Ptr type PCD does not match the size information in PCD database. 806 IN OUT UINTN *Size, 826 IN UINTN Size 840 @param SetSize Size o 895 UINTN Size; member in struct:__anon11260 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryLib/ |
H A D | MemLib.c | 51 @param Size The number of bytes to set. 61 IN UINTN Size, 67 Size, 59 InternalMemSetMem( OUT VOID *Buffer, IN UINTN Size, IN UINT8 Value ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryLib/ |
H A D | MemLib.c | 47 @param Size The number of bytes to set. 57 IN UINTN Size, 61 gBS->SetMem (Buffer, Size, Value); 55 InternalMemSetMem( OUT VOID *Buffer, IN UINTN Size, IN UINT8 Value ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | LegacyCmos.c | 95 UINT32 Size; local 111 Size = 15 * SIZE_1MB; 113 Size = Private->IntThunk->EfiToLegacy16InitTable.OsMemoryAbove1Mb >> 10; 116 LegacyWriteStandardCmos (CMOS_17, (UINT8)(Size & 0xFF)); 117 LegacyWriteStandardCmos (CMOS_30, (UINT8)(Size & 0xFF)); 118 LegacyWriteStandardCmos (CMOS_18, (UINT8)(Size >> 8)); 119 LegacyWriteStandardCmos (CMOS_31, (UINT8)(Size >> 8));
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/ |
H A D | FileSystemInfo.h | 29 UINT64 Size; member in struct:__anon11346
|
H A D | FileInfo.h | 29 UINT64 Size; member in struct:__anon11345
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
H A D | Clipboard.c | 19 UINTN Size; member in struct:__anon12807 72 @param[in] Size The size of Buffer in bytes. 79 IN UINTN Size 89 HClipBoard.Size = Size; 111 return HClipBoard.Size;
|
H A D | HexEdit.c | 51 UINTN Size; local 63 Size = 0; 103 Size = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 3)); 105 if (Offset == (UINTN)-1 || Size == (UINTN)-1) { 145 Size = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 2)); 208 Size, 223 Size,
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
H A D | Goto.c | 35 UINTN Size; local 75 Size = 0; 76 ASSERT((CompareString == NULL && Size == 0) || (CompareString != NULL)); 77 CompareString = StrnCatGrow(&CompareString, &Size, L":", 0); 78 CompareString = StrnCatGrow(&CompareString, &Size, ShellCommandLineGetRawValue(Package, 1), 0);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/ |
H A D | prog_uniform.h | 55 GLuint Size; /**< Number of components (1..4) */ 65 GLuint Size; /**< allocated size of Uniforms array */ member in struct:gl_uniform_list 67 struct gl_uniform *Uniforms; /**< Array [Size] */
|
H A D | prog_parameter.h | 50 GLuint Size; /**< Number of components (1..4) */ member in struct:gl_program_parameter 64 GLuint Size; /**< allocated size of Parameters, ParameterValues */ member in struct:gl_program_parameter_list 66 struct gl_program_parameter *Parameters; /**< Array [Size] */ 67 GLfloat (*ParameterValues)[4]; /**< Array [Size] of GLfloat[4] */
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pem/ |
H A D | CryptPem.c | 22 @param[in] Size Maximum length of the passphrase (i.e. the size of Buf). 32 IN INTN Size, 39 ZeroMem ((VOID *)Buf, (UINTN)Size); 45 KeyLength = (KeyLength > Size ) ? Size : KeyLength; 57 @param[in] PemSize Size of the PEM key data in bytes. 30 PasswordCallback( OUT CHAR8 *Buf, IN INTN Size, IN INTN Flag, IN VOID *Key ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/ |
H A D | Capsules.c | 45 UINT32 Size; local 173 Size = sizeof(EFI_CAPSULE_TABLE) + (CapsuleNumber - 1) * sizeof(VOID*); 174 CapsuleTable = AllocateRuntimePool (Size);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/ |
H A D | Dependency.c | 46 UINTN Size; local 48 Size = DEPEX_STACK_SIZE_INCREMENT; 50 Size = Size + (mDepexEvaluationStackEnd - mDepexEvaluationStack); 53 NewStack = AllocatePool (Size * sizeof (BOOLEAN)); 79 mDepexEvaluationStackEnd = NewStack + Size;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Memory/ |
H A D | MemoryServices.c | 226 @param Size Amount of memory required 238 IN UINTN Size, 254 if (Size >= (0x10000 - sizeof (EFI_HOB_MEMORY_POOL))) { 260 (UINT16)(sizeof (EFI_HOB_MEMORY_POOL) + Size), 236 PeiAllocatePool( IN CONST EFI_PEI_SERVICES **PeiServices, IN UINTN Size, OUT VOID **Buffer ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/ |
H A D | Statistics.c | 79 UINTN Size; local 189 Size = 0; 202 Size = Index + 1; 212 Size = Index; 216 Size *= sizeof (UINT64); 218 if (*StatisticsSize >= Size) { 219 *StatisticsSize = Size; 222 *StatisticsSize = Size;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ |
H A D | ResetSystem.c | 136 UINTN Size; local 145 Size = sizeof (CapsuleDataPtr); 150 &Size,
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/ |
H A D | MemDetect.c | 67 UINT32 Size; local 78 Size = 0; 80 Size = (UINT32) (Size << 8) + (UINT32) CmosRead8 (CmosIndex); 83 return LShiftU64 (Size, 16);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/ |
H A D | MemDetect.c | 93 UINT32 Size; local 104 Size = 0; 106 Size = (UINT32) (Size << 8) + (UINT32) CmosRead8 (CmosIndex); 109 return LShiftU64 (Size, 16);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcfileio.h | 146 PRInt64 Size() const; 159 inline PRInt64 RCFileInfo::Size() const { return info.size; } function in class:RCFileInfo
|
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 37 public int Size { get { return _size; } } property in class:DotZLib.CircularBuffer 42 int trueCount = Math.Min(count, _capacity - Size); 53 if (Size == _capacity) // no room 63 int trueCount = Math.Min(count,Size); 74 if (Size == 0)
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/ |
H A D | DriverEntryPoint.c | 87 UINTN Size; local 101 Size = Size1 + Size2 - sizeof (EFI_DEVICE_PATH_PROTOCOL); 103 Status = gBS->AllocatePool (EfiBootServicesData, Size, (VOID **) &NewDevicePath);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | Dependency.c | 56 UINTN Size; local 58 Size = DEPEX_STACK_SIZE_INCREMENT; 60 Size = Size + (mDepexEvaluationStackEnd - mDepexEvaluationStack); 63 NewStack = AllocatePool (Size * sizeof (BOOLEAN)); 89 mDepexEvaluationStackEnd = NewStack + Size;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/ |
H A D | DxeDebugPrintErrorLevelLib.c | 198 UINTN Size; local 228 Size = sizeof (GlobalErrorLevel); 233 &Size, 288 UINTN Size; local 305 Size = sizeof (GlobalErrorLevel); 310 Size,
|