HomeSort by relevance Sort by last modified time
    Searched refs:_M_buf_ptr (Results 1 - 25 of 26) sorted by null

1 2

  /external/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...]
  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
124 __x._M_buf_ptr = 0;
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
260 if (0 != _M_buf_ptr)
262 size_t __chars_left = _M_buf_end - _M_buf_ptr;
264 _M_buf_ptr += __n;
267 _M_buf_ptr += __n;
271 _M_buf_ptr = 0;
280 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
126 __x._M_buf_ptr = 0;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
262 if (0 != _M_buf_ptr)
264 size_t __chars_left = _M_buf_end - _M_buf_ptr;
266 _M_buf_ptr += __n;
269 _M_buf_ptr += __n;
273 _M_buf_ptr = 0;
282 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
126 __x._M_buf_ptr = 0;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
262 if (0 != _M_buf_ptr)
264 size_t __chars_left = _M_buf_end - _M_buf_ptr;
266 _M_buf_ptr += __n;
269 _M_buf_ptr += __n;
273 _M_buf_ptr = 0;
282 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
124 __x._M_buf_ptr = 0;
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
260 if (0 != _M_buf_ptr)
262 size_t __chars_left = _M_buf_end - _M_buf_ptr;
264 _M_buf_ptr += __n;
267 _M_buf_ptr += __n;
271 _M_buf_ptr = 0;
280 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/5/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
124 __x._M_buf_ptr = 0;
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
260 if (0 != _M_buf_ptr)
262 size_t __chars_left = _M_buf_end - _M_buf_ptr;
264 _M_buf_ptr += __n;
267 _M_buf_ptr += __n;
271 _M_buf_ptr = 0;
280 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/6/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
124 __x._M_buf_ptr = 0;
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
260 if (0 != _M_buf_ptr)
262 size_t __chars_left = _M_buf_end - _M_buf_ptr;
264 _M_buf_ptr += __n;
267 _M_buf_ptr += __n;
271 _M_buf_ptr = 0;
280 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/7/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h 78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
124 __x._M_buf_ptr = 0;
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
260 if (0 != _M_buf_ptr)
262 size_t __chars_left = _M_buf_end - _M_buf_ptr;
264 _M_buf_ptr += __n;
267 _M_buf_ptr += __n;
271 _M_buf_ptr = 0;
280 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
126 __x._M_buf_ptr = 0;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
262 if (0 != _M_buf_ptr)
264 size_t __chars_left = _M_buf_end - _M_buf_ptr;
266 _M_buf_ptr += __n;
269 _M_buf_ptr += __n;
273 _M_buf_ptr = 0;
282 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
126 __x._M_buf_ptr = 0;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
262 if (0 != _M_buf_ptr)
264 size_t __chars_left = _M_buf_end - _M_buf_ptr;
266 _M_buf_ptr += __n;
269 _M_buf_ptr += __n;
273 _M_buf_ptr = 0;
282 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/8/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/ndk/9/sources/cxx-stl/EH/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h 80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
126 __x._M_buf_ptr = 0;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
262 if (0 != _M_buf_ptr)
264 size_t __chars_left = _M_buf_end - _M_buf_ptr;
266 _M_buf_ptr += __n;
269 _M_buf_ptr += __n;
273 _M_buf_ptr = 0;
282 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h 80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
126 __x._M_buf_ptr = 0;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
262 if (0 != _M_buf_ptr)
264 size_t __chars_left = _M_buf_end - _M_buf_ptr;
266 _M_buf_ptr += __n;
269 _M_buf_ptr += __n;
273 _M_buf_ptr = 0;
282 if (0 != _M_buf_ptr)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]

Completed in 67 milliseconds

1 2