Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c437 uint64_t oldi, oldj, newi, newj; in grow_hashtable() local
472 for (newj = 0; newj < NEIGHBORHOOD_LEN; newj++) { in grow_hashtable()
473 if (newmd->neighborhoods[newi].entries[newj].value == NULL) { in grow_hashtable()
474 newmd->neighborhoods[newi].entries[newj].value = oldv; in grow_hashtable()
475 newmd->neighborhoods[newi].entries[newj].hash = oldhash; in grow_hashtable()

Completed in 8 milliseconds