HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 451 - 475 of 823) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 322 Creates Huffman Code mapping table according to code length array.
324 Creates Huffman Code mapping table for Extra Set, Char&Len Set
330 @param TableBits The width of the mapping table
331 @param Table The table
334 @retval BAD_TABLE The table is corrupted.
343 OUT UINT16 *Table
349 Get a position value according to Position Huffman Table.
373 @retval BAD_TABLE Table is corrupted.
388 generate the Huffman Code mapping table for the Char&Len Set.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 147 SystemTable - A pointer to the EFI System Table.
172 SystemTable - A pointer to the EFI System Table.
202 SystemTable - The EFI System Table that was passed to the driver's entry point
242 SystemTable - The EFI System Table that was passed to the driver's entry point
288 SystemTable - The EFI System Table that was passed to the driver's entry point
313 OUT VOID **Table
323 TableGuid - Name of entry to return in the system table
324 Table - Pointer in EFI system table associated with TableGuid
328 EFI_SUCCESS - Table returned;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiLib.h 50 Table for a table with a GUID that matches TableGuid. If a match is found,
51 then a pointer to the configuration table is returned in Table, and EFI_SUCCESS
54 @param TableGuid Pointer to table's GUID type..
55 @param Table Pointer to the table associated with TableGuid in the EFI System Table.
57 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
58 @retval EFI_NOT_FOUND A configuration table matching TableGuid could not be found.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 422 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
425 @param SystemTable A pointer to the SMM System Table.
427 @param Table A pointer to the buffer of the table to add.
428 @param TableSize The size of the table to install.
430 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
441 IN VOID *Table,
446 // System Management System Table (SMST)
450 /// The table header for the System Management System Table (SMST).
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h 149 Returns a requested ACPI table.
151 The GetAcpiTable() function returns a pointer to a buffer containing the ACPI table associated
155 - Root System Description Table (RSDT)
156 - Extended System Description Table (XSDT)
157 Version is updated with a bit map containing all the versions of ACPI of which the table is a
161 @param[in] Index The zero-based index of the table to retrieve.
162 @param[out] Table Pointer for returning the table buffer.
163 @param[out] Version On return, updated with the ACPI versions to which this table belongs. Type
166 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.h 2 Build a table, each item is (key, info) pair.
3 and give a interface of query a string out of a table.
41 Given a table and a Key, return the responding info.
44 Table[Index].Key is change from UINT8 to UINT16,
55 @param[in] Table The begin address of table.
56 @param[in] Number The number of table items.
66 IN TABLE_ITEM *Table,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.h 81 Function returns a system configuration table that is stored in the
82 EFI System Table based on the provided GUID.
84 @param[in] TableGuid A pointer to the table's GUID type.
85 @param[in, out] Table On exit, a pointer to a system configuration table.
87 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
88 @retval EFI_NOT_FOUND A configuration table matching TableGuid was not found.
94 IN OUT VOID **Table
133 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
146 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java 22 import com.google.common.collect.Table.Cell;
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 741 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length)
744 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
746 while (Table < EndPtr)
747 Sum += *Table++;
  /external/llvm/lib/MC/
MCStreamer.cpp 176 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID);
177 if (!Table.getLabel()) {
179 Table.setLabel(
182 return Table.getLabel();
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 268 // Build an aggregate string, and build a table of offsets into it.
276 // Add all strings to the string table upfront so it can generate an optimized
315 // in the opcode-indexed table.
341 // Otherwise, we can include this in the initial lookup table. Add it in.
363 // Emit the string table itself.
370 unsigned Table = 0, Shift = 0;
377 // Figure out how big this table section needs to be, but no bigger than 4.
382 O << " static const uint" << TableSize << "_t OpInfo" << Table
389 // Emit string to combine the individual table lookups.
394 BitsOS << "OpInfo" << Table << "[MI->getOpcode()] << " << Shift << ";\n"
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 49 struct _glxapi_table *Table;
103 prevTable = d->Table;
104 return d->Table; /* done! */
121 d->Table = t;
144 #define GET_DISPATCH(DPY, TABLE) \
146 TABLE = prevTable; \
149 TABLE = NULL; \
152 TABLE = get_dispatch(DPY); \
1191 * Return size of the GLX dispatch table, in entries, not bytes.
1208 * Initialize all functions in given dispatch table to be no-op
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 95 /* initial hash table size */
98 /* maximal average node_count/hash_size ratio beyond which hash table is resized */
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_header_table.cc 17 #include "sfntly/table/core/horizontal_header_table.h"
79 : Table(header, data) {
97 FontDataTablePtr table = new HorizontalHeaderTable(header(), data); local
98 return table.Detach();
maximum_profile_table.cc 17 #include "sfntly/table/core/maximum_profile_table.h"
83 : Table(header, data) {
101 FontDataTablePtr table = new MaximumProfileTable(header(), data); local
102 return table.Detach();
  /external/skia/third_party/lua/src/
lgc.h 153 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
lstring.c 3 ** String table (keeps all strings handled by Lua)
62 ** resizes the string table
114 ** creates a new short string, inserting it into string table
175 Udata *luaS_newudata (lua_State *L, size_t s, Table *e) {
  /external/swiftshader/third_party/LLVM/docs/
Makefile 98 $(Echo) Making User LOC Table
  /external/syslinux/com32/lua/src/
lgc.h 153 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
lstring.c 3 ** String table (keeps all strings handled by Lua)
62 ** resizes the string table
114 ** creates a new short string, inserting it into string table
175 Udata *luaS_newudata (lua_State *L, size_t s, Table *e) {
  /external/tpm2/generator/
extract_structures.py 10 information into the Table object for further processing and creating the
23 table_name = re.compile(r'^\s*Table\s+[0-9]+')
30 ANCHOR = 0 # Look for table title anchor
31 TABLE_NAME = 1 # Look for table title in the data stream
32 TABLE_BODY = 2 # Scraping the actual table body
33 MAYBE_DONE = 3 # Could be over, unless a single spec table is split in
42 self._table = tpm_table.Table()
49 characters (like long dashes), which appear only in comments/table titles
62 """Return the Table object containing all information parsed so far."""
77 Each specification table is preceded with a tittle. The title is wrappe
    [all...]
  /external/v8/src/ic/arm/
stub-cache-arm.cc 18 StubCache::Table table, Register receiver, Register name,
23 ExternalReference key_offset(stub_cache->key_reference(table));
24 ExternalReference value_offset(stub_cache->value_reference(table));
25 ExternalReference map_offset(stub_cache->map_reference(table));
66 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
68 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
131 // Probe the primary table.
141 // Probe the secondary table.
  /external/v8/src/ic/arm64/
stub-cache-arm64.cc 19 // Probe primary or secondary table.
26 StubCache::Table table, Register receiver, Register name,
35 ExternalReference key_offset(stub_cache->key_reference(table));
36 ExternalReference value_offset(stub_cache->value_reference(table));
37 ExternalReference map_offset(stub_cache->map_reference(table));
72 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
74 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
125 // Compute the hash for primary table.
133 // Probe the primary table
    [all...]
  /external/v8/src/ic/ia32/
stub-cache-ia32.cc 18 StubCache::Table table, Register name, Register receiver,
22 ExternalReference key_offset(stub_cache->key_reference(table));
23 ExternalReference value_offset(stub_cache->value_reference(table));
24 ExternalReference map_offset(stub_cache->map_reference(table));
49 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
51 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
94 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
96 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
159 // Probe the primary table
    [all...]
  /external/v8/src/ic/mips/
stub-cache-mips.cc 18 StubCache::Table table, Register receiver, Register name,
23 ExternalReference key_offset(stub_cache->key_reference(table));
24 ExternalReference value_offset(stub_cache->value_reference(table));
25 ExternalReference map_offset(stub_cache->map_reference(table));
65 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
67 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
131 // Probe the primary table.
141 // Probe the secondary table.

Completed in 857 milliseconds

<<11121314151617181920>>