HomeSort by relevance Sort by last modified time
    Searched defs:Table (Results 51 - 75 of 253) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 10 // The table format is a variant of the format used in Plan 9's a.out
27 // A Sym represents a single symbol table entry.
89 // An Obj represents a collection of functions in a symbol table.
92 // of the symbol table format.
107 // Use the keys of Table.Files to obtain a list of source files.
115 // Table represents a Go symbol table. It stores all of the
118 type Table struct {
124 go12line *LineTable // Go 1.2 line number table
280 // NewTable decodes the Go symbol table in data
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 10 // The table format is a variant of the format used in Plan 9's a.out
27 // A Sym represents a single symbol table entry.
89 // An Obj represents a collection of functions in a symbol table.
92 // of the symbol table format.
107 // Use the keys of Table.Files to obtain a list of source files.
115 // Table represents a Go symbol table. It stores all of the
118 type Table struct {
124 go12line *LineTable // Go 1.2 line number table
280 // NewTable decodes the Go symbol table in data
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/Arm/
EblCmdMmu.c 72 UINT32* Table;
78 IN UINT32* Table,
84 Entry.Value = Table[Index];
85 Entry.Table = Table;
129 } else if ((Entry.Value & 0x3) == 1) { // Level2 Table
164 } else if ((Entry.Value & 0x3) == 1) { // Level2 Table split 1MB section
292 IN UINT32* Table,
307 for (; (Index < Count) && (!MmuEntryIsValidAddress(Level,Table[Index])); Index++);
309 LastEntry = MmuEntryCreate(Level,Table,Index);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaDataTable.py 2 # This file is used to create/update/query/erase table for files
29 # This class defined a common table
34 # @param TableName: Name of the table
36 class Table(object):
44 self.Table = Name
50 return self.Table
52 ## Create table
54 # Create a table
61 SqlCommand = """create temp table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
    [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...]
HobGeneration.h 43 EFI_PHYSICAL_ADDRESS Table;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.h 47 // ACPI Table Linked List Signature.
52 // ACPI Table Linked List Entry definition.
56 // Version is the versions of the ACPI tables that this table belongs in.
57 // Table is a pointer to the table.
58 // PageAddress is the address of the pages allocated for the table.
60 // Handle is used to identify a particular table.
66 EFI_ACPI_COMMON_HEADER *Table;
97 EFI_ACPI_DESCRIPTION_HEADER *Rsdt1; // Pointer to RSDT table header
98 EFI_ACPI_DESCRIPTION_HEADER *Rsdt3; // Pointer to RSDT table header
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
VgaClass.c 312 @param SystemTable A pointer to the EFI System Table.
429 UNICODE_TO_CHAR *Table;
440 // Search UnicodeToPcAnsiOrAscii table for matching entry.
442 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
443 if (Graphic == Table->Unicode) {
445 *PcAnsi = Table->PcAnsi;
449 *Ascii = Table->Ascii;
457 // If value is not found in UnicodeToPcAnsiOrAscii table, then return FALSE.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.h 2 ACPI Table Protocol Driver
54 // ACPI Table Linked List Signature.
59 // ACPI Table Linked List Entry definition.
63 // Version is the versions of the ACPI tables that this table belongs in.
64 // Table is a pointer to the table.
65 // PageAddress is the address of the pages allocated for the table.
67 // Handle is used to identify a particular table.
73 EFI_ACPI_COMMON_HEADER *Table;
80 // Containment record for ACPI Table linked list.
    [all...]
AcpiTableProtocol.c 2 ACPI Table Protocol Implementation
25 This function adds an ACPI table to the table list. It will detect FACS and
26 allocate the correct type of memory and properly align the table.
29 @param Table Table to add.
30 @param Checksum Does the table require checksumming.
31 @param Version The version of the list to add the table to.
36 @return EFI_ABORTED The table is a duplicate of a table that is required
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConOut.c 830 UNICODE_TO_CHAR *Table;
840 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
841 if (Graphic == Table->Unicode) {
843 *PcAnsi = Table->PcAnsi;
847 *Ascii = Table->Ascii;
  /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...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 165 typedef AnalyzerOptions::ConfigTable Table;
167 static int compareEntry(const Table::MapEntryTy *const *LHS,
168 const Table::MapEntryTy *const *RHS) {
176 const Table &Config = mgr.options.Config;
178 SmallVector<const Table::MapEntryTy *, 32> Keys;
179 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 9 """Given a table spec from otData.py, build a converter object for each
10 field of the table. This is called for each table in otData.py, and
41 convertersByName[cls.__name__] = Table(name, repeat, aux, cls)
46 convertersByName[cls.__name__] = Table(name, repeat, aux, cls)
181 table = self.tableClass()
182 table.decompile(reader, font)
183 return table
197 pass # NULL table, ignore
202 table = self.tableClass(
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Table.java 30 * column key, with a single value. A table may be sparse, with only a small
40 * underlying table. Updating the table can change the contents of those
41 * collections, and updating the collections will change the table.
43 * <p>All methods that modify the table are optional, and the views returned by
44 * the table may or may not be modifiable. When modification isn't supported,
48 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Table">
49 * {@code Table}</a>.
52 * @param <R> the type of the table row keys
53 * @param <C> the type of the table column key
    [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 25 static StringRef const Table[] = {
31 return makeArrayRef(Table);
75 static const PrintFx Table[] = {
80 return makeArrayRef(Table);
147 static const ParseFx Table[] = {
152 return makeArrayRef(Table);
  /external/mesa3d/src/mesa/main/
hash.c 3 * Generic hash table.
44 #define TABLE_SIZE 1023 /**< Size of lookup table/array */
50 * An entry in the hash table.
60 * The hash table data structure.
63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */
73 * Create a new hash table.
75 * \return pointer to a new, empty hash table.
80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); local
81 if (table) {
    [all...]
  /external/tpm2/generator/
tpm_table.py 41 class Table(object):
49 tables' contents in this object, one at a time. This object's table
50 representation includes table title, table header and one or more then table
53 The table title must start with 'Table ### xxx', where ### is monotonously
54 increasing table number and xxx is some description allowing to deduce the
55 type of the object defined by this table.
57 The cells of the table include names and types of the components, variou
    [all...]
  /external/v8/src/ic/
stub-cache.h 46 // Clear the lookup table (@ mark compact collection).
51 // Generate code for probing the stub cache table.
59 enum Table { kPrimary, kSecondary };
61 SCTableReference key_reference(StubCache::Table table) {
63 reinterpret_cast<Address>(&first_entry(table)->key));
66 SCTableReference map_reference(StubCache::Table table) {
68 reinterpret_cast<Address>(&first_entry(table)->map));
71 SCTableReference value_reference(StubCache::Table table)
    [all...]
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 40 // Table is a 256-word table representing the polynomial for efficient processing.
41 type Table [256]uint32
71 // castagnoliTable points to a lazily initialized Table for the Castagnoli
73 // Castagnoli table so we can compare against it to find when the caller is
75 var castagnoliTable *Table
89 // Initialize the slicing-by-8 table.
97 // IEEETable is the table for the IEEE polynomial.
113 // Initialize the slicing-by-8 table.
121 // MakeTable returns a Table constructed from the specified polynomial
    [all...]
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 40 // Table is a 256-word table representing the polynomial for efficient processing.
41 type Table [256]uint32
71 // castagnoliTable points to a lazily initialized Table for the Castagnoli
73 // Castagnoli table so we can compare against it to find when the caller is
75 var castagnoliTable *Table
89 // Initialize the slicing-by-8 table.
97 // IEEETable is the table for the IEEE polynomial.
113 // Initialize the slicing-by-8 table.
121 // MakeTable returns a Table constructed from the specified polynomial
    [all...]
  /art/runtime/
intern_table.cc 57 os << "Intern table: " << StrongSize() << " strong; " << WeakSize() << " weak\n";
86 // Note: we deliberately don't visit the weak_interns_ table and the immutable image roots.
229 // Check the strong table for a match.
251 // There is no match in the strong table, check the weak table.
255 // A match was found in the weak table. Promote to the strong table.
261 // No match in the strong table or the weak table. Insert into the strong / weak table
    [all...]
oat_file.h 341 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table;
347 Table oat_dex_files_;
356 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
382 // May return null if the OatDexFile only contains a type lookup table. This case only happens
440 // Create only with a type lookup table, used by the compiler to speed up compilation.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 33 // The SMBIOS table in EfiRuntimeServicesData memory
38 // The SMBIOS table in EfiReservedMemoryType memory
209 the $EFI table in the shadow area. Thunk into the Legacy16 code after it had
227 EFI_COMPATIBILITY16_TABLE *Table;
337 // Search for Legacy16 table in Shadowed ROM
340 Table = NULL;
343 Table = (EFI_COMPATIBILITY16_TABLE *) Ptr;
344 PtrEnd = Ptr + Table->TableLength;
353 if (Table == NULL) {
354 DEBUG ((EFI_D_ERROR, "No Legacy16 table found\n"));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
AcpiS3Save.c 110 This function scan ACPI table in RSDT.
113 @param Signature ACPI table signature
115 @return ACPI table
127 EFI_ACPI_DESCRIPTION_HEADER *Table;
137 Table = (EFI_ACPI_DESCRIPTION_HEADER *)((UINTN)(*EntryPtr));
138 if (Table->Signature == Signature) {
139 return Table;
148 This function scan ACPI table in XSDT.
151 @param Signature ACPI table signature
153 @return ACPI table
    [all...]

Completed in 2005 milliseconds

1 23 4 5 6 7 8 91011