Lines Matching refs:countlimit
97 * by allocating an anchor and initializing countbase and countlimit
149 * countbase and countlimit are used to parcel out
153 * When countbase reaches countlimit, mcount() calls
158 * countbase/countlimit are now STATIC!
161 static char *countlimit; /* addr lim for cells (addr after last cell) */
319 countlimit = countbase + (nfunc * sizeof (struct cnt));
323 (bufsize * sizeof (WORD) - (countlimit - (char *)buffer));
477 countlimit = countbase + (THISMANYFCNS * sizeof (struct cnt));
518 * countlimit points past the last valid entry, in the current
527 * link in a new block, resetting countbase and countlimit
546 if (countbase >= countlimit)