Home
last modified time | relevance | path

Searched refs:addCount (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/patch/
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/
DProfileSummaryBuilder.cpp54 addCount(I.second.getSamples()); in addRecord()
109 addCount(Count); in addEntryCount()
116 addCount(Count); in addInternalCount()
DGCOV.cpp331 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/
DProfileCommon.h59 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
DGCOV.h333 void addCount(size_t DstEdgeNo, uint64_t N);
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs280 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/
Dindex.es6.js748 var addCount = 0,
765 addCount++;
769 addCount++;
778 if (!addCount && hunk.newLines === 1) {
788 if (addCount !== hunk.newLines) {
Dindex.mjs748 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/
Ddiff.js754 var addCount = 0,
771 addCount++;
775 addCount++;
784 if (!addCount && hunk.newLines === 1) {
794 if (addCount !== hunk.newLines) {
/third_party/skia/src/pathops/
DSkOpSegment.cpp1269 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()
DSkPathOpsDebug.cpp949 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/
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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
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()