Home | History | Annotate | Download | only in gcov-src

Lines Matching refs:ix

176   unsigned ix, n_ctr = 0;
182 for (ix = 0; ix != limit; ix++)
183 if (gi_ptr->merge[ix])
193 unsigned n_ctrs = 0, ix = 0;
197 for (ix = GCOV_COUNTERS; ix--;)
198 if (gi_ptr->merge[ix])
213 for (n_ctrs = ix = 0; ix != GCOV_COUNTERS; ix++)
218 if (!gi_ptr->merge[ix])
221 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
246 len ? "cannot allocate" : "counter mismatch", len ? len : ix);
248 return (struct gcov_fn_buffer **)free_fn_data (gi_ptr, fn_buffer, ix);
264 unsigned ix;
266 for (ix = 32; ix--; value <<= 1)
328 unsigned t_ix, f_ix, ctr_info_ix, ix;
356 for (ix = 0, ctr_info_ix = 0; ix < t_ix; ix++)
358 if (gi_ptr->merge[ix])
369 for (ix = 0; ix < ci_ptr->num; ix++)
370 gcov_histogram_insert (cs_ptr->histogram, ci_ptr->values[ix]);