Searched refs:hc (Results 1 – 2 of 2) sorted by relevance
129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local130 __c_node* c = __cbeg_[hc]; in __insert_ic()176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local177 __c_node* p = __cbeg_[hc]; in __insert_c()178 __c_node* r = __cbeg_[hc] = in __insert_c()180 if (__cbeg_[hc] == nullptr) in __insert_c()233 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local234 __c_node* p = __cbeg_[hc]; in __invalidate_all()264 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local265 __c_node* p = __cbeg_[hc]; in __find_c_and_lock()[all …]
398 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);428 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);443 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);444 __c_node* p = __cbeg_[hc];480 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);548 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_);549 __c_node* p1 = __cbeg_[hc];