Searched refs:numRefs (Results 1 – 7 of 7) sorted by relevance
/external/lzma/C/ |
D | LzFind.h | 49 size_t numRefs; member
|
D | LzFind.c | 252 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/ |
D | SymbolTable.cpp | 229 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/ |
D | Ref.h | 125 size_t numRefs() const { return NumRefs; } in numRefs() function
|
D | Background.cpp | 332 Index.Refs->numRefs(), Index.Sources->size()); in index() 334 SPAN_ATTACH(Tracer, "refs", int(Index.Refs->numRefs())); in index()
|
D | FileIndex.cpp | 97 Syms.bytes(), Refs.size(), Refs.numRefs(), Refs.bytes(), in indexSymbols()
|
D | Serialization.cpp | 726 size_t NumRefs = Refs.numRefs(); in loadIndex()
|