Lines Matching refs:hc
192 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local
193 __c_node* c = __cbeg_[hc]; in __insert_ic()
236 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local
237 __c_node* p = __cbeg_[hc]; in __insert_c()
238 __c_node* r = __cbeg_[hc] = in __insert_c()
240 if (__cbeg_[hc] == nullptr) in __insert_c()
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local
291 __c_node* p = __cbeg_[hc]; in __invalidate_all()
321 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local
322 __c_node* p = __cbeg_[hc]; in __find_c_and_lock()
347 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c() local
348 __c_node* p = __cbeg_[hc]; in __find_c()
374 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __erase_c() local
375 __c_node* p = __cbeg_[hc]; in __erase_c()
389 __cbeg_[hc] = p->__next_; in __erase_c()
490 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); in swap() local
491 __c_node* p1 = __cbeg_[hc]; in swap()
498 hc = hash<void*>()(c2) % static_cast<size_t>(__cend_ - __cbeg_); in swap()
499 __c_node* p2 = __cbeg_[hc]; in swap()