Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dpunycode.c150 unsigned int oldi = i; in ossl_punycode_decode() local
178 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
/openssl/crypto/hashtable/
H A Dhashtable.c431 uint64_t oldi, oldj, newi, newj; in grow_hashtable() local
454 for (oldi = 0; oldi < h->wpd.neighborhood_len; oldi++) { in grow_hashtable()
455 PREFETCH_NEIGHBORHOOD(oldmd->neighborhoods[oldi + 1]); in grow_hashtable()
457 oldv = oldmd->neighborhoods[oldi].entries[oldj].value; in grow_hashtable()
460 oldhash = oldmd->neighborhoods[oldi].entries[oldj].hash; in grow_hashtable()

Completed in 7 milliseconds