Home
last modified time | relevance | path

Searched refs:fromindex (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/gmon/
H A Dgmon.c113 int fromindex; in _mcleanup() local
179 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _mcleanup()
180 if (p->froms[fromindex] == 0) in _mcleanup()
184 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup()
185 for (toindex = p->froms[fromindex]; toindex != 0; in _mcleanup()