Searched refs:hashoff (Results 1 – 2 of 2) sorted by relevance
59 size_t size, hashoff = 0, stroff = 0, objoff = 0; in genconfig() local82 hashoff = size; in genconfig()215 head->ch_hash = hashoff; in genconfig()
1351 uint_t ndx, hashoff, buckets, *chainptr; local1369 hashoff = ((uint_t)hash % buckets) + 2;1375 if ((ndx = HASH(ilmp)[hashoff]) == 0)1391 hashoff = ndx + buckets + 2;