Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c140 uint64_t neighborhood_mask; member
225 new->md->neighborhood_mask = new->wpd.neighborhood_len - 1; in ossl_ht_new()
310 newmd->neighborhood_mask = DEFAULT_NEIGH_LEN - 1; in ossl_ht_flush_internal()
362 for (i = 0; i < md->neighborhood_mask + 1; i++) { in ossl_ht_foreach_until()
395 for (i = 0; i < md->neighborhood_mask + 1; i++) { in ossl_ht_filter()
456 newmd->neighborhood_mask = (newsize - 1); in grow_hashtable()
470 newi = oldhash & newmd->neighborhood_mask; in grow_hashtable()
545 uint64_t neigh_idx_start = hash & md->neighborhood_mask; in ossl_ht_insert_locked()
589 neigh_idx = (neigh_idx + 1) & md->neighborhood_mask; in ossl_ht_insert_locked()
709 neigh_idx = (neigh_idx + 1) & md->neighborhood_mask; in ossl_ht_get()
[all …]

Completed in 5 milliseconds