Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/hash/
H A Dhashsize.c40 register Hash_bucket_t** old_s; in hashsize() local
60 old_sx = (old_s = tab->table) + tab->size; in hashsize()
62 while (old_s < old_sx) in hashsize()
64 old_b = *old_s++; in hashsize()