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

1 2 3 45 6 7 8 91011

  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 57 EFI_PHYSICAL_ADDRESS *Table;
65 // Iteratively add ACPI Table, SMBIOS Table, MPS Table to EFI System Table
70 Table = GET_GUID_HOB_DATA (GuidHob.Guid);
71 if (Table != NULL) {
73 // Check if Mps Table/Smbios Table/Acpi Table exists in E/F seg,
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
80 // Populate the identifier table with info about keywords for the current
162 const LangOptions &LangOpts, IdentifierTable &Table) {
178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode);
187 IdentifierTable &Table) {
188 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
196 IdentifierTable &Table) {
197 Table.get(Name).setObjCKeywordID(ObjCID);
200 /// AddKeywords - Add all keywords to the symbol table.
310 /// PrintStats - Print statistics about how well the identifier table is doin
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 70 /// table.
303 IdentifierIndexTable &Table
305 IdentifierIndexTable::iterator Known = Table.find(Name);
306 if (Known == Table.end()) {
621 // Handle the identifier table
625 std::unique_ptr<InterestingIdentifierTable> Table(
630 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
631 DEnd = Table->data_end();
650 /// table.
734 // Populate the hash table
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 271 void *Table[] = {&&DirectJump, &&Later};
272 goto *Table[n]; // expected-warning {{jump from this indirect goto statement to one of its possible targets is incompatible with C++98}}
  /external/flatbuffers/tests/MyGame/Example/
Monster.go 11 _tab flatbuffers.Table
26 func (rcv *Monster) Table() flatbuffers.Table {
124 func (rcv *Monster) Test(obj *flatbuffers.Table) bool {
  /external/llvm/lib/IR/
Function.cpp 284 // Delete all of the method arguments and unlink from symbol table...
288 // Remove the function from the on-the-side GC table.
365 // Metadata is stored in a side-table.
456 /// Table of string intrinsic names indexed by enum value.
750 // Check to see if the intrinsic's type was expressible by the table.
765 // into a single word in the table itself, decode it now.
775 // Okay, decode the table into the output vector of IITDescriptors.
863 SmallVector<IITDescriptor, 8> Table;
864 getIntrinsicInfoTableEntries(id, Table);
866 ArrayRef<IITDescriptor> TableRef = Table;
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 72 DecoderTable Table;
98 // Emit the decoder state machine table.
99 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
268 // Emit table entries to decode instructions given a segment or segments of
314 // Lookup table for the operand decoding of instructions.
439 // Emits table entries to decode the singleton.
583 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups,
596 // Our NumToSkip entries are 16-bits. Make sure our table isn't too
598 assert(Delta < 65536U && "disassembler decoding table too large!");
599 Table[FixupIdx] = (uint8_t)Delta
    [all...]
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/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 76 static TableEntry Table[] = {
83 static const OpToFactoryMapTy OpToFactoryMap(std::begin(Table),
84 std::end(Table));
  /frameworks/base/core/java/com/android/internal/app/procstats/
SparseMappingTable.java 37 * set of Table objects that each contain a small array mapping the byte IDs to a position
68 * A table of data as stored in a SparseMappingTable.
70 public static class Table {
76 public Table(SparseMappingTable parent) {
82 * Pulls the data from 'copyFrom' and stores it in our own longs table.
84 * @param copyFrom The Table to copy from
87 public void copyFrom(Table copyFrom, int valueCount) {
108 * table.
141 // the table value itself, which will be used for lookup
148 // Store the key in the sparse lookup table for this Table object
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBootSupport.c 41 Print the BBS Table.
43 @param BbsTable The BBS table.
111 Print the BBS Table.
113 @param HddInfo The HddInfo table.
558 // Assumption is table is built from low bus to high bus numbers.
628 @param Id Table/Data identifier
632 @retval EFI_OUT_OF_RESOURCES no resource to get data or table
641 VOID *Table;
670 (VOID *) &Table,
678 DEBUG ((EFI_D_INFO, " Table - %x, Size - %x, Location - %x, Alignment - %x\n", (UINTN)Table, (UINTN)TableSize, (UINTN)Location (…)
    [all...]
  /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/tools/llvm-readobj/
COFFDumper.cpp 119 /// Given a .debug$S section, find the string table and file checksum table.
    [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/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 300 const void *Table; // Points to the actual interpolation table
526 cmsUInt16Number* T; // Points to the table 16 bits table
527 cmsFloat32Number* TFloat; // Points to the cmsFloat32Number table
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 257 /* from table to same table */
259 /* to table */
435 struct Table *metatable;
436 struct Table *env;
560 typedef struct Table {
564 struct Table *metatable;
570 } Table;
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 390 // "val" points to the new table/string, as you can obtain from
442 auto table = IndirectHelper<T>::Read(data, 0);
446 return -table->KeyCompareWithValue(*key);
613 // Converts a Field ID to a virtual table offset.
726 // FlatBufferBuilder::Finish with your root table.
828 // If you hit this, you're trying to construct a Table/Vector/String
829 // during the construction of its parent table (between the MyTableBuilder
830 // and table.Finish().
848 // table, comparing it against existing vtables, and writing the
853 // Write the vtable offset, which is the start of any Table
1692 auto table = reinterpret_cast<const Table *>(root); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 74 /** [4] max. length of any table */
291 // Faster table item search at the cost of slower startup and some heap memory.
372 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
381 private static final Table EMPTY_TABLE = new Table();
748 Table getTable(int res) {
759 return (Table)value;
761 Table table; local
763 if(type == UResourceBundle.TABLE) {
875 Table table = reader.getTable(res); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 72 /** [4] max. length of any table */
289 // Faster table item search at the cost of slower startup and some heap memory.
370 return type==UResourceBundle.TABLE || type==ICUResourceBundle.TABLE16 || type==ICUResourceBundle.TABLE32;
379 private static final Table EMPTY_TABLE = new Table();
746 Table getTable(int res) {
757 return (Table)value;
759 Table table; local
761 if(type == UResourceBundle.TABLE) {
873 Table table = reader.getTable(res); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 303 * Branch offsets and the exception table are also updated.
325 * Branch offsets and the exception table are also updated.
350 * Branch offsets and the exception table are also updated.
376 * Branch offsets and the exception table are also updated.
398 * Branch offsets and the exception table are also updated.
423 * Branch offsets and the exception table are also updated.
470 * Branch offsets and the exception table are also updated.
487 * Branch offsets and the exception table are also updated.
509 * Branch offsets and the exception table are also updated.
526 * Branch offsets and the exception table are also updated
711 ExceptionTable table = codeAttr.getExceptionTable(); local
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 351 SDValue Table = Op.getOperand(1);
354 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 118 // Table. Each individual table can hold properties and rows & cols
131 } TABLE;
144 cmsUInt32Number nTable; // The actual table
146 TABLE Tab[MAXTABLES];
205 // The keyword->symbol translation table. Sorting is required.
299 {"TABLE_DESCRIPTOR", WRITE_STRINGIFY}, // Describes the purpose or contents of a data table.
301 {"TABLE_NAME", WRITE_STRINGIFY} // Provides a short name for a data table.
1003 // ---------------------------------------------------------- Table
1006 TABLE* GetTable(cmsIT8* it8
    [all...]
  /external/skia/third_party/lua/src/
lobject.h 257 /* from table to same table */
259 /* to table */
435 struct Table *metatable;
436 struct Table *env;
560 typedef struct Table {
564 struct Table *metatable;
570 } Table;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 334 SDValue Table = Op.getOperand(1);
337 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
    [all...]

Completed in 1723 milliseconds

1 2 3 45 6 7 8 91011