Searched refs:curr_node_hash (Results 1 – 1 of 1) sorted by relevance
740 … hashcode_type curr_node_hash = my_hash_compare.hash(static_cast<node*>(curr)->value().first); in __TBB_requires() local742 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() local986 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()