HomeSort by relevance Sort by last modified time
    Searched refs:TableSize (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/mesa3d/src/hgl/
GLDispatcher.h 38 uint32 TableSize();
71 BGLDispatcher::TableSize()
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/
AcpiPlatform.c 182 UINTN TableSize;
232 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
233 ASSERT (Size >= TableSize);
238 AcpiPlatformChecksum ((UINT8*)CurrentTable, TableSize);
246 TableSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
AcpiPlatform.c 181 UINTN TableSize;
223 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
224 ASSERT (Size >= TableSize);
229 AcpiPlatformChecksum ((UINT8*)CurrentTable, TableSize);
237 TableSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DebugImageInfo.c 21 0, // UINT32 TableSize;
177 UINTN TableSize;
186 if (mDebugInfoTableHeader.TableSize < mMaxTableEntries) {
202 TableSize = mMaxTableEntries * EFI_DEBUG_TABLE_ENTRY_SIZE;
203 NewTable = AllocateZeroPool (TableSize + EFI_PAGE_SIZE);
211 CopyMem (NewTable, Table, TableSize);
243 mDebugInfoTableHeader.TableSize++;
280 mDebugInfoTableHeader.TableSize--;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/DebugImageInfoTable/
DebugImageInfoTable.h 59 UINT32 TableSize;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DebugImageInfoTable.h 71 UINT32 TableSize;
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
AcpiPlatform.c 156 UINTN TableSize;
197 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
198 ASSERT (Size >= TableSize);
206 TableSize,
QemuFwCfgAcpi.c 427 UINTN TableSize;
458 TableSize = 0;
472 TableSize = Facs->Length;
479 if (TableSize == 0 && sizeof *Header <= Blob2Remaining) {
492 TableSize = Header->Length;
506 if (TableSize == 0) {
519 (VOID *)(UINTN)PointerValue, TableSize,
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 222 void emitBinSearch(raw_ostream &OS, unsigned TableSize);
227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize);
374 unsigned TableSize = 0;
399 TableSize++;
403 if (!TableSize) {
408 return TableSize;
416 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) {
419 OS << " unsigned end = " << TableSize << ";\n";
439 unsigned TableSize) {
447 emitBinSearch(OS, TableSize);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SubtargetFeature.h 100 const SubtargetInfoKV *Table, size_t TableSize);
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/
DefaultExceptionHandlerUefi.c 59 for (Entry = 0; Entry < DebugTableHeader->TableSize; Entry++, DebugTable++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
InstallConfigurationTable.c 30 @param TableSize The size of the table to install.
44 IN UINTN TableSize
  /external/syslinux/efi32/include/efi/protocol/
legacyboot.h 86 IN OUT UINTN *TableSize, // MaxCount * sizeof(BBS_TABLE_ENTRY)
  /external/syslinux/efi64/include/efi/protocol/
legacyboot.h 86 IN OUT UINTN *TableSize, // MaxCount * sizeof(BBS_TABLE_ENTRY)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
legacyboot.h 86 IN OUT UINTN *TableSize, // MaxCount * sizeof(BBS_TABLE_ENTRY)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 826 @param TableSize The size of parameter/return value table
835 IN UINTN TableSize,
848 DEBUG ((DEBUG_NET, "MakePxeCall(CallIndex = %02x, Table = %X, TableSize = %d)\n", CallIndex, Table, TableSize));
865 TableSize / EFI_PAGE_SIZE + 1,
875 CopyMem (MemPageAddress, Table, TableSize);
912 for (Index = 0; Index < TableSize; Index++) {
935 for (Index = 0; Index < TableSize; Index++) {
944 CopyMem (Table, MemPageAddress, TableSize);
959 gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) MemPageAddress, TableSize / EFI_PAGE_SIZE + 1);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBiosPlatform.h 55 /// TableSize Size in bytes of the MP table.
93 /// TableSize Size of data.
135 /// TableSize Size of data.
187 /// TableSize Size of data.
213 /// TableSize Size of BinaryImage in bytes.
243 /// TableSize Size of Table in bytes.
268 /// TableSize Size of Table in bytes.
470 UINT16 TableSize;
549 @param TableSize Mode specific. See EFI_GET_PLATFORM_INFO_MODE enum.
566 OUT UINTN *TableSize,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c 355 UINTN TableSize;
362 &TableSize
376 TableSize
395 TableSize,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c 351 UINTN TableSize;
358 &TableSize
372 TableSize
391 TableSize,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 154 UINTN TableSize;
235 TableSize = 2 * NumberOfCpus * sizeof (CPU_REGISTER_TABLE);
236 RegisterTable = (CPU_REGISTER_TABLE *)AllocateAcpiNvsMemoryBelow4G (TableSize);
  /external/swiftshader/third_party/LLVM/lib/MC/
SubtargetFeature.cpp 344 size_t TableSize) {
347 for (size_t i = 1; i < TableSize; i++) {
353 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
LegacyBiosPlatform.h 94 OUT UINTN *TableSize,
109 TableSize - Size in bytes of table.
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h 46 @param[in] TableSize The size of the table to install.
59 IN UINTN TableSize
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c 425 UINTN TableSize;
432 &TableSize
459 TableSize
478 TableSize,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.c     [all...]

Completed in 654 milliseconds

1 2 3 4