Home
last modified time | relevance | path

Searched refs:Hits (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
Ddbstats.c253 List->Hits, in AcpiDbListInfo()
254 List->Requests - List->Hits, in AcpiDbListInfo()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DGlobalModuleIndex.h164 bool lookupIdentifier(llvm::StringRef Name, HitSet &Hits);
/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
Dutcache.c417 ACPI_MEM_TRACKING (Cache->Hits++); in AcpiOsAcquireObject()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DGlobalModuleIndex.cpp311 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { in lookupIdentifier() argument
312 Hits.clear(); in lookupIdentifier()
330 Hits.insert(MF); in lookupIdentifier()
DASTReader.cpp2073 GlobalModuleIndex::HitSet Hits; in updateOutOfDateIdentifier() local
2076 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) { in updateOutOfDateIdentifier()
2077 HitsPtr = &Hits; in updateOutOfDateIdentifier()
8027 GlobalModuleIndex::HitSet Hits; in get() local
8030 if (GlobalIndex->lookupIdentifier(Name, Hits)) { in get()
8031 HitsPtr = &Hits; in get()
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dactypes.h1479 UINT32 Hits; member