Searched refs:textsize (Results 1 – 3 of 3) sorted by relevance
99 if (frompci >= p->textsize) { in _MCOUNT_DECL()104 if (frompci >= p->textsize) in _MCOUNT_DECL()179 if (frompci >= p->textsize) in _MCOUNT_DECL()283 if (selfpcdiff < p->textsize) { in mexitcount()
75 p->textsize = p->highpc - p->lowpc; in monstartup()76 p->kcountsize = p->textsize / HISTFRACTION; in monstartup()78 p->fromssize = p->textsize / HASHFRACTION; in monstartup()79 p->tolimit = p->textsize * ARCDENSITY / 100; in monstartup()
165 u_long textsize; member