Searched refs:hash_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c2541 apr_hash_index_t *hash_index;
2747 for (hash_index = apr_hash_first(scratch_pool, patch->prop_patches);
2748 hash_index;
2749 hash_index = apr_hash_next(hash_index))
2755 prop_name = apr_hash_this_key(hash_index);
2756 prop_patch = apr_hash_this_val(hash_index);
2880 for (hash_index = apr_hash_first(scratch_pool, target->prop_targets);
2881 hash_index;
2882 hash_index
2540 apr_hash_index_t *hash_index; local
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c8152 uint32_t hash_index = id & (OCS_HW_Q_HASH_SIZE - 1); local
8158 while(hash[hash_index].in_use) {
8159 hash_index = (hash_index + 1) & (OCS_HW_Q_HASH_SIZE - 1);
8163 hash[hash_index].id = id;
8164 hash[hash_index].in_use = 1;
8165 hash[hash_index].index = index;

Completed in 225 milliseconds