HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 426 - 450 of 792) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 98 ** link table 'h' into list pointed by 'p'
105 ** from the table)
116 ** table. Non-collectable objects are never removed from weak
253 Table *mt = gco2u(o)->metatable;
355 static void traverseweakvalue (global_State *g, Table *h) {
368 hasclears = 1; /* table will have to be cleared */
378 static int traverseephemeron (global_State *g, Table *h) {
380 int hasclears = 0; /* true if table has white keys */
381 int prop = 0; /* true if table has entry "white-key -> white-value" */
397 hasclears = 1; /* table must be cleared *
    [all...]
  /external/lua/src/
lgc.c 118 ** collected, but keeps its entry in the table. A dead node is needed
120 ** traversing a weak table (key might be removed from the table during
134 ** table. Non-collectable objects are never removed from weak
171 void luaC_barrierback_ (lua_State *L, Table *t) {
174 black2gray(t); /* make table gray (again) */
356 ** Traverse a table with weak values and link it to proper list. During
358 ** atomic phase. In the atomic phase, if table has any white value,
361 static void traverseweakvalue (global_State *g, Table *h) {
374 hasclears = 1; /* table will have to be cleared *
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 154 @param[in, out] Table The assemble table used. A new assemble entry will be created
165 IN OUT IP6_ASSEMBLE_TABLE *Table,
197 NET_LIST_FOR_EACH (Cur, &Table->Bucket[Index]) {
210 // Create a new entry if can not find an existing one, insert it to assemble table
223 InsertHeadList (&Table->Bucket[Index], &Assemble->Link);
500 number of input data blocks when building a fragment table.
580 // Rebuild fragment table from netbuf to ease ipsec process.
1126 Initialize an already allocated assemble table. This is generally
1127 the assemble table embedded in the IP6 service instance.
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsps2.c 108 /Table [ p p p [<...>]]
464 // Outputs a table of words. It does use 16 bits
467 void Emit1Gamma(cmsIOHANDLER* m, cmsToneCurve* Table)
472 if (Table == NULL) return; // Error
474 if (Table ->nEntries <= 0) return; // Empty table
477 if (cmsIsToneCurveLinear(Table)) return;
480 gamma = cmsEstimateGamma(Table, 0.001);
498 for (i=0; i < Table->nEntries; i++) {
499 _cmsIOPrintf(m, "%d ", Table->Table16[i])
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp 304 // If the node does not point to data, it must have a directory table pointing
376 // We have reached the address of the symbol table.
382 FileSize += 4; // four null bytes for the string table.
513 // Now write the symbol table.
577 // Just 4 null bytes for the string table.
597 auto *Table = reinterpret_cast<coff_resource_dir_table *>(BufferStart +
599 Table->Characteristics = CurrentNode->getCharacteristics();
600 Table->TimeDateStamp = 0;
601 Table->MajorVersion = CurrentNode->getMajorVersion();
602 Table->MinorVersion = CurrentNode->getMinorVersion()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.cpp 74 // Table for all lib functions with unmangled names.
75 static const UnmangledFuncInfo Table[];
77 // Number of entries in Table.
85 (*this)[Table[I].Name] = I;
95 // Get index to Table by function name.
109 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; }
110 static StringRef getName(ID Id) { return Table[toIndex(Id)].Name; }
119 // This table describes function formal argument type rules. The order of rules
345 const UnmangledFuncInfo UnmangledFuncInfo::Table[] = {
353 sizeof(UnmangledFuncInfo::Table) / sizeof(UnmangledFuncInfo::Table[0])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
InfClassObject.py 29 from Table.TableInf import TableInf
336 #self.TblInf.Table = "Inf%s" % self.FileID
545 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
666 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(Family), ConvertToSqlString2(ToolChain), ConvertToSqlString2(Flag), Record[3])
761 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(LibClassName), ConvertToSqlString2(LibClassIns), ConvertToSqlString2(SupModelList), Record[3])
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/AcpiPlatformDxe/
EthMac.c 429 // Parse table for device type
449 EFI_ACPI_SDT_HEADER *Table;
461 DBG("Unable to locate ACPI table protocol\n");
466 // Search for DSDT Table
468 Status = AcpiTableProtocol->GetAcpiTable(i, &Table, &TableVersion, &TableKey);
471 if (Table->Signature != DSDT_SIGNATURE)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.c 40 @param SystemTable the EFI System Table pointer
99 @param SystemTable The EFI System Table pointer.
146 Function returns a system configuration table that is stored in the
147 EFI System Table based on the provided GUID.
149 @param[in] TableGuid A pointer to the table's GUID type.
150 @param[in, out] Table On exit, a pointer to a system configuration table.
152 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
153 @retval EFI_NOT_FOUND A configuration table matching TableGuid was not found.
158 IN OUT VOID **Table
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 135 /// We now emit a line table for each compile unit. To reduce the prologue
136 /// size of each line table, the files and directories used by each compile
310 /// getSymbols - Get a reference for the symbol table for clients that
312 /// still want any modifications to the table itself to use the MCContext
472 for (const auto &Table : MCDwarfLineTablesCUMap)
473 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel())
487 /// in the line number table with this information and the address of the
541 /// Creates an entry in the cv file table.
546 /// in the line number table with this information and the address of th
    [all...]
  /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/elfutils/tests/
run-readelf-ranges.sh 87 Table at Offset 0x0:
141 # Note that this will have an offsets table that the .dwo can refer to.
146 Table at Offset 0x0:
  /external/flatbuffers/net/FlatBuffers/
Table.cs 25 public struct Table
138 // 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/
MonsterExtra.java 11 public final class MonsterExtra extends Table {
  /external/flatbuffers/tests/namespace_test/
namespace_test1_generated.h 81 struct TableInNestedNS FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {

Completed in 2346 milliseconds

<<11121314151617181920>>