Home
last modified time | relevance | path

Searched refs:bucket_size (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dsafe_local_iterator.tcc47 _M_get_sequence()->bucket_size(bucket()), in _M_get_distance_to()
59 -_M_get_sequence()->bucket_size(bucket()), in _M_get_distance_to()
Dunordered_set302 bucket_size(size_type __b) const
305 return _Base::bucket_size(__b);
982 bucket_size(size_type __b) const
985 return _Base::bucket_size(__b);
Dunordered_map310 bucket_size(size_type __b) const
313 return _Base::bucket_size(__b);
1117 bucket_size(size_type __b) const
1120 return _Base::bucket_size(__b);
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-profile.c542 int bucket_size; in profile_pc_init() local
582 bucket_size = ((1ULL << ((sizeof (sim_cia) * 8) - 1)) in profile_pc_init()
585 bucket_size = ((PROFILE_PC_END (data) in profile_pc_init()
590 while (bucket_size > PROFILE_PC_BUCKET_SIZE (data)) in profile_pc_init()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dunordered_set.h770 bucket_size(size_type __n) const in _GLIBCXX_VISIBILITY()
771 { return _M_h.bucket_size(__n); } in _GLIBCXX_VISIBILITY()
1615 bucket_size(size_type __n) const in _GLIBCXX_VISIBILITY()
1616 { return _M_h.bucket_size(__n); } in _GLIBCXX_VISIBILITY()
Dunordered_map.h1024 bucket_size(size_type __n) const in _GLIBCXX_VISIBILITY()
1025 { return _M_h.bucket_size(__n); } in _GLIBCXX_VISIBILITY()
1924 bucket_size(size_type __n) const in _GLIBCXX_VISIBILITY()
1925 { return _M_h.bucket_size(__n); } in _GLIBCXX_VISIBILITY()
Dhashtable.h680 bucket_size(size_type __bkt) const in _GLIBCXX_VISIBILITY()
/netbsd/src/sys/netbt/
Dhci.h2119 uint32_t bucket_size; /* token bucket size */ member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhashtable.h286 bucket_size(size_type __n) const in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20121123 (unordered_set<>::bucket_size(size_type)): Likewise.
1130 (unordered_multiset<>::bucket_size(size_type)): Likewise.
1138 (unordered_map<>::bucket_size(size_type)): Likewise.
1145 (unordered_multimap<>::bucket_size(size_type)): Likewise.