Home
last modified time | relevance | path

Searched refs:totals (Results 1 – 22 of 22) sorted by relevance

/third_party/toybox/toys/posix/
Dls.c309 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
319 memset(totals, 0, sizeof(totals)); in listfiles()
369 if (len[width]>totals[width]) totals[width] = len[width]; in listfiles()
372 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]; in listfiles()
444 if (flags & FLAG_i) zprint(zap, "lu ", totals[1], st->st_ino); in listfiles()
448 zprint(zap, "s ", totals[6], (unsigned long)tmp); in listfiles()
457 zprint(zap, "ld", totals[2]+1, st->st_nlink); in listfiles()
462 ii = -totals[3]; in listfiles()
471 ii = -totals[4]; in listfiles()
478 printf(" %-*s "+!FLAG(l), -(int)totals[7], (char *)sort[next]->extra); in listfiles()
[all …]
Dwc.c31 unsigned long totals[4]; in GLOBALS()
53 TT.totals[i] += lengths[i];
118 if (toys.optc>1) show_lengths(TT.totals, "total"); in wc_main()
/third_party/toybox/porting/liteos_a/toys/posix/
Dls.c301 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
311 memset(totals, 0, sizeof(totals)); in listfiles()
360 if (len[width]>totals[width]) totals[width] = len[width]; in listfiles()
363 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]; in listfiles()
434 if (flags & FLAG_i) zprint(zap, "lu ", totals[1], st->st_ino); in listfiles()
438 zprint(zap, "s ", totals[6], (unsigned long)tmp); in listfiles()
447 zprint(zap, "ld", totals[2]+1, st->st_nlink); in listfiles()
452 ii = -totals[3]; in listfiles()
461 ii = -totals[4]; in listfiles()
468 printf(" %-*s "+!FLAG(l), -(int)totals[7], (char *)sort[next]->extra); in listfiles()
[all …]
/third_party/vk-gl-cts/executor/tools/
DxeBatchResultToXml.cpp144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals) in ResultToSingleXmlLogHandler() argument
146 , m_totals (totals) in ResultToSingleXmlLogHandler()
183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals) in writeTotals() argument
193 …ribute(xe::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code])… in writeTotals()
194 totalCases += totals.countByCode[code]; in writeTotals()
205 BatchResultTotals totals; in batchResultToSingleXmlFile() local
206 ResultToSingleXmlLogHandler handler (writer, totals); in batchResultToSingleXmlFile()
221 writeTotals(writer, totals); in batchResultToSingleXmlFile()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c135 int* const totals) { in PrintByteCount() argument
141 if (totals) totals[s] += bytes[s]; in PrintByteCount()
221 int totals[4] = { 0, 0, 0, 0 }; in PrintExtraInfoLossy() local
243 PrintByteCount(stats->residual_bytes[0], stats->coded_size, totals); in PrintExtraInfoLossy()
245 PrintByteCount(stats->residual_bytes[1], stats->coded_size, totals); in PrintExtraInfoLossy()
247 PrintByteCount(stats->residual_bytes[2], stats->coded_size, totals); in PrintExtraInfoLossy()
259 PrintByteCount(totals, stats->coded_size, NULL); in PrintExtraInfoLossy()
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c138 int* const totals) { in PrintByteCount() argument
144 if (totals) totals[s] += bytes[s]; in PrintByteCount()
224 int totals[4] = { 0, 0, 0, 0 }; in PrintExtraInfoLossy() local
246 PrintByteCount(stats->residual_bytes[0], stats->coded_size, totals); in PrintExtraInfoLossy()
248 PrintByteCount(stats->residual_bytes[1], stats->coded_size, totals); in PrintExtraInfoLossy()
250 PrintByteCount(stats->residual_bytes[2], stats->coded_size, totals); in PrintExtraInfoLossy()
262 PrintByteCount(totals, stats->coded_size, NULL); in PrintExtraInfoLossy()
/third_party/python/Lib/test/libregrtest/
Dmain.py569 totals = {'tests': 0, 'errors': 0, 'failures': 0}
572 for k in totals:
574 totals[k] += int(suite.get(k, 0))
578 for k, v in totals.items():
/third_party/littlefs/
DMakefile74 $(CTAGS) --totals --c-types=+p $(shell find -H -name '*.h') $(SRC)
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dtechnical_debt__cost.dart13 // the numbers below are odd, so that the totals don't seem round. :-)
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dsurface.dart256 final _DebugSurfaceStats totals = _DebugSurfaceStats(null);
259 totals.aggregate(oneSurfaceStats);
266 final double repaintRate = totals.paintPixelCount / pixelCount;
268 totals.allocatedDomNodeCount / totalDomNodeCount;
270 totals.allocatedBitmapSizeInPixels / physicsScreenPixelCount;
272 totals.retainSurfaceCount / _surfaceStatsTimeline[i].length;
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto126 // The following values are counts or totals of call statistics that finished
/third_party/toybox/generated/
Dglobals.h1412 unsigned long totals[4]; member
/third_party/python/Doc/whatsnew/
D3.2.rst940 totals = summarize(ballots)
941 publish(site, totals)
966 totals = summarize(ballots)
967 publish(site, totals)
/third_party/boost/boost/beast/zlib/detail/
Dinflate_stream.ipp956 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Dinflate_stream.ipp956 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
/third_party/python/Doc/library/
Ditertools.rst116 'Return running totals'
/third_party/openGLES/extensions/EXT/
DEXT_vertex_shader.txt1222 implementation. Instead, the reported totals should be based
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_vertex_shader.txt1222 implementation. Instead, the reported totals should be based
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt21949 totals
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt5676 applicable to scanning in the short term. In his view, the totals cited
/third_party/sqlite/src/
Dsqlite3.c168891 static const u8 totals[] =
168901 prior = totals[count];
168904 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
/third_party/gettext/gettext-tools/tests/
Dmm-viet.comp.po13053 " -t --totals Display the total sizes (Berkeley "
13067 " -t --totals Hiển thị các kích cỡ _tổng cổng_ (chỉ "