Searched defs:bkts (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c226 int ndx, bkts; local
964 bkts = hash[0];
965 chain = &hash[2 + bkts];
973 for (ndx = 0; ndx < bkts; ndx++, hash++) {
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h72 static binding_bucket bkts[DEFBKTS]; variable
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3935 Word symndx, Word symn, Sym *syms, const char *file, ulong_t bkts,
3968 nbkt = nhash % bkts;
3983 Word ndx, bkts, nchain; local
4013 bkts = *hash++;
4015 chain = hash + bkts;
4022 (bkts + nchain + 2) * sizeof (uint_t)) {
4086 for (ndx = 0; ndx < bkts; ndx++, hash++) {
4109 ndx, *hash, symn, syms, file, bkts, flags, 0);
4127 bkts, flags, 1);
4146 bkts
3934 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, Word symndx, Word symn, Sym *syms, const char *file, ulong_t bkts, uint_t flags, int chain) argument
[all...]

Completed in 80 milliseconds