Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dhashtable.h2437 std::size_t __n_last_bkt = __n_last ? _M_bucket_index(*__n_last) : __bkt; in _GLIBCXX_VISIBILITY() local
2452 _M_remove_bucket_begin(__bkt, __n_last, __n_last_bkt); in _GLIBCXX_VISIBILITY()
2453 else if (__n_last_bkt != __bkt) in _GLIBCXX_VISIBILITY()
2454 _M_buckets[__n_last_bkt] = __prev_n; in _GLIBCXX_VISIBILITY()