Home
last modified time | relevance | path

Searched refs:hsh (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c260 uint hsh; local
310 hsh = _DTHSH(dt,key,disc);
312 tbl = hash->htbl + (hsh & (hash->tblz-1));
315 { if(hsh == l->_hash)
364 tbl = hash->htbl + (hsh & (hash->tblz-1));
373 lnk->_hash = hsh; /* memoize the hash value */