/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/ |
Dsdt.c | 162 AML_OFFSET_TABLE_ENTRY *Table;
169 Table = &DSDT_SEATTLE__OffsetTable[0];
170 while (Table->Pathname) {
171 if (AsciiStrCmp(Table->Pathname, "_SB_.ETH0._DSD") == 0) {
172 OverrideMacAddr ((UINT8 *)&AmlCode[Table->Offset], PcdGet64 (PcdEthMacA));
174 else if (AsciiStrCmp(Table->Pathname, "_SB_.ETH1._DSD") == 0) {
175 OverrideMacAddr ((UINT8 *)&AmlCode[Table->Offset], PcdGet64 (PcdEthMacB));
177 else if (AsciiStrCmp(Table->Pathname, "_SB_.AHC1._STA") == 0) {
178 OverrideStatus ((UINT8 *)&AmlCode[Table->Offset],
181 else if (AsciiStrCmp(Table->Pathname, "_SB_.GIO2._STA") == 0) { [all...] |
/external/perfetto/src/trace_processor/ |
string_table.cc | 36 Table::Register<StringTable>(db, storage, "strings"); 39 base::Optional<Table::Schema> StringTable::Init(int, const char* const*) { 42 Table::Column(Column::kStringId, "id", ColumnType::kUint), 43 Table::Column(Column::kString, "str", ColumnType::kString), 48 std::unique_ptr<Table::Cursor> StringTable::CreateCursor() { 49 return std::unique_ptr<Table::Cursor>(new Cursor(this)); 58 StringTable::Cursor::Cursor(StringTable* table) 59 : Table::Cursor(table), storage_(table->storage_), table_(table) { [all...] |
window_operator_table.cc | 32 Table::Register<WindowOperatorTable>(db, storage, "window", true); 35 base::Optional<Table::Schema> WindowOperatorTable::Init(int, 41 Table::Column(Column::kRowId, "rowid", ColumnType::kLong, kHidden), 42 Table::Column(Column::kQuantum, "quantum", ColumnType::kLong, 44 Table::Column(Column::kWindowStart, "window_start", ColumnType::kLong, 46 Table::Column(Column::kWindowDur, "window_dur", ColumnType::kLong, 49 Table::Column(Column::kTs, "ts", ColumnType::kLong), 50 Table::Column(Column::kDuration, "dur", ColumnType::kLong), 51 Table::Column(Column::kQuantumTs, "quantum_ts", ColumnType::kLong), 56 std::unique_ptr<Table::Cursor> WindowOperatorTable::CreateCursor() [all...] |
/external/sfntly/cpp/src/sfntly/table/ |
table.h | 26 #include "sfntly/table/font_data_table.h" 27 #include "sfntly/table/header.h" 32 // A concrete implementation of a root level table in the font. This is the base 33 // class used for all specific table implementations and is used as the generic 34 // table for all tables which have no specific implementations. 35 class Table : public FontDataTable { 37 // Note: original version is Builder<T extends Table> 44 virtual void NotifyPostTableBuild(FontDataTable* table); 46 // Get a builder for the table type specified by the data in the header. 47 // @param header the header for the table [all...] |
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
s-c1.c | 478 struct row *Table = NULL; 543 Table = calloc(N, sizeof(struct row)); 544 if (Table == NULL) { 555 Table[N].X = (long)cur->nthreads; 556 Table[N].LnX = log((double)cur->nthreads); 559 Table[N]._x[i] = Table[N].X - Xavg[i]; 560 Table[N]._lnx[i] = Table[N].LnX - LnXavg[i]; 561 Table[N].Y[i] = cur->_data[i] [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
InstallConfigurationTable.c | 22 Boot Service called to add, modify, or remove a system configuration table from
23 the EFI System Table.
27 @param Table Pointer to the configuration table for the entry to add,
30 @return EFI_SUCCESS Guid, Table pair added, updated, or removed.
40 IN VOID *Table
56 // Search all the table for an entry that matches Guid
68 if (Table != NULL) {
70 // If Table is not NULL, then this is a modify operation.
71 // Modify the table enty and return. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
InstallConfigurationTable.c | 2 System Management System Table Services SmmInstallConfigurationTable service
24 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
27 @param SystemTable A pointer to the SMM System Table (SMST).
29 @param Table A pointer to the buffer of the table to add.
30 @param TableSize The size of the table to install.
32 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
43 IN VOID *Table,
60 // Search all the table for an entry that matches Guid
72 if (Table != NULL) { [all...] |
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
LegacyTable.c | 132 EFI_ACPI_DESCRIPTION_HEADER *Table;
140 Table = (EFI_ACPI_DESCRIPTION_HEADER*)((UINTN)(*EntryPtr));
141 if (Table->Signature == Signature) {
142 *FoundTable = Table;
161 EFI_ACPI_DESCRIPTION_HEADER *Table;
170 Table = (EFI_ACPI_DESCRIPTION_HEADER*)((UINTN)(EntryPtr));
171 if (Table->Signature == Signature) {
172 *FoundTable = Table;
194 // Check ACPI2.0 table
196 if ((int)Hob->Acpi20.Table != -1) { [all...] |
/external/flatbuffers/go/ |
table.go | 3 // Table wraps a byte slice and provides read access to its data. 6 type Table struct { 11 // Offset provides access into the Table's vtable. 14 func (t *Table) Offset(vtableOffset VOffsetT) VOffsetT { 23 func (t *Table) Indirect(off UOffsetT) UOffsetT { 28 func (t *Table) String(off UOffsetT) string { 34 func (t *Table) ByteVector(off UOffsetT) []byte { 43 func (t *Table) VectorLen(off UOffsetT) int { 51 func (t *Table) Vector(off UOffsetT) UOffsetT { 59 // Union initializes any Table-derived type to point to the union at the give [all...] |
struct.go | 7 Table
|
lib.go | 5 Table() Table
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/ |
Ppm.c | 58 // Patch FADT table to enable C2,C3
63 // Load all the power management acpi tables and patch IST table
77 EFI_ACPI_DESCRIPTION_HEADER *Table;
103 Table = NULL;
104 Status = gBS->AllocatePool (EfiBootServicesData, CurrentTable->Length, (VOID **) &Table);
105 ASSERT (Table != NULL);
106 CopyMem (Table, CurrentTable, CurrentTable->Length);
109 // Update the ACPI table and recalculate checksum
123 ((EFI_ACPI_SDT_HEADER *)Table)->Checksum = 0;
124 ((EFI_ACPI_SDT_HEADER *)Table)->Checksum = [all...] |
/external/sfntly/cpp/src/test/ |
verify_glyf.cc | 19 #include "sfntly/table/truetype/glyph_table.h" 33 static bool VerifyGLYF(Table* table) { 34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); 53 bool VerifyGLYF(Table* original, Table* target) {
|
verify_hhea.cc | 20 #include "sfntly/table/core/horizontal_header_table.h" 35 static bool VerifyHHEA(Table* table) { 36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table); 57 bool VerifyHHEA(Table* original, Table* target) {
|
verify_loca.cc | 19 #include "sfntly/table/truetype/loca_table.h" 40 static bool VerifyLOCA(Table* table) { 41 LocaTablePtr loca = down_cast<LocaTable*>(table); 56 bool VerifyLOCA(Table* original, Table* target) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
debug_rnglists_invalid.s | 5 # SHORT: error: section is not large enough to contain a .debug_rnglists table length at offset 0 28 # CHECK: error: .debug_rnglists table at offset 0x22 has too small length (0xb) to contain a complete header 29 # CHECK-NEXT: error: unrecognised .debug_rnglists table version 4 in table at offset 0x2d 30 # CHECK-NEXT: error: .debug_rnglists table at offset 0x39 has unsupported address size 2 31 # CHECK-NEXT: error: .debug_rnglists table at offset 0x45 has unsupported segment selector size 4 32 # CHECK-NEXT: error: .debug_rnglists table at offset 0x51 has more offset entries (12345678) than there is space for 33 # CHECK-NEXT: error: insufficient space remaining in table for DW_RLE_start_end encoding at offset 0x69 34 # CHECK-NEXT: error: read past end of table when reading DW_RLE_start_length encoding at offset 0x82 36 # CHECK-NEXT: error: no end of list marker detected at end of .debug_rnglists table starting at offset 0xa [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
SearchableTableEmitter.cpp | 31 #define DEBUG_TYPE "searchable-table-emitter" 175 void emitGenericTable(const GenericTable &Table, raw_ostream &OS); 177 void emitLookupDeclaration(const GenericTable &Table, 179 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index, 185 parseSearchIndex(GenericTable &Table, StringRef Name, 190 void collectTableEntries(GenericTable &Table, 296 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, 301 emitLookupDeclaration(Table, Index, OS); 310 IndexTypeName = Table.CppTypeName; 311 IndexName = Table.Name [all...] |
/external/flatbuffers/tests/MyGame/Example2/ |
Monster.go | 10 _tab flatbuffers.Table 25 func (rcv *Monster) Table() flatbuffers.Table {
|
/external/flatbuffers/tests/MyGame/ |
InParentNamespace.go | 10 _tab flatbuffers.Table 25 func (rcv *InParentNamespace) Table() flatbuffers.Table {
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
IHTMLReportContext.java | 19 import org.jacoco.report.internal.html.table.Table; 41 * Returns a table for rendering coverage nodes. 43 * @return table for rendering 45 public Table getTable();
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
PackageCompactConstructorTest.java | 23 assertEquals(Table.class, check("Table")); 24 assertEquals(Table.class, check("org.yaml.snakeyaml.extensions.compactnotation.Table"));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiIbft.c | 2 Implementation for iSCSI Boot Firmware Table publication.
21 Initialize the header of the iSCSI Boot Firmware Table.
23 @param[out] Header The header of the iSCSI Boot Firmware Table.
25 @param[in] OemTableId The OEM table ID for the iBFT.
46 Initialize the control section of the iSCSI Boot Firmware Table.
48 @param[in] Table The ACPI table.
54 IN EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_HEADER *Table,
61 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
108 Fill the Initiator section of the iSCSI Boot Firmware Table. [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiIbft.c | 2 Implementation for iSCSI Boot Firmware Table publication.
21 Initialize the header of the iSCSI Boot Firmware Table.
23 @param[out] Header The header of the iSCSI Boot Firmware Table.
25 @param[in] OemTableId The OEM table ID for the iBFT.
46 Initialize the control section of the iSCSI Boot Firmware Table.
48 @param[in] Table The ACPI table.
53 IN EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_HEADER *Table
59 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
120 Fill the Initiator section of the iSCSI Boot Firmware Table. [all...] |
/frameworks/base/cmds/incident_helper/src/parsers/ |
SystemPropertiesParser.cpp | 51 Table sysPropTable(SystemPropertiesProto::_FIELD_NAMES, 56 Table aacDrcTable(SystemPropertiesProto::AacDrc::_FIELD_NAMES, 62 Table aaudioTable(SystemPropertiesProto::Aaudio::_FIELD_NAMES, 68 Table cameraTable(SystemPropertiesProto::Camera::_FIELD_NAMES, 74 Table dalvikVmTable(SystemPropertiesProto::DalvikVm::_FIELD_NAMES, 80 Table initSvcTable(SystemPropertiesProto::InitSvc::_FIELD_NAMES, 88 Table logTable(SystemPropertiesProto::Log::_FIELD_NAMES, 94 Table persistTable(SystemPropertiesProto::Persist::_FIELD_NAMES, 100 Table pmDexoptTable(SystemPropertiesProto::PmDexopt::_FIELD_NAMES, 106 Table roTable(SystemPropertiesProto::Ro::_FIELD_NAMES [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatformHooksLib.h | 44 Returns the ACPI table version that the platform wants.
58 Returns the OEMID, OEM Table ID, OEM Revision.
65 the particular data table. This field is particularly useful
67 functions. The OEM assigns each dissimilar table a new OEM Table ID.
80 Called for every ACPI table found in the BIOS flash.
81 Returns whether a table is active or not. Inactive tables
82 are not published in the ACPI table list. This hook can be
84 specific functionality (e.g. SPCR table) based on a setup
89 This hook can also be used to update the table data. The header [all...] |