HomeSort by: relevance | last modified time | path
    Searched defs:empty_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/hashtable/
hashtable.c 564 size_t empty_idx = SIZE_MAX; local
574 empty_idx = j;
611 if (empty_idx == SIZE_MAX)
613 if (!CRYPTO_atomic_store(&md->neighborhoods[neigh_idx].entries[empty_idx].hash,
617 ossl_rcu_assign_ptr(&md->neighborhoods[neigh_idx].entries[empty_idx].value,
hashtable.c 564 size_t empty_idx = SIZE_MAX; local
574 empty_idx = j;
611 if (empty_idx == SIZE_MAX)
613 if (!CRYPTO_atomic_store(&md->neighborhoods[neigh_idx].entries[empty_idx].hash,
617 ossl_rcu_assign_ptr(&md->neighborhoods[neigh_idx].entries[empty_idx].value,

Completed in 32 milliseconds