| /device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
| UefiLib.h | 40 /// Unicode String Table
116 Retrieves a pointer to the system configuration table from the EFI System Table
119 This function searches the list of configuration tables stored in the EFI System Table
120 for a table with a GUID that matches TableGuid. If a match is found, then a pointer to
121 the configuration table is returned in Table, and EFI_SUCCESS is returned. If a matching GUID
124 If Table is NULL, then ASSERT().
126 @param TableGuid The pointer to table's GUID type..
127 @param Table The pointer to the table associated with TableGuid in the EFI System Table. [all...] |
| /external/bcc/src/python/bcc/ |
| __init__.py | 28 from .table import Table, PerfEventArray 217 Table = Table 468 raise Exception("Failed to load BPF Table %s key desc" % name) 473 raise Exception("Failed to load BPF Table %s leaf desc" % name) 475 return Table(self, map_id, map_fd, keytype, leaftype, reducer=reducer) [all...] |
| /external/flatbuffers/include/flatbuffers/ |
| minireflect.h | 38 // These mark the scope of a table or struct. 246 val = reinterpret_cast<const Table *>(obj)->GetAddressOf(
|
| /external/flatbuffers/java/com/google/flatbuffers/ |
| FlatBufferBuilder.java | 39 int[] vtable = null; // The vtable for the current table. 41 boolean nested = false; // Whether we are currently serializing a table. 43 int object_start; // Starting offset of the current struct/table. 509 * @param obj Instance of the table subclass. 513 public <T extends Table> int createSortedVectorOfTables(T obj, int[] offsets) { 645 * Add a `boolean` to a table at `o` into its vtable, with value `x` and default `d`. 656 * Add a `byte` to a table at `o` into its vtable, with value `x` and default `d`. 667 * Add a `short` to a table at `o` into its vtable, with value `x` and default `d`. 678 * Add an `int` to a table at `o` into its vtable, with value `x` and default `d`. 689 * Add a `long` to a table at `o` into its vtable, with value `x` and default `d` [all...] |
| /external/guice/extensions/persist/lib/ |
| ejb3-persistence.jar | |
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
| LongNameHandler.java | 71 UResource.Table pluralsTable = value.getTable();
|
| /external/icu/android_icu4j/src/main/java/android/icu/number/ |
| NumberRangeFormatterImpl.java | 67 UResource.Table miscTable = value.getTable();
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| LongNameHandler.java | 67 UResource.Table pluralsTable = value.getTable();
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| NumberRangeFormatterImpl.java | 66 UResource.Table miscTable = value.getTable();
|
| /external/libtextclassifier/utils/ |
| flatbuffers_test.cc | 86 const flatbuffers::Table* extra =
|
| /external/llvm/lib/MC/ |
| MCAsmStreamer.cpp | [all...] |
| /external/llvm/lib/Target/X86/ |
| X86FloatingPoint.cpp | 538 // Efficient Lookup Table Support 556 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { 557 const TableEntry *I = std::lower_bound(Table.begin(), Table.end(), Opcode); 558 if (I != Table.end() && I->from == Opcode) 564 #define ASSERT_SORTED(TABLE) 566 #define ASSERT_SORTED(TABLE) \ 567 { static bool TABLE##Checked = false; \ 568 if (!TABLE##Checked) { \ 569 assert(std::is_sorted(std::begin(TABLE), std::end(TABLE)) && [all...] |
| /external/lua/src/ |
| lstate.c | 182 ** Create registry table and its predefined values 187 Table *registry = luaH_new(L); 193 /* registry[LUA_RIDX_GLOBALS] = table of globals */ 194 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */
|
| lvm.c | 34 /* limit for table tag-method chains (to avoid loops) */ 156 ** Finish the table access 'val = t[key]'. 157 ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to 165 if (slot == NULL) { /* 't' is not a table? */ 172 else { /* 't' is a table */ 174 tm = fasttm(L, hvalue(t)->metatable, TM_INDEX); /* table's metamethod */ 197 ** Finish a table assignment 't[key] = val'. 198 ** If 'slot' is NULL, 't' is not a table. Otherwise, 'slot' points 208 if (slot != NULL) { /* is 't' a table? */ 209 Table *h = hvalue(t); /* save 't' table * [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| MCAsmStreamer.cpp | [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| X86FloatingPoint.cpp | 575 // Efficient Lookup Table Support 593 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { 594 const TableEntry *I = std::lower_bound(Table.begin(), Table.end(), Opcode); 595 if (I != Table.end() && I->from == Opcode) 601 #define ASSERT_SORTED(TABLE) 603 #define ASSERT_SORTED(TABLE) \ 605 static std::atomic<bool> TABLE##Checked(false); \ 606 if (!TABLE##Checked.load(std::memory_order_relaxed)) { \ 607 assert(std::is_sorted(std::begin(TABLE), std::end(TABLE)) && [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| MachOObjectFile.cpp | 432 "symbol table")) 445 Symtab.strsize, "string table")) 482 "table of contents")) 507 "module table")) 524 "reference table")) 541 "indirect table")) 558 "external relocation table")) 575 "local relocation table")) [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
| Parsing.py | 712 # @param Table: A table
719 def ParseDefine(LineValue, StartLine, Table, FileID, SectionName, \
729 Table.Insert(DataType.MODEL_META_DATA_DEFINE, Define[0], Define[1], '', \
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/ |
| SmmBaseHelper.c | 376 The function scans the page table for dirty pages in mFrameworkSmst->CpuSaveState
429 Initialize page table for pages contain HookData.
432 to a 2MB page, a page table will be allocated and initialized for 4KB pages. Otherwise we juse
433 use the original page table.
435 @param[in] HookData Based on which to initialize page table.
437 @return The pointer to a Page Table that points to 4KB pages which contain HookData.
514 table related fields in the Framework SMST because the PI SMM SmmInstallConfigurationTable()
517 @param[in] SystemTable A pointer to the SMM System Table.
519 @param[in] Table A pointer to the buffer of the table to add. [all...] |
| /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
| SecEntry.asm | 85 ; Load the GDT table in GdtDesc
255 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
|
| /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
| LegacyPlatform.c | 58 // PIRQ Table
61 // table to get the bridge information.
101 @param[in,out] DeviceTable Table to place handles etc in.
211 @param EfiToLegacy16BootTable A pointer to Legacy16 boot table.
661 * An IRQ routing table and number of entries in the table.
662 * The $PIR table and its size.
666 @param RoutingTable The pointer to PCI IRQ Routing table.
667 This location is the $PIR table minus the header.
668 @param RoutingTableEntries The number of entries in table. [all...] |
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
| SecEntry.asm | 84 ; Load the GDT table in GdtDesc
244 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
|
| /external/eigen/doc/ |
| eigen_navtree_hacks.js | 2 // generate a table of contents in the side-nav based on the h1/h2 tags of the current page. 6 var toc = $("#side-nav").append('<div id="nav-toc" class="toc"><h3>Table of contents</h3></div>');
|
| /external/flatbuffers/js/ |
| flatbuffers.js | 31 flatbuffers.Table; 173 * The vtable for the current table. 189 * Whether we are currently serializing a table. 197 * Starting offset of the current struct/table. 627 // Offset relative to the start of the table. 658 // Point table to existing vtable. 665 // Point table to current vtable. 700 * This checks a required field has been set in a given table that has 703 * @param {flatbuffers.Offset} table 706 flatbuffers.Builder.prototype.requiredField = function(table, field) [all...] |
| /external/flatbuffers/samples/ |
| monster_generated.h | 233 struct Monster FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 444 struct Weapon FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|