Home
last modified time | relevance | path

Searched defs:Counts (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Doc/c-api/
Dintro.rst313 .. _api-refcountdetails:
315 Reference Count Details
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrigramIndex.h58 std::vector<unsigned> Counts; variable
DTrailingObjects.h331 additionalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in additionalSizeToAlloc()
343 totalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in totalSizeToAlloc()
/third_party/gn/src/gn/
Dninja_build_writer.cc41 struct Counts { struct
42 Counts() : count(0), last_seen(nullptr) {} in Counts() argument
45 int count;
48 const Target* last_seen;
/third_party/flutter/skia/tests/
DPromiseImageTest.cpp478 struct Counts { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() struct
479 int fFulfillCount = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
480 int fReleaseCount = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
481 int fDoneCount = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DPromiseImageTest.cpp362 struct Counts { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() struct
363 int fFulfillCount = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
364 int fReleaseCount = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp27 MapVector<std::pair<Function *, Function *>, uint64_t> Counts; in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp101 DenseMap<Function *, Scaled64> Counts; in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp48 CountMap Counts; in tryToreplicateChunks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1361 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR()
1371 auto GetMostCommon = [](auto &Counts) { in LowerBUILD_VECTOR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp220 std::vector<uint64_t> Counts; in loadFunctionRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp890 std::vector<uint64_t> &Counts) { in getFunctionCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h290 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h686 std::vector<uint64_t> Counts; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1375 CMap Counts; in assignInits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2097 for (auto &Counts : FrameEscapeInfo) { in verifyFrameRecoverIndices() local