Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h617 const size_t __num_nodes = (__num_elements / __deque_buf_size(sizeof(_Tp)) in _GLIBCXX_VISIBILITY() local
621 size_t(__num_nodes + 2)); in _GLIBCXX_VISIBILITY()
630 + (this->_M_impl._M_map_size - __num_nodes) / 2); in _GLIBCXX_VISIBILITY()
631 _Map_pointer __nfinish = __nstart + __num_nodes; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h641 const size_t __num_nodes = (__num_elements / __deque_buf_size(sizeof(_Tp)) in _GLIBCXX_VISIBILITY() local
645 size_t(__num_nodes + 2)); in _GLIBCXX_VISIBILITY()
654 + (this->_M_impl._M_map_size - __num_nodes) / 2); in _GLIBCXX_VISIBILITY()
655 _Map_pointer __nfinish = __nstart + __num_nodes; in _GLIBCXX_VISIBILITY()