Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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()