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

/freebsd-10.2-release/usr.bin/tip/tip/
H A Dcmds.c306 int c, ccount, lcount; local
325 lcount = 0;
359 printf("\r%d", ++lcount);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dprintcmd.c1852 int lcount;
1862 lcount = 0;
1866 lcount++;
1892 if (lcount > 1)
1845 int lcount; local
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delfxx-mips.c3102 unsigned int lcount = bfd2got->g->local_gotno;
3114 unsigned int primary_total = lcount + tcount + arg->global_count;
3121 if (! arg->primary && lcount + gcount + tcount <= maxcnt
3125 arg->primary_count = lcount + gcount;
3131 && (arg->primary_count + lcount + gcount + tcount) <= maxcnt)
3151 BFD_ASSERT (old_lcount + lcount >= arg->primary->local_gotno);
3160 && arg->current_count + lcount + gcount + tcount <= maxcnt)
3177 BFD_ASSERT (old_lcount + lcount >= arg->current->local_gotno);
3192 arg->current_count = lcount + gcount + 2 * tcount;
3088 unsigned int lcount = bfd2got->g->local_gotno; local

Completed in 128 milliseconds