HomeSort by: relevance | last modified time | path
    Searched refs:Hits (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
GlobalModuleIndex.h 112 /// The number of identifier lookup hits, where we recognize the
160 /// \param Hits Will be populated with the set of module files that have
164 bool lookupIdentifier(llvm::StringRef Name, HitSet &Hits);
  /src/sys/external/bsd/acpica/dist/utilities/
utcache.c 309 ACPI_MEM_TRACKING (Cache->Hits++);
  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 142 " Cache: [Requests Hits Misses ObjSize] "
145 List->Hits,
146 List->Requests - List->Hits,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 311 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
312 Hits.clear();
330 Hits.insert(MF);
ASTReader.cpp 2071 GlobalModuleIndex::HitSet Hits;
2074 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
2075 HitsPtr = &Hits;
8000 GlobalModuleIndex::HitSet Hits;
8003 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
8004 HitsPtr = &Hits;
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1409 UINT32 Hits;

Completed in 62 milliseconds