Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Ddebug.cpp129 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()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch398 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];