Searched refs:total1 (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/lcov/example/ |
D | example.c | 31 int total1, total2; in main() local 44 total1 = iterate_get_sum (start, end); in main() 50 if (total1 != total2) in main() 52 printf ("Failure (%d != %d)!\n", total1, total2); in main() 56 printf ("Success, sum[%d..%d] = %d\n", start, end, total1); in main()
|
/external/oprofile/libpp/ |
D | diff_container.cpp | 84 symbol_entry const & sym1, count_array_t const & total1, in symbol_diff() argument 94 percent1 = op_ratio(sym1.sample.counts[i], total1[i]); in symbol_diff() 110 total1(pc1.samples_count()), total2(pc2.samples_count()) in diff_container() 140 symbol_diff(syms, *it1, total1, *it2, total2, choice); in get_symbols()
|
D | diff_container.h | 44 count_array_t total1; variable
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
D | sunspider-compare-results.js | 34 var total1 = 0; 367 total1 = computeTotals(output1, categoryTotals1, testTotalsByCategory1); 370 …mean1 = computeMeans(count1, total1, categoryTotals1, categoryMeans1, testTotalsByCategory1, testM…
|
/external/tremolo/Tremolo/ |
D | codebook.c | 500 long total1=(s->q_bits*s->dim+8)/8; /* remember flag bit */ in vorbis_book_unpack() local 506 if(total1<=4 && total1<=total2){ in vorbis_book_unpack()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | pprof | 1657 my $total1 = 0; # Total flat counts 1713 $total1 += $c1; 1752 Unparse($total1), 1761 Unparse($total1),
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | pprof | 1657 my $total1 = 0; # Total flat counts 1713 $total1 += $c1; 1752 Unparse($total1), 1761 Unparse($total1),
|