Home
last modified time | relevance | path

Searched refs:addCount (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dparse.js109 var addCount = 0,
126 addCount++;
130 addCount++;
139 if (!addCount && hunk.newLines === 1) {
149 if (addCount !== hunk.newLines) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp54 addCount(I.second.getSamples()); in addRecord()
109 addCount(Count); in addEntryCount()
116 addCount(Count); in addInternalCount()
H A DGCOV.cpp331 Block.addCount(EdgeNo, ArcCount); in readGCDA()
386 /// addCount - Add to block counter while storing the edge count. If the
388 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { in addCount() function in GCOVBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DProfileCommon.h59 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function in llvm::ProfileSummaryBuilder
H A DGCOV.h333 void addCount(size_t DstEdgeNo, uint64_t N);
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js748 var addCount = 0,
765 addCount++;
769 addCount++;
778 if (!addCount && hunk.newLines === 1) {
788 if (addCount !== hunk.newLines) {
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1269 int addCount = test->spanAddsCount(); in moveMultiples() local
1270 // FAIL_IF(addCount < 1); in moveMultiples()
1271 if (addCount <= 1) { in moveMultiples()
1282 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples()
1299 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples()
1313 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
H A DSkPathOpsDebug.cpp949 int addCount = test->spanAddsCount(); in debugMoveMultiples() local
950 // SkASSERT(addCount >= 1); in debugMoveMultiples()
951 if (addCount <= 1) { in debugMoveMultiples()
958 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples()
975 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples()
989 if (oppNext->spanAddsCount() == addCount) { in debugMoveMultiples()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp828 const auto addCount = static_cast<size_t>(pipelineIdx + 1); in generateSources() local
830 for (size_t addIdx = 0; addIdx < addCount; ++addIdx) in generateSources()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp822 const auto addCount = static_cast<size_t>(pipelineIdx + 1); in generateSources() local
824 for (size_t addIdx = 0; addIdx < addCount; ++addIdx) in generateSources()

Completed in 25 milliseconds