Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h195 size_t __node_start_pos = __x._M_leaf_pos; in _S_setcache_for_incr() local
199 if (__x._M_current_pos - __node_start_pos < __len) { in _S_setcache_for_incr()
212 __node_start_pos -= __c->_M_left->_M_size; in _S_setcache_for_incr()
225 __node_start_pos += __c->_M_left->_M_size; in _S_setcache_for_incr()
245 __x._M_leaf_pos = __node_start_pos; in _S_setcache_for_incr()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h200 size_t __node_start_pos = __x._M_leaf_pos; in _S_setcache_for_incr() local
204 if (__x._M_current_pos - __node_start_pos < __len) in _S_setcache_for_incr()
219 __node_start_pos -= __c->_M_left->_M_size; in _S_setcache_for_incr()
233 __node_start_pos += __c->_M_left->_M_size; in _S_setcache_for_incr()
254 __x._M_leaf_pos = __node_start_pos; in _S_setcache_for_incr()