HomeSort by relevance Sort by last modified time
    Searched refs:Entries (Results 201 - 225 of 475) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 58 ; Next level Page Directory Pointers (4 * 1GB entries => 4GB)
68 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /external/guava/guava/src/com/google/common/collect/
FilteredKeyMultimap.java 180 return new Entries();
183 class Entries extends ForwardingCollection<Entry<K, V>> {
186 return Collections2.filter(unfiltered.entries(), entryPredicate());
  /toolchain/binutils/binutils-2.27/gold/
merge.h 99 // A list of entries for a particular input section.
105 typedef std::vector<Input_merge_entry> Entries;
128 Entries entries; member in struct:gold::Object_merge_map::Input_merge_map
129 // Whether the ENTRIES field is sorted by input_offset.
133 : output_data(NULL), entries(), sorted(true)
346 // Compare two entries in the hash table for equality. To do this
390 // The number of entries seen in input files.
506 // The number of entries seen in input files.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 331 std::vector<Entry> Entries;
333 return Kind == Other.Kind && Entries == Other.Entries;
360 YamlIO.mapOptional("entries", JT.Entries,
479 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 331 std::vector<Entry> Entries;
333 return Kind == Other.Kind && Entries == Other.Entries;
360 YamlIO.mapOptional("entries", JT.Entries,
479 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 331 std::vector<Entry> Entries;
333 return Kind == Other.Kind && Entries == Other.Entries;
360 YamlIO.mapOptional("entries", JT.Entries,
479 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 331 std::vector<Entry> Entries;
333 return Kind == Other.Kind && Entries == Other.Entries;
360 YamlIO.mapOptional("entries", JT.Entries,
479 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MIRYamlMapping.h 362 std::vector<Entry> Entries;
365 return Kind == Other.Kind && Entries == Other.Entries;
392 YamlIO.mapOptional("entries", JT.Entries,
512 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 84 This function is used to insert entries into the ARP cache.
86 ARP cache entries are typically inserted and updated by network protocol drivers
87 as network traffic is processed. Most ARP cache entries will time out and be
88 deleted if the network traffic stops. ARP cache entries that were inserted
282 This function searches the ARP cache for matching entries and allocates a buffer into
283 which those entries are copied.
298 @param EntryLength The size of an entry in the entries buffer.
299 @param EntryCount The number of ARP cache entries that are found by
301 @param Entries Pointer to the buffer that will receive the ARP
302 cache entries.
    [all...]
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 299 std::vector<Entry> Entries;
325 YamlIO.mapOptional("entries", JT.Entries);
421 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 299 std::vector<Entry> Entries;
325 YamlIO.mapOptional("entries", JT.Entries);
421 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 299 std::vector<Entry> Entries;
325 YamlIO.mapOptional("entries", JT.Entries);
421 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 461 std::map<std::string, std::unique_ptr<InMemoryNode>> Entries;
467 auto I = Entries.find(Name);
468 if (I != Entries.end())
473 return Entries.insert(make_pair(Name, std::move(Child)))
477 typedef decltype(Entries)::const_iterator const_iterator;
478 const_iterator begin() const { return Entries.begin(); }
479 const_iterator end() const { return Entries.end(); }
484 for (const auto &Entry : Entries) {
795 /// <directory entries>
810 /// 'contents': [ <file or directory entries> ]
    [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 144 // Number of entries in detailed summary
158 // Number of entries in the name table.
176 // A list of NRECS entries. Each entry contains:
190 // A list of NUM_CALLS entries for each called function:
198 // A list of NUM_INLINED_FUNCTIONS entries describing each of the inlined
387 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 236 StringEntries Entries;
  /external/llvm/lib/CodeGen/
InterferenceCache.h 133 // much memory. Instead, a fixed number of cache entries are used in a round-
145 // The actual cache entries.
146 Entry Entries[CacheEntries];
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 31 /// entries implement.
621 Entries.emplace_back(std::move(Cie));
659 Entries.emplace_back(new FDE(StartOffset, Length, CIEPointer,
664 Entries.back()->parseInstructions(Data, &Offset, EndStructureOffset);
674 for (const auto &Entry : Entries) {
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw.s 60 @ CHECK: Entries [

Completed in 685 milliseconds

1 2 3 4 5 6 7 891011>>