Searched refs:totals (Results 1 – 18 of 18) sorted by relevance
/external/toybox/toys/posix/ |
D | ls.c | 293 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 …]
|
D | wc.c | 31 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/ |
D | xeBatchResultToXml.cpp | 144 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/ |
D | ffsb_stats.c | 87 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()
|
D | ffsb_stats.h | 82 uint64_t totals[FFSB_NUM_SYSCALLS]; /* cumulative sums */ member
|
D | ffsb_tg.h | 142 void tg_collect_stats(ffsb_tg_t *tg, ffsb_statsd_t *totals);
|
/external/valgrind/callgrind/ |
D | callgrind_control.in | 376 %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/ |
D | Makefile.PL | 8 ctags -f tags --recurse --totals \
|
/external/elfutils/src/ |
D | size.c | 150 static bool totals; variable 195 if (totals && format == format_bsd && totals_class != 0) in main() 272 totals = true; in parse_opt()
|
/external/v8/tools/ |
D | callstats.py | 456 if args.totals and args.limit != 0 and not args.aggregate: 467 if args.totals:
|
/external/toybox/generated/ |
D | globals.h | 1379 unsigned long totals[4]; member
|
/external/curl/docs/ |
D | KNOWN_BUGS | 157 transfer's results are returned and not the totals:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3977 N^V "totals" :G2P
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 4344 N^V "totals" :G2P
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 5676 applicable to scanning in the short term. In his view, the totals cited
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 142089 static const u8 totals[] = 142099 prior = totals[count]; 142102 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
|
/external/sqlite/dist/ |
D | sqlite3.c | 142089 static const u8 totals[] = 142099 prior = totals[count]; 142102 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
|