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

/haiku-buildtools/legacy/autoconf/
H A Dautoreconf.sh178 tcount=`set -- $templates; echo $#`
186 stamp=`echo $template | sed 's,/*[^/]*$,,;s,^$,.,'`/stamp-h`test "$tcount" -gt 1 && echo "$tcount"`.in
/haiku-buildtools/gcc/gcc/
H A Dcfgloop.c554 gcov_type mcount = 0, tcount = 0;
563 tcount += e->count;
566 if (tcount < HEAVY_EDGE_MIN_SAMPLES
567 || (tcount - mcount) * HEAVY_EDGE_RATIO > tcount)
553 gcov_type mcount = 0, tcount = 0; variable
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c3091 unsigned int tcount = bfd2got->g->tls_gotno;
3099 if (tcount > 0)
3101 unsigned int primary_total = lcount + tcount + arg->global_count;
3109 if (! arg->primary && lcount + gcount + tcount <= maxcnt
3119 && (arg->primary_count + lcount + gcount + tcount) <= maxcnt)
3141 BFD_ASSERT (old_tcount + tcount >= arg->primary->tls_gotno);
3148 && arg->current_count + lcount + gcount + tcount <= maxcnt)
3167 BFD_ASSERT (old_tcount + tcount >= arg->current->tls_gotno);
3180 arg->current_count = lcount + gcount + 2 * tcount;
3077 unsigned int tcount = bfd2got->g->tls_gotno; local

Completed in 171 milliseconds