OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:neigh_idx
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/hashtable/
hashtable.c
560
uint64_t
neigh_idx
= neigh_idx_start;
local
569
PREFETCH_NEIGHBORHOOD(md->neighborhoods[
neigh_idx
]);
572
ival = ossl_rcu_deref(&md->neighborhoods[
neigh_idx
].entries[j].value);
580
if (!CRYPTO_atomic_load(&md->neighborhoods[
neigh_idx
].entries[j].hash,
592
if (!CRYPTO_atomic_store(&md->neighborhoods[
neigh_idx
].entries[j].hash,
595
*olddata = (HT_VALUE *)md->neighborhoods[
neigh_idx
].entries[j].value;
596
ossl_rcu_assign_ptr(&md->neighborhoods[
neigh_idx
].entries[j].value,
606
neigh_idx
= (
neigh_idx
+ 1) & md->neighborhood_mask;
607
} while (
neigh_idx
!= neigh_idx_start)
696
uint64_t
neigh_idx
;
local
742
uint64_t
neigh_idx
;
local
[
all
...]
Completed in 90 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026