Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h740 … hashcode_type curr_node_hash = my_hash_compare.hash(static_cast<node*>(curr)->value().first); in __TBB_requires() local
742 if ((curr_node_hash & mask) == hash) { in __TBB_requires()
984 … hashcode_type curr_node_hash = my_hash_compare.hash(static_cast<node*>(curr)->value().first); in __TBB_requires() local
986 if ((curr_node_hash & mask) != h) { // should be rehashed in __TBB_requires()
994 bucket *b_new = this->get_bucket(curr_node_hash & mask); in __TBB_requires()