HomeSort by relevance Sort by last modified time
    Searched defs:DataSize (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformFspLib/
PlatformFspLib.c 39 UINTN DataSize;
46 DataSize = GET_GUID_HOB_DATA_SIZE(HobList);
47 DEBUG((EFI_D_ERROR, "gEfiMemoryConfigDataGuid Hob found: 0x%x.\n", DataSize));
49 NewHobData = BuildGuidHob (&gEfiMemoryConfigDataGuid, DataSize);
53 DataSize
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/
PeiTcg2PhysicalPresenceLib.c 41 UINTN DataSize;
46 DataSize = sizeof (EFI_TCG2_PHYSICAL_PRESENCE_FLAGS);
52 &DataSize,
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
PlatformConfig.c 87 UINTN DataSize;
99 &DataSize);
105 if (DataSize > sizeof *PlatformConfig) {
112 CopyMem (PlatformConfig, Data, DataSize);
117 ZeroMem ((UINT8 *)PlatformConfig + DataSize,
118 sizeof *PlatformConfig - DataSize);
122 // Based on DataSize, report the optional features that we recognize.
124 if (DataSize >= (OFFSET_OF (PLATFORM_CONFIG, VerticalResolution) +
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
StatusCodeDataTypeVariable.h 31 UINTN DataSize;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
ForEach.c 41 UINTN DataSize;
48 DataSize = 0;
80 &DataSize,
88 Data = AllocateZeroPool (DataSize);
93 &DataSize,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SerializeVariablesLib/
SerializeVariablesLib.h 35 UINTN DataSize;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/
SaveMemoryConfig.c 56 UINTN DataSize;
59 DataSize = 0;
79 DataSize = GET_GUID_HOB_DATA_SIZE (GuidHob);
83 BufferSize = DataSize;
106 if (EFI_ERROR(Status) || BufferSize != DataSize || CompareMem (HobData, VariableData, DataSize) != 0) {
111 DataSize,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/PhysicalPresencePei/
PhysicalPresencePei.c 69 UINTN DataSize;
93 DataSize = sizeof (EFI_PHYSICAL_PRESENCE);
99 &DataSize,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfigDriver.c 43 UINTN DataSize;
75 DataSize = sizeof(TrEEConfiguration);
80 &DataSize,
TrEEConfigImpl.c 112 UINTN DataSize;
118 DataSize = sizeof (EFI_TREE_PHYSICAL_PRESENCE);
123 &DataSize,
135 DataSize,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Reset.c 46 UINTN DataSize;
82 DataSize = sizeof (OsIndications);
85 &Attr, &DataSize, &OsIndications
89 DataSize = sizeof (OsIndications);
92 &Attr, &DataSize, &OsIndications
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugSubsectionRecord.cpp 65 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize()
69 return sizeof(DebugSubsectionHeader) + alignTo(DataSize, 4);
80 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize()
82 Header.Length = alignTo(DataSize, alignOf(Container));
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
HashVerify.c 90 UINTN DataSize;
95 DataSize = AsciiStrLen (HashData);
114 Status = Md4Update (HashCtx, HashData, DataSize);
137 Status = Md4HashAll (HashData, DataSize, Digest);
166 Status = Md5Update (HashCtx, HashData, DataSize);
189 Status = Md5HashAll (HashData, DataSize, Digest);
218 Status = Sha1Update (HashCtx, HashData, DataSize);
241 Status = Sha1HashAll (HashData, DataSize, Digest);
270 Status = Sha256Update (HashCtx, HashData, DataSize);
293 Status = Sha256HashAll (HashData, DataSize, Digest);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DriverConfiguration.c 129 UINTN DataSize;
138 DataSize = sizeof (Value);
143 &DataSize,
214 UINTN DataSize;
220 DataSize = sizeof (Value);
225 &DataSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlChild.c 36 UINTN DataSize;
55 DataSize = AmlGetObjectSize (
60 if (DataSize == 0) {
63 CurrentBuffer += DataSize;
125 UINTN DataSize;
138 &DataSize
AmlOption.c 27 @param[out] DataSize Upon return, points to the size of Data.
40 OUT UINTN *DataSize
57 *DataSize = sizeof(UINT8);
60 *DataSize = sizeof(UINT16);
63 *DataSize = sizeof(UINT32);
66 *DataSize = sizeof(UINT64);
69 *DataSize = AsciiStrSize((CHAR8 *)Buffer);
72 Status = AmlGetNameStringSize (Buffer, DataSize);
92 Status = AmlGetNameStringSize (Buffer, DataSize);
102 *DataSize = AmlGetObjectSize (
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
WinNtAutoScan.c 128 UINTN DataSize;
195 DataSize = sizeof (MemoryData);
201 &DataSize,
204 if (EFI_ERROR (Status) || !ValidateMemoryTypeInfoVariable(MemoryData, DataSize)) {
220 DataSize
  /device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
SmmTcg2PhysicalPresenceLib.c 56 UINTN DataSize;
64 DataSize = sizeof (EFI_TCG2_PHYSICAL_PRESENCE);
69 &DataSize,
108 UINTN DataSize;
118 DataSize = sizeof (EFI_TCG2_PHYSICAL_PRESENCE);
123 &DataSize,
142 DataSize = sizeof (EFI_TCG2_PHYSICAL_PRESENCE);
147 DataSize,
158 DataSize = sizeof (EFI_TCG2_PHYSICAL_PRESENCE_FLAGS);
163 &DataSize,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigDriver.c 87 UINTN DataSize;
130 DataSize = sizeof(Tcg2Configuration);
135 &DataSize,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 126 uintptr_t DataSize = i % 8 + 1;
132 data[i] = MemMgr->allocateDataSection(DataSize, Align, i + 10000, "",
139 for (unsigned j = 0; j < DataSize; j++) {
155 uintptr_t DataSize = i % 8 + 1;
162 for (unsigned j = 0; j < DataSize; j++) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DIAInjectedSource.cpp 53 DWORD DataSize;
54 if (S_OK != SourceFile->get_source(0, &DataSize, nullptr))
57 std::vector<uint8_t> Buffer(DataSize);
58 if (S_OK != SourceFile->get_source(DataSize, &DataSize, Buffer.data()))
60 assert(Buffer.size() == DataSize);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 126 uintptr_t DataSize = i % 8 + 1;
132 data[i] = MemMgr->allocateDataSection(DataSize, Align, i + 10000, "",
139 for (unsigned j = 0; j < DataSize; j++) {
155 uintptr_t DataSize = i % 8 + 1;
162 for (unsigned j = 0; j < DataSize; j++) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
VariableFormat.h 44 UINT32 DataSize;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellSetFdt.c 36 UINTN DataSize;
48 DataSize = 0;
53 &DataSize,
62 TextDevicePath = AllocatePool (DataSize);
71 &DataSize,
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDns.c 47 UINTN DataSize;
65 DataSize = 0;
66 Status = Ip4Config2->GetData (Ip4Config2, Ip4Config2DataTypeDnsServer, &DataSize, NULL);
68 DnsServerList = AllocatePool (DataSize);
73 Status = Ip4Config2->GetData (Ip4Config2, Ip4Config2DataTypeDnsServer, &DataSize, DnsServerList);
78 DnsServerListCount = DataSize / sizeof (EFI_IPv4_ADDRESS);
249 UINTN DataSize;
270 DataSize = 0;
271 Status = Ip6Config->GetData (Ip6Config, Ip6ConfigDataTypeDnsServer, &DataSize, NULL);
273 DnsServerList = AllocatePool (DataSize);
    [all...]

Completed in 3260 milliseconds

1 2 3 4 5 6 7