Searched refs:omax (Results 1 – 1 of 1) sorted by relevance
256 int i, omax, newsize, newmask; in grow_hash_table() local265 omax = ht->max; in grow_hash_table()266 newsize = omax * 2; /* have to grow in powers of two */ in grow_hash_table()273 for(i=0; i < omax; i++) { in grow_hash_table()