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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
123 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
123 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
121 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 92 ARGB Entries[1];
  /external/llvm/lib/IR/
ProfileSummary.cpp 51 std::vector<Metadata *> Entries;
59 Entries.push_back(MDTuple::get(Context, EntryMD));
62 MDTuple::get(Context, Entries)};
  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 146 std::vector<ProfileSummaryEntry> &Entries = Summary->getDetailedSummary();
147 encodeULEB128(Entries.size(), OS);
148 for (auto Entry : Entries) {
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
HobGeneration.c 920 gHob->NvStorageFvb.FvbInfo.Entries[0].Base = StorageFvbBase;
924 gHob->NvStorage.FvbInfo.Entries[0].Base = StorageFvbBase + EFI_RUNTIME_UPDATABLE_FV_HEADER_LENGTH;
931 gHob->NvFtwFvb.FvbInfo.Entries[0].Base = FtwFvbBase;
935 gHob->NvFtwWorking.FvbInfo.Entries[0].Base = FtwFvbBase + EFI_RUNTIME_UPDATABLE_FV_HEADER_LENGTH;
940 gHob->NvFtwSpare.FvbInfo.Entries[0].Base =
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 551 VLAN and allocate a buffer into which those entries are copied.
557 @param[out] Entries The buffer which receive the VLAN configuration.
572 OUT EFI_VLAN_FIND_DATA **Entries
580 if ((This == NULL) || (VlanId != NULL && *VlanId > 4094) || (NumberOfVlan == NULL) || (Entries == NULL)) {
585 *Entries = NULL;
602 *Entries = VlanData;
630 *Entries = VlanData;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 826 pTftpServer->Entries -= 1;
827 ASSERT ( 0 <= pTftpServer->Entries );
910 if ( 0 != pTftpServer->Entries ) {
912 pTftpServer->Entries,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/
Arp.h 86 OUT EFI_ARP_FIND_DATA **Entries OPTIONAL,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Arp.h 155 This function is used to insert entries into the ARP cache.
157 ARP cache entries are typically inserted and updated by network protocol drivers
158 as network traffic is processed. Most ARP cache entries will time out and be
159 deleted if the network traffic stops. ARP cache entries that were inserted
211 This function searches the ARP cache for matching entries and allocates a buffer into
212 which those entries are copied.
227 @param EntryLength The size of an entry in the entries buffer.
228 @param EntryCount The number of ARP cache entries that are found by
230 @param Entries The pointer to the buffer that will receive the ARP
231 cache entries.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InterferenceCache.h 109 // much memory. Instead, a fixed number of cache entries are used in a round-
120 // The actual cache entries.
121 Entry Entries[CacheEntries];
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.h 264 This function is used to insert entries into the ARP cache.
266 ARP cache entries are typically inserted and updated by network protocol drivers
267 as network traffic is processed. Most ARP cache entries will time out and be
268 deleted if the network traffic stops. ARP cache entries that were inserted
320 This function searches the ARP cache for matching entries and allocates a buffer into
321 which those entries are copied.
336 @param EntryLength The size of an entry in the entries buffer.
337 @param EntryCount The number of ARP cache entries that are found by
339 @param Entries Pointer to the buffer that will receive the ARP
340 cache entries.
    [all...]

Completed in 3927 milliseconds

1 2 3 4 5 6 78 91011>>