Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dintro.rst348 .. _api-refcountdetails:
350 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/astc-encoder/Docs/
DTerminology.md10 ## Counts section in Terminology for the ASTC Encoder
/third_party/gn/src/gn/
Dninja_build_writer.cc42 struct Counts { struct
43 Counts() : count(0), last_seen(nullptr) {} in Counts() function
46 int count;
49 const Target* last_seen;
/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/
DInstrProfReader.cpp890 std::vector<uint64_t> &Counts) { in getFunctionCounts()
/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/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
/third_party/libabigail/tests/lib/
Dcatch.hpp2830 struct Counts { struct
2838 std::size_t passed = 0;
2839 std::size_t failed = 0;
2840 std::size_t failedButOk = 0;