Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.c213 size_t __node_start_pos = __x._M_leaf_pos; in _S_setcache_for_incr() local
218 if (__x._M_current_pos - __node_start_pos < __len) { in _S_setcache_for_incr()
223 _STLP_ASSERT(__node_start_pos + __len == __x._M_current_pos) in _S_setcache_for_incr()
232 __node_start_pos -= __c->_M_left->_M_size._M_data; in _S_setcache_for_incr()
245 __node_start_pos += __c->_M_left->_M_size._M_data; in _S_setcache_for_incr()
264 __x._M_leaf_pos = __node_start_pos; in _S_setcache_for_incr()