Searched defs:total1 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/lcov/example/
H A Dexample.c31 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/
H A Dexample.c31 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/
H A Ddiff_container.h44 count_array_t total1; member in class:diff_container
H A Ddiff_container.cpp84 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);
83 symbol_diff(diff_collection & syms, symbol_entry const & sym1, count_array_t const & total1, symbol_entry const & sym2, count_array_t const & total2, profile_container::symbol_choice & choice) argument
/external/tremolo/Tremolo/
H A Dcodebook.c495 long total1=(s->q_bits*s->dim+8)/8; /* remember flag bit */ local
501 if(total1<=4 && total1<=total2){

Completed in 919 milliseconds