Searched refs:hashoff (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c59 size_t size, hashoff = 0, stroff = 0, objoff = 0; local
82 hashoff = size;
215 head->ch_hash = hashoff;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1351 uint_t ndx, hashoff, buckets, *chainptr; local
1369 hashoff = ((uint_t)hash % buckets) + 2;
1375 if ((ndx = HASH(ilmp)[hashoff]) == 0)
1391 hashoff = ndx + buckets + 2;

Completed in 50 milliseconds