Searched refs:total1 (Results 1 – 4 of 4) sorted by relevance
/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/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 | 495 long total1=(s->q_bits*s->dim+8)/8; /* remember flag bit */ in vorbis_book_unpack() local 501 if(total1<=4 && total1<=total2){ in vorbis_book_unpack()
|