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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dhash.c44 int h_nbuckets; member in struct:hash
98 hash->h_nbuckets = nbuckets;
108 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
135 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
145 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
169 int bucket = hash->h_hashfn(hash->h_nbuckets, key);
217 for (i = 0; i < hash->h_nbuckets; i++) {
234 for (num = 0, i = 0; i < hash->h_nbuckets; i++)
248 for (i = 0; i < hash->h_nbuckets; i++)
267 for (i = 1; i < hash->h_nbuckets;
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h75 ushort_t h_nbuckets; /* number of elements in bucket array */ member in struct:ctf_hash

Completed in 61 milliseconds