Searched refs:topn_val (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-profiler.c116 gcov_unsigned_t topn_val = GCOV_ICALL_TOPN_VAL; local
118 /* There are 2*topn_val values tracked, each value takes two slots in the
120 for (i = 0; i < (topn_val << 2); i += 2)
156 = (gcov_type *)alloca (topn_val * sizeof (gcov_type));
160 for (i = 0; i < topn_val; i++)
163 /* Find the largest topn_val values from the group of
164 2*topn_val values and put them into tmp_cnts. */
166 for (i = 0; i < 2 * topn_val; i += 2)
169 for (j = 0; j < topn_val; j++)
179 for (j = 1; j < topn_val;
[all...]

Completed in 39 milliseconds