Home
last modified time | relevance | path

Searched refs:__hops (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
H A Dprofiler_hash_func.h59 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()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_hash_func.h67 std::size_t __hops) in __destruct() argument
71 _M_hops += __hops; in __destruct()
123 std::size_t __accesses, std::size_t __hops) in __destruct() argument
133 __objs->__destruct(__chain, __accesses, __hops); in __destruct()
164 std::size_t __accesses, std::size_t __hops) in __trace_hash_func_destruct() argument
170 __accesses, __hops); in __trace_hash_func_destruct()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Dunordered_base.h244 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()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dunordered_set269 size_type __hops = 0, __lc = 0, __chain = 0;
282 __hops += __chain * (__chain - 1) / 2;
286 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);
531 size_type __hops = 0, __lc = 0, __chain = 0;
544 __hops += __chain * (__chain - 1) / 2;
548 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);
H A Dunordered_map300 size_type __hops = 0, __lc = 0, __chain = 0;
313 __hops += __chain * (__chain - 1) / 2;
317 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);
569 size_type __hops = 0, __lc = 0, __chain = 0;
582 __hops += __chain * (__chain - 1) / 2;
586 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);