Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dls.c293 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
303 memset(totals, 0, sizeof(totals)); in listfiles()
353 if (len[width]>totals[width]) totals[width] = len[width]; in listfiles()
356 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]; in listfiles()
424 if (flags & FLAG_i) printf("%*lu ", totals[1], (unsigned long)st->st_ino); in listfiles()
428 printf("%*s ", totals[6], tmp); in listfiles()
436 printf("%s% *ld", tmp, totals[2]+1, (long)st->st_nlink); in listfiles()
441 ii = -totals[3]; in listfiles()
450 ii = -totals[4]; in listfiles()
457 printf(" %-*s", -(int)totals[7], (char *)sort[next]->extra); in listfiles()
[all …]
Dwc.c31 unsigned long totals[4]; in GLOBALS()
44 TT.totals[i] += lengths[i];
110 if (toys.optc>1) show_lengths(TT.totals, "total"); in wc_main()
/external/deqp/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()
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_stats.c87 fsd->totals[i] = 0; in ffsb_statsd_init()
120 fsd->totals[s] += value; in ffsb_add_data()
155 dest->totals[i] += src->totals[i]; in ffsb_statsd_add()
193 (fsd->totals[i] / (1000.0f * in ffsb_statsd_print()
Dffsb_stats.h82 uint64_t totals[FFSB_NUM_SYSCALLS]; /* cumulative sums */ member
Dffsb_tg.h142 void tg_collect_stats(ffsb_tg_t *tg, ffsb_statsd_t *totals);
/external/valgrind/callgrind/
Dcallgrind_control.in376 %totals = ();
407 $totals{$1} = line_to_CC($2);
444 $totals_width = compute_CC_col_widths(values %totals);
450 print_CC($totals{$tid}, $totals_width);
/external/antlr/antlr-3.4/runtime/Perl5/
DMakefile.PL8 ctags -f tags --recurse --totals \
/external/elfutils/src/
Dsize.c150 static bool totals; variable
195 if (totals && format == format_bsd && totals_class != 0) in main()
272 totals = true; in parse_opt()
/external/v8/tools/
Dcallstats.py456 if args.totals and args.limit != 0 and not args.aggregate:
467 if args.totals:
/external/toybox/generated/
Dglobals.h1379 unsigned long totals[4]; member
/external/curl/docs/
DKNOWN_BUGS157 transfer's results are returned and not the totals:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3977 N^V "totals" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4344 N^V "totals" :G2P
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dlcet10.txt5676 applicable to scanning in the short term. In his view, the totals cited
/external/sqlite/dist/orig/
Dsqlite3.c142089 static const u8 totals[] =
142099 prior = totals[count];
142102 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
/external/sqlite/dist/
Dsqlite3.c142089 static const u8 totals[] =
142099 prior = totals[count];
142102 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));