Searched refs:st_hbckcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A D_string_table.h109 uint_t st_hbckcnt; /* number of buckets in */ member in struct:str_tbl
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c326 for (i = 0; i < stp->st_hbckcnt; i++) {
398 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash;
451 uint_t bckcnt = stp->st_hbckcnt;
571 stp->st_hbckcnt = findprime(stp->st_strcnt);
573 calloc(sizeof (Str_hash), stp->st_hbckcnt)) == NULL)
H A Dsgsmsg.c331 stp->st_hbckcnt);
333 for (cnt = 0; cnt < stp->st_hbckcnt; cnt++) {

Completed in 190 milliseconds