Searched refs:__index (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_deque.h817 difference_type __index = __pos - _M_start; local
818 if (static_cast<size_type>(__index) < (size() >> 1)) {
826 return _M_start + __index;
1283 difference_type __index = __pos - _M_start; local
1285 if (static_cast<size_type>(__index) < size() / 2) {
1291 __pos = _M_start + __index;
1302 __pos = _M_start + __index;
1313 difference_type __index = __pos - _M_start; local
1314 if (static_cast<size_type>(__index) < size() / 2) {
1320 __pos = _M_start + __index;
[all...]

Completed in 27 milliseconds