Home
last modified time | relevance | path

Searched refs:numRefs (Results 1 – 7 of 7) sorted by relevance

/external/lzma/C/
DLzFind.h49 size_t numRefs; member
DLzFind.c252 if (p->hash && p->numRefs == newSize) in MatchFinder_Create()
256 p->numRefs = newSize; in MatchFinder_Create()
367 MatchFinder_Normalize3(subValue, p->hash, p->numRefs); in MatchFinder_Normalize()
/external/llvm-project/lld/COFF/
DSymbolTable.cpp229 size_t numDisplayedRefs = 0, numRefs = 0; in reportUndefinedSymbol() local
236 numRefs += totalLocations; in reportUndefinedSymbol()
242 if (numDisplayedRefs < numRefs) in reportUndefinedSymbol()
243 os << "\n>>> referenced " << numRefs - numDisplayedRefs << " more times"; in reportUndefinedSymbol()
/external/llvm-project/clang-tools-extra/clangd/index/
DRef.h125 size_t numRefs() const { return NumRefs; } in numRefs() function
DBackground.cpp332 Index.Refs->numRefs(), Index.Sources->size()); in index()
334 SPAN_ATTACH(Tracer, "refs", int(Index.Refs->numRefs())); in index()
DFileIndex.cpp97 Syms.bytes(), Refs.size(), Refs.numRefs(), Refs.bytes(), in indexSymbols()
DSerialization.cpp726 size_t NumRefs = Refs.numRefs(); in loadIndex()