Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dropeimpl.h259 std::size_t __chars_left = _M_buf_end - _M_buf_ptr; in _GLIBCXX_VISIBILITY() local
260 if (__chars_left > __n) in _GLIBCXX_VISIBILITY()
262 else if (__chars_left == __n) in _GLIBCXX_VISIBILITY()
279 std::size_t __chars_left = _M_buf_ptr - _M_buf_start; in _GLIBCXX_VISIBILITY() local
280 if (__chars_left >= __n) in _GLIBCXX_VISIBILITY()