Lines Matching refs:hc
129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local
130 __c_node* c = __cbeg_[hc]; in __insert_ic()
176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local
177 __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() local
234 __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() local
265 __c_node* p = __cbeg_[hc]; in __find_c_and_lock()
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c() local
291 __c_node* p = __cbeg_[hc]; in __find_c()
317 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __erase_c() local
318 __c_node* p = __cbeg_[hc]; in __erase_c()
332 __cbeg_[hc] = p->__next_; in __erase_c()
433 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); in swap() local
434 __c_node* p1 = __cbeg_[hc]; in swap()
441 hc = hash<void*>()(c2) % static_cast<size_t>(__cend_ - __cbeg_); in swap()
442 __c_node* p2 = __cbeg_[hc]; in swap()