Home
last modified time | relevance | path

Searched refs:newj (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
462 for (newj = 0; newj < NEIGHBORHOOD_LEN; newj++) { in grow_hashtable()
463 if (newmd->neighborhoods[newi].entries[newj].value == NULL) { in grow_hashtable()
464 newmd->neighborhoods[newi].entries[newj].value = oldv; in grow_hashtable()
465 newmd->neighborhoods[newi].entries[newj].hash = oldhash; in grow_hashtable()