Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c253 List->Hits, in AcpiDbListInfo()
254 List->Requests - List->Hits, in AcpiDbListInfo()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c417 ACPI_MEM_TRACKING (Cache->Hits++); in AcpiOsAcquireObject()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp301 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { in lookupIdentifier() argument
302 Hits.clear(); in lookupIdentifier()
320 Hits.insert(MF); in lookupIdentifier()
H A DASTReader.cpp2278 GlobalModuleIndex::HitSet Hits; in updateOutOfDateIdentifier() local
2281 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) { in updateOutOfDateIdentifier()
2282 HitsPtr = &Hits; in updateOutOfDateIdentifier()
8422 GlobalModuleIndex::HitSet Hits; in get() local
8425 if (GlobalIndex->lookupIdentifier(Name, Hits)) { in get()
8426 HitsPtr = &Hits; in get()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h1511 UINT32 Hits; member