Searched refs:addCount (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
D | parse.js | 109 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/ |
D | ProfileSummaryBuilder.cpp | 54 addCount(I.second.getSamples()); in addRecord() 109 addCount(Count); in addEntryCount() 116 addCount(Count); in addInternalCount()
|
D | GCOV.cpp | 331 Block.addCount(EdgeNo, ArcCount); in readGCDA() 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/ |
D | ProfileCommon.h | 59 inline void addCount(uint64_t Count); 92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
|
D | GCOV.h | 333 void addCount(size_t DstEdgeNo, uint64_t N);
|
/third_party/node/deps/v8/tools/system-analyzer/view/ |
D | helper.mjs | 280 for (let addCount of [10, 100, 250, 500]) { 282 button.innerText = `+${addCount}`; 283 button.onclick = (e) => this._addMoreRows(addCount);
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
D | index.es6.js | 748 var addCount = 0, 765 addCount++; 769 addCount++; 778 if (!addCount && hunk.newLines === 1) { 788 if (addCount !== hunk.newLines) {
|
D | index.mjs | 748 var addCount = 0, 765 addCount++; 769 addCount++; 778 if (!addCount && hunk.newLines === 1) { 788 if (addCount !== hunk.newLines) {
|
/third_party/node/deps/npm/node_modules/diff/dist/ |
D | diff.js | 754 var addCount = 0, 771 addCount++; 775 addCount++; 784 if (!addCount && hunk.newLines === 1) { 794 if (addCount !== hunk.newLines) {
|
/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 1269 int addCount = test->spanAddsCount(); in moveMultiples() local 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()
|
D | SkPathOpsDebug.cpp | 949 int addCount = test->spanAddsCount(); in debugMoveMultiples() local 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/ |
D | vktPipelineShaderModuleIdentifierTests.cpp | 822 const auto addCount = static_cast<size_t>(pipelineIdx + 1); in generateSources() local 824 for (size_t addIdx = 0; addIdx < addCount; ++addIdx) in generateSources()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineShaderModuleIdentifierTests.cpp | 822 const auto addCount = static_cast<size_t>(pipelineIdx + 1); in generateSources() local 824 for (size_t addIdx = 0; addIdx < addCount; ++addIdx) in generateSources()
|