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

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c451 Str_hash **hashbcks = stp->st_hashbcks; local
469 for (sthash = hashbcks[hashval % bckcnt];
543 sthash->hi_next = hashbcks[hashval];
544 hashbcks[hashval] = sthash;

Completed in 1048 milliseconds