Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashsize.c44 Hash_bucket_t** old_sx; in hashsize() local
60 old_sx = (old_s = tab->table) + tab->size; in hashsize()
62 while (old_s < old_sx) in hashsize()