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

/ast/src/cmd/mailx/port/
H A Ddthash.c133 reg ulong hsh; local
192 { hsh = HASH(dt,key,disc);
196 { t = *(slot = dt->data->htab + HINDEX(dt->data->ntab,hsh));
198 { if(hsh != t->hash)
233 t->hash = hsh;
238 slot = dt->data->htab + HINDEX(dt->data->ntab,hsh);
/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 */

Completed in 12 milliseconds