Searched refs:__hops (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/ |
| H A D | profiler_hash_func.h | 59 std::size_t __hops) in __destruct() argument 63 _M_hops += __hops; in __destruct() 108 std::size_t __chain, std::size_t __accesses, std::size_t __hops) in __destruct() argument 113 __obj_info->__destruct(__chain, __accesses, __hops); in __destruct() 146 std::size_t __hops) in __trace_hash_func_destruct() argument 149 __accesses, __hops); in __trace_hash_func_destruct()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
| H A D | unordered_base.h | 244 std::size_t __hops = 0, __lc = 0, __chain = 0; in _GLIBCXX_VISIBILITY() 258 __hops += __chain * (__chain - 1) / 2; in _GLIBCXX_VISIBILITY() 264 __lc, __uc.size(), __hops); in _GLIBCXX_VISIBILITY() 273 std::size_t __hops = 0, __lc = 0, __chain = 0, __unique_size = 0; in _GLIBCXX_VISIBILITY() 296 __hops += __chain * (__chain - 1) / 2; in _GLIBCXX_VISIBILITY() 302 __lc, __unique_size, __hops); in _GLIBCXX_VISIBILITY()
|