HomeSort by relevance Sort by last modified time
    Searched full:_m_buf_ptr (Results 1 - 12 of 12) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
147 __x._M_buf_ptr = 0;
155 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
272 if (0 != _M_buf_ptr) {
273 size_t __chars_left = _M_buf_end - _M_buf_ptr;
275 _M_buf_ptr += __n;
277 _M_buf_ptr += __n;
280 _M_buf_ptr = 0;
287 if (0 != _M_buf_ptr) {
    [all...]
_rope.h 772 _CharT* _M_buf_ptr;
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
830 _M_buf_ptr = _M_buf_start + (__x._M_buf_ptr - __x._M_buf_start);
842 _M_buf_ptr(__x._M_buf_ptr),
847 if (0 != __x._M_buf_ptr) {
856 _M_buf_ptr = __x._M_buf_ptr;
861 if (0 != __x._M_buf_ptr) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
125 __x._M_buf_ptr = 0;
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
261 if (0 != _M_buf_ptr)
263 size_t __chars_left = _M_buf_end - _M_buf_ptr;
265 _M_buf_ptr += __n;
268 _M_buf_ptr += __n;
272 _M_buf_ptr = 0;
281 if (0 != _M_buf_ptr)
    [all...]
rope     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
125 __x._M_buf_ptr = 0;
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
261 if (0 != _M_buf_ptr)
263 size_t __chars_left = _M_buf_end - _M_buf_ptr;
265 _M_buf_ptr += __n;
268 _M_buf_ptr += __n;
272 _M_buf_ptr = 0;
281 if (0 != _M_buf_ptr)
    [all...]
rope     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
125 __x._M_buf_ptr = 0;
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
261 if (0 != _M_buf_ptr)
263 size_t __chars_left = _M_buf_end - _M_buf_ptr;
265 _M_buf_ptr += __n;
268 _M_buf_ptr += __n;
272 _M_buf_ptr = 0;
281 if (0 != _M_buf_ptr)
    [all...]
rope     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h 79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
125 __x._M_buf_ptr = 0;
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
261 if (0 != _M_buf_ptr)
263 size_t __chars_left = _M_buf_end - _M_buf_ptr;
265 _M_buf_ptr += __n;
268 _M_buf_ptr += __n;
272 _M_buf_ptr = 0;
281 if (0 != _M_buf_ptr)
    [all...]
rope     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_rope.c 100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
147 __x._M_buf_ptr = 0;
155 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
272 if (0 != _M_buf_ptr) {
273 size_t __chars_left = _M_buf_end - _M_buf_ptr;
275 _M_buf_ptr += __n;
277 _M_buf_ptr += __n;
280 _M_buf_ptr = 0;
287 if (0 != _M_buf_ptr) {
    [all...]
_rope.h 772 _CharT* _M_buf_ptr;
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
830 _M_buf_ptr = _M_buf_start + (__x._M_buf_ptr - __x._M_buf_start);
842 _M_buf_ptr(__x._M_buf_ptr),
847 if (0 != __x._M_buf_ptr) {
856 _M_buf_ptr = __x._M_buf_ptr;
861 if (0 != __x._M_buf_ptr) {
    [all...]

Completed in 1173 milliseconds