/external/chromium_org/third_party/lcov/example/ |
example.c | 31 int total1, total2; local 44 total1 = iterate_get_sum (start, end); 50 if (total1 != total2) 52 printf ("Failure (%d != %d)!\n", total1, total2); 56 printf ("Success, sum[%d..%d] = %d\n", start, end, total1);
|
/external/chromium_org/third_party/lcov-1.9/example/ |
example.c | 31 int total1, total2; local 44 total1 = iterate_get_sum (start, end); 50 if (total1 != total2) 52 printf ("Failure (%d != %d)!\n", total1, total2); 56 printf ("Success, sum[%d..%d] = %d\n", start, end, total1);
|
/external/oprofile/libpp/ |
diff_container.h | 44 count_array_t total1; member in class:diff_container
|
diff_container.cpp | 84 symbol_entry const & sym1, count_array_t const & total1, 94 percent1 = op_ratio(sym1.sample.counts[i], total1[i]); 110 total1(pc1.samples_count()), total2(pc2.samples_count()) 140 symbol_diff(syms, *it1, total1, *it2, total2, choice);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
sunspider-compare-results.js | 34 var total1 = 0; 367 total1 = computeTotals(output1, categoryTotals1, testTotalsByCategory1); 370 mean1 = computeMeans(count1, total1, categoryTotals1, categoryMeans1, testTotalsByCategory1, testMeansByCategory1);
|
/external/tremolo/Tremolo/ |
codebook.c | 495 long total1=(s->q_bits*s->dim+8)/8; /* remember flag bit */ local 501 if(total1<=4 && total1<=total2){
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | [all...] |