Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c79 for(endt = (t = hash->htbl) + hash->tblz; t < endt; ++t) in htable()
97 Dtlink_t **t, **endt, *l, *next; in hclear() local
103 for(endt = (t = hash->htbl) + hash->tblz; t < endt; ++t) in hclear()
116 Dtlink_t **t, **endt, *l; in hfirst() local
119 for(endt = (t = hash->htbl) + hash->tblz; t < endt; ++t) in hfirst()
131 Dtlink_t **t, **endt, *next; in hnext() local
141 for(; t < endt; ++t) in hnext()
158 for(endt = (t = hash->htbl) + hash->tblz; t < endt; ++t) in hflatten()
178 for(endt = (t = hash->htbl) + hash->tblz; t < endt; ++t) in hflatten()
225 Dtlink_t **t, **endt, *l; in hstat() local
[all …]