Searched refs:olditem (Results 1 – 1 of 1) sorted by relevance
327 hashitem_T *olditem, *newitem; in hash_may_resize() local425 for (olditem = oldarray; todo > 0; ++olditem) in hash_may_resize()426 if (!HASHITEM_EMPTY(olditem)) in hash_may_resize()433 newi = (unsigned)(olditem->hi_hash & newmask); in hash_may_resize()437 for (perturb = olditem->hi_hash; ; perturb >>= PERTURB_SHIFT) in hash_may_resize()444 *newitem = *olditem; in hash_may_resize()