Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
DQRRSBlock.js3 function QRRSBlock(totalCount, dataCount) { argument
4 this.totalCount = totalCount;
271 var totalCount = rsBlock[i * 3 + 1];
275 list.push(new QRRSBlock(totalCount, dataCount) );
Dindex.js410 var ecCount = rsBlocks[r].totalCount - dcCount;
436 totalCodeCount += rsBlocks[y].totalCount;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp388 unsigned int totalCount, in OutputImage2DSizeFunction() argument
405 if (texture2DCount == totalCount) in OutputImage2DSizeFunction()
433 if (texture3DCount == totalCount) in OutputImage2DSizeFunction()
469 if (texture2DArrayCount == totalCount) in OutputImage2DSizeFunction()
494 unsigned int totalCount, in OutputImage2DLoadFunction() argument
511 if (texture2DCount == totalCount) in OutputImage2DLoadFunction()
529 if (texture3DCount == totalCount) in OutputImage2DLoadFunction()
564 if (texture2DArrayCount == totalCount) in OutputImage2DLoadFunction()
587 unsigned int totalCount, in OutputImage2DStoreFunction() argument
602 if (texture2DCount == totalCount) in OutputImage2DStoreFunction()
[all …]
DVertexDataManager.cpp381 int totalCount = in StoreStaticAttrib() local
385 if (totalCount > 0) in StoreStaticAttrib()
388 totalCount, 0, sourceData)); in StoreStaticAttrib()
500 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() local
512 static_cast<int64_t>(firstVertexIndex) + static_cast<int64_t>(totalCount); in reserveSpaceForAttrib()
521 return mStreamingBuffer.reserveVertexSpace(context, attrib, binding, totalCount, instances, in reserveSpaceForAttrib()
567 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib() local
572 static_cast<GLsizei>(totalCount), instances, baseInstance, &streamOffset, sourceData)); in storeDynamicAttrib()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp388 unsigned int totalCount, in OutputImage2DSizeFunction() argument
405 if (texture2DCount == totalCount) in OutputImage2DSizeFunction()
433 if (texture3DCount == totalCount) in OutputImage2DSizeFunction()
469 if (texture2DArrayCount == totalCount) in OutputImage2DSizeFunction()
494 unsigned int totalCount, in OutputImage2DLoadFunction() argument
511 if (texture2DCount == totalCount) in OutputImage2DLoadFunction()
529 if (texture3DCount == totalCount) in OutputImage2DLoadFunction()
564 if (texture2DArrayCount == totalCount) in OutputImage2DLoadFunction()
587 unsigned int totalCount, in OutputImage2DStoreFunction() argument
602 if (texture2DCount == totalCount) in OutputImage2DStoreFunction()
[all …]
DVertexDataManager.cpp382 int totalCount = in StoreStaticAttrib() local
386 if (totalCount > 0) in StoreStaticAttrib()
389 totalCount, 0, sourceData)); in StoreStaticAttrib()
497 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() local
507 static_cast<int64_t>(firstVertexIndex) + static_cast<int64_t>(totalCount); in reserveSpaceForAttrib()
516 return mStreamingBuffer.reserveVertexSpace(context, attrib, binding, totalCount, instances); in reserveSpaceForAttrib()
559 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib() local
564 static_cast<GLsizei>(totalCount), instances, &streamOffset, sourceData)); in storeDynamicAttrib()
/third_party/flutter/skia/tools/lua/
Dglyph-usage.lua116 local totalCount = 0
131 totalCount = totalCount + count
136 local ave = round(totalCount / strikeCount)
/third_party/flutter/skia/src/core/
DSkBlitter_A8.cpp23 SkDEBUGCODE(int totalCount = 0;) in blitAntiH()
38 SkDEBUGCODE(totalCount += count;) in blitAntiH()
40 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
/third_party/skia/src/core/
DSkBlitter_A8.cpp23 SkDEBUGCODE(int totalCount = 0;) in blitAntiH()
38 SkDEBUGCODE(totalCount += count;) in blitAntiH()
40 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js42 let totalCount = 0;
46 totalCount++;
50 if (totalCount > itemMap.size) {
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java56 int totalCount = mImpl.mUnitTests.length + mImpl.mGMs.length * mImpl.mBackends.length; in SkQPRunner() local
57 mTests = new Description[totalCount]; in SkQPRunner()
58 mShouldSkipTest = new boolean[totalCount]; // = {false, false, ....}; in SkQPRunner()
70 assert(index == totalCount); in SkQPRunner()
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java56 int totalCount = mImpl.mUnitTests.length + mImpl.mGMs.length * mImpl.mBackends.length; in SkQPRunner() local
57 mTests = new Description[totalCount]; in SkQPRunner()
58 mShouldSkipTest = new boolean[totalCount]; // = {false, false, ....}; in SkQPRunner()
70 assert(index == totalCount); in SkQPRunner()
/third_party/skia/tools/viewer/
DStatsLayer.cpp126 int totalCount = 0; in onPaint() local
149 ++totalCount; in onPaint()
163 double time = totalTime / std::max(1, totalCount); in onPaint()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.cpp48 bindingCounts->totalCount += 1; in IncrementBindingCounts()
103 bindingCounts->totalCount += rhs.totalCount; in AccumulateBindingCounts()
DBindingInfo.h86 uint32_t totalCount; member
DBindGroupLayout.cpp521 Align(objectPointerStart + mBindingCounts.totalCount * sizeof(Ref<ObjectBase>), in GetBindingDataSize()
532 reinterpret_cast<uint64_t*>(bindings + mBindingCounts.totalCount), sizeof(uint64_t)); in ComputeBindingDataPointers()
/third_party/flutter/skia/tools/viewer/
DStatsLayer.cpp127 int totalCount = 0; in onPaint() local
150 ++totalCount; in onPaint()
164 double time = totalTime / SkTMax(1, totalCount); in onPaint()
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp193 int totalCount = bcp47Count * 2; in findTypeface() local
194 int tps[totalCount]; in findTypeface()
195 for (int i = 0; i < totalCount; i++) { in findTypeface()
218 for (int i = totalCount - 1; i >= bcp47Count; i--) { in findTypeface()
/third_party/typescript/tests/dets/baselines/reference/
DrenderControl.d.ets18 totalCount(): number;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp406 deUint32 totalCount = 0u; in getBindingsDescription() local
415 totalCount += count; in getBindingsDescription()
421 combStr << "{ Descriptors: " << totalCount << ", ["; in getBindingsDescription()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfo.java316 int totalCount = 0; in listCharBlockCoverage() local
336 totalCount += count; in listCharBlockCoverage()
344 totalCount++; in listCharBlockCoverage()
347 int nonUnicodeCount = numChars(font) - totalCount; in listCharBlockCoverage()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfo.java316 int totalCount = 0; in listCharBlockCoverage() local
336 totalCount += count; in listCharBlockCoverage()
344 totalCount++; in listCharBlockCoverage()
347 int nonUnicodeCount = numChars(font) - totalCount; in listCharBlockCoverage()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DMigrationJob.java379 int totalCount = untouchedEntries.size() + migratedCount; in printMetrics() local
382 System.out.println("* " + migratedCount + " out of the " + totalCount + " inputted numbers " in printMetrics()
/third_party/typescript/tests/dets/cases/
DrenderControl.ets52 public totalCount(): number {
/third_party/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp2720 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status); in TestGetAvailable() local
2724 units = new MeasureUnit[totalCount]; in TestGetAvailable()
2725 totalCount = MeasureUnit::getAvailable(units, totalCount, status); in TestGetAvailable()
2732 if (totalCount < 200) { in TestGetAvailable()
2771 if (unitCountSum != totalCount) { in TestGetAvailable()
4229 int32_t totalCount = MeasureUnit::getAvailable(nullptr, 0, status); in TestParseBuiltIns() local
4231 std::unique_ptr<MeasureUnit[]> units(new MeasureUnit[totalCount]); in TestParseBuiltIns()
4232 totalCount = MeasureUnit::getAvailable(units.get(), totalCount, status); in TestParseBuiltIns()
4234 for (int32_t i = 0; i < totalCount; i++) { in TestParseBuiltIns()

12