HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 476 - 500 of 1015) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.c 162 OUT UINT16 *Table
168 Creates Huffman Code mapping table according to code length array.
175 TableBits - The width of the mapping table
176 Table - The table
181 BAD_TABLE - The table is corrupted.
234 Table[Index++] = 0;
253 Table[Index] = Char;
259 Pointer = &Table[Index3 >> JuBits];
368 BAD_TABLE - Table is corrupted.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 164 OUT UINT16 *Table
170 Creates Huffman Code mapping table according to code length array.
177 TableBits - The width of the mapping table
178 Table - The table
183 BAD_TABLE - The table is corrupted.
240 Table[Index++] = 0;
259 Table[Index] = Char;
265 Pointer = &Table[Index3 >> JuBits];
372 BAD_TABLE - Table is corrupted.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 279 OUT UINT16 *Table
285 Creates Huffman Code mapping table according to code length array.
292 TableBits - The width of the mapping table
293 Table - The table
298 BAD_TABLE - The table is corrupted.
369 Table[Index++] = 0;
388 Table[Index] = Char;
394 Pointer = &Table[Index3 >> JuBits];
509 BAD_TABLE - Table is corrupted.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
PiSmmDefinition.h 85 Adds, updates, or removes a configuration table entry from the System Management System Table.
89 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
92 @param[in] SystemTable A pointer to the SMM System Table (SMST).
94 @param[in] Table A pointer to the buffer of the table to add.
95 @param[in] TableSize The size of the table to install.
97 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
107 IN VOID *Table,
114 PI SMM System Table.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 171 OUT UINT16 *Table
177 Creates Huffman Code mapping table according to code length array.
184 TableBits - The width of the mapping table
185 Table - The table
190 BAD_TABLE - The table is corrupted.
242 Table[Index++] = 0;
261 Table[Index] = Char;
267 Pointer = &Table[Index3 >> JuBits];
376 BAD_TABLE - Table is corrupted.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 77 Print Undi loader table.
79 @param UndiLoaderStructure Point to Undi Loader table structure.
91 DEBUG ((DEBUG_NET, "Before Parsing the table contents, the table itself lives\n"));
109 Simple table dumper. The ROMID table is necessary in order to effect
127 DEBUG ((DEBUG_NET, "Before Parsing the table contents, the table itself lives\n"));
199 Print PXE table.
201 @param PxeTable Point to PXE table structure
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBiosPlatform.h 44 /// LegacyOffset set to 0. The mode returns the MP table address in EFI memory, along with its size.
46 /// in the 0xF0000 or 0xE0000 block to which the MP table is to be copied. The second
47 /// invocation allows any MP table address fixes to occur in the EFI memory copy of the
48 /// MP table. The caller, not EfiGetPlatformBinaryMpTable, copies the modified MP
49 /// table to the allocated region in 0xF0000 or 0xE0000 block after the second invocation.
53 /// Table Pointer to the MP table.
55 /// TableSize Size in bytes of the MP table.
57 /// Location Location to place table. 0x00. Either 0xE0000 or 0xF0000 64 KB blocks.
65 // LegacySegment Segment in which EfiCompatibility code will place the MP table.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 48 Retrieves a pointer to the system configuration table from the EFI System Table
51 This function searches the list of configuration tables stored in the EFI System Table
52 for a table with a GUID that matches TableGuid. If a match is found, then a pointer to
53 the configuration table is returned in Table., and EFI_SUCCESS is returned. If a matching GUID
56 If Table is NULL, then ASSERT().
58 @param TableGuid Pointer to table's GUID type..
59 @param Table Pointer to the table associated with TableGuid in the EFI System Table.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 29 @param SystemTable A pointer to the EFI System Table.
70 Retrieves a pointer to the system configuration table from the EFI System Table
73 This function searches the list of configuration tables stored in the EFI System Table
74 for a table with a GUID that matches TableGuid. If a match is found, then a pointer to
75 the configuration table is returned in Table., and EFI_SUCCESS is returned. If a matching GUID
78 If Table is NULL, then ASSERT().
80 @param TableGuid The pointer to table's GUID type.
81 @param Table The pointer to the table associated with TableGuid in the EFI System Table.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 33 Return page table base.
35 @return page table base.
88 Return page table entry to match the address.
189 @param[out] IsModified TRUE means page table modified. FALSE means page table not modified.
317 // No need support 1G->4K directly, we should use 1G->2M, then 2M->4K to get more compact page table.
350 @param[out] IsSplitted TRUE means page table splitted. FALSE means page table not splitted.
351 @param[out] IsModified TRUE means page table modified. FALSE means page table not modified.
    [all...]
  /external/flatbuffers/net/FlatBuffers/
Table.cs 25 public struct Table
97 // Initialize any Table-derived type to point to the union at the given offset.
  /external/flatbuffers/samples/
sample_binary.go 139 unionTable := new(flatbuffers.Table)
141 // An example of how you can appropriately convert the table depending on the
  /external/flatbuffers/tests/MyGame/Example/
Monster.cs 14 private Table __p;
18 public static bool MonsterBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "MONS"); }
166 Array.Sort(offsets, (Offset<Monster> o1, Offset<Monster> o2) => Table.CompareStrings(Table.__offset(10, o1.Value, builder.DataBuffer), Table.__offset(10, o2.Value, builder.DataBuffer), builder.DataBuffer));
176 int tableOffset = Table.__indirect(vectorLocation + 4 * (start + middle), bb);
177 int comp = Table.CompareStrings(Table.__offset(10, bb.Length - tableOffset, bb), byteKey, bb);
  /external/flatbuffers/tests/namespace_test/
namespace_test1_generated.h 76 struct TableInNestedNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 75 // Emit the intrinsic ID -> name table.
78 // Emit the intrinsic ID -> overload table.
134 OS << "// Intrinsic ID to name table\n";
404 // LongEncodingTable, and use its offset in the 32-bit table instead.
407 // This is a placehold that we'll replace after the table is laid out.
413 OS << "// Global intrinsic function declaration type table.\n";
422 // If the entry fit in the table, just emit it.
432 // Otherwise, emit the offset into the long encoding table. We emit it this
439 // Emit the shared table of register lists.
499 assert(AttrNum < 256 && "Too many unique attributes for table!");
    [all...]
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.h 30 // The ".index" file is a string-string immutable table
31 // (tensorflow::table::Table). Each key is a name of a tensor and its value is
76 #include "tensorflow/core/lib/io/table.h"
98 // The empty string, hence always the first key in the metadata table. Its
102 // Builds a string-string table of tensor names to BundleEntryProto (metadata).
124 // A slice of a full tensor is stored in two entries in the metadata table:
290 table::Table* table_;
291 table::Iterator* iter_
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 184 OUT UINT16 *Table
190 Creates Huffman Code mapping table according to code length array.
197 TableBits - The width of the mapping table
198 Table - The table
203 BAD_TABLE - The table is corrupted.
256 Table[Index++] = 0;
275 Table[Index] = Char;
281 Pointer = &Table[Index3 >> JuBits];
390 BAD_TABLE - Table is corrupted
    [all...]
  /frameworks/base/cmds/incident_helper/src/parsers/
CpuInfoParser.cpp 49 vector<int> columnIndices; // task table can't be split by purely delimiter, needs column positions.
57 Table table(CpuInfoProto::Task::_FIELD_NAMES, CpuInfoProto::Task::_FIELD_IDS, CpuInfoProto::Task::_FIELD_COUNT);
58 table.addEnumTypeMap("s", CpuInfoProto::Task::_ENUM_STATUS_NAMES,
60 table.addEnumTypeMap("pcy", CpuInfoProto::Task::_ENUM_POLICY_NAMES,
143 if (!table.insertField(&proto, header[i], record[i])) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
PssTable.java 34 public class PssTable extends SparseMappingTable.Table {
44 * Merge the the values from the other table into this one.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 133 /// \brief Iterate over program header table.
185 return createError("index past the end of the symbol table");
187 // The size of the table was checked in getSHNDXTable.
330 if (!Index) // no section string table.
360 return createError("section header table goes past the end of the file");
374 return createError("section table goes past the end of file");
378 // Section table goes past end of file!
380 return createError("section table goes past the end of file");
420 return createError("invalid sh_type for string table, expected SHT_STRTAB");
426 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELF.h 143 /// \brief Iterate over program header table.
195 return createError("index past the end of the symbol table");
197 // The size of the table was checked in getSHNDXTable.
337 if (!Index) // no section string table.
367 return createError("section header table goes past the end of the file");
381 return createError("section table goes past the end of file");
385 // Section table goes past end of file!
387 return createError("section table goes past the end of file");
427 return createError("invalid sh_type for string table, expected SHT_STRTAB");
433 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELF.h 143 /// \brief Iterate over program header table.
195 return createError("index past the end of the symbol table");
197 // The size of the table was checked in getSHNDXTable.
337 if (!Index) // no section string table.
367 return createError("section header table goes past the end of the file");
381 return createError("section table goes past the end of file");
385 // Section table goes past end of file!
387 return createError("section table goes past the end of file");
427 return createError("invalid sh_type for string table, expected SHT_STRTAB");
433 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELF.h 145 /// \brief Iterate over program header table.
201 return createError("index past the end of the symbol table");
203 // The size of the table was checked in getSHNDXTable.
343 if (!Index) // no section string table.
377 return createError("section header table goes past the end of the file");
391 return createError("section table goes past the end of file");
395 // Section table goes past end of file!
397 return createError("section table goes past the end of file");
437 return createError("invalid sh_type for string table, expected SHT_STRTAB");
443 return createError("empty string table");
    [all...]

Completed in 1642 milliseconds

<<11121314151617181920>>