Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c427 uint64_t oldi, oldj, newi, newj; in grow_hashtable() local
455 for (oldj = 0; oldj < NEIGHBORHOOD_LEN; oldj++) { in grow_hashtable()
456 oldv = oldmd->neighborhoods[oldi].entries[oldj].value; in grow_hashtable()
459 oldhash = oldmd->neighborhoods[oldi].entries[oldj].hash; in grow_hashtable()