HomeSort by relevance Sort by last modified time
    Searched defs:__new_size (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 145 size_t __new_size = __input_size ? 2 * __input_size : 128; local
146 char *__new_room = (char *) alloca (__new_size);
148 if (__new_room + __new_size == __input_buffer)
150 __input_size += __new_size;
155 __input_size += __new_size;
158 __input_size = __new_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 145 size_t __new_size = __input_size ? 2 * __input_size : 128; local
146 char *__new_room = (char *) alloca (__new_size);
148 if (__new_room + __new_size == __input_buffer)
150 __input_size += __new_size;
155 __input_size += __new_size;
158 __input_size = __new_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 145 size_t __new_size = __input_size ? 2 * __input_size : 128; local
146 char *__new_room = (char *) alloca (__new_size);
148 if (__new_room + __new_size == __input_buffer)
150 __input_size += __new_size;
155 __input_size += __new_size;
158 __input_size = __new_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 190 size_type __new_size = this->size() ? this->size() * 2 : 1; local
191 iterator __new_start = this->allocate(__new_size);
211 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 678 const size_type __new_size = _M_length() - __n; local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
703 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 178 size_type __new_size = this->size() ? this->size() * 2 : 1; local
179 iterator __new_start = this->allocate(__new_size);
199 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 678 const size_type __new_size = _M_length() - __n; local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
703 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 178 size_type __new_size = this->size() ? this->size() * 2 : 1; local
179 iterator __new_start = this->allocate(__new_size);
199 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 190 size_type __new_size = this->size() ? this->size() * 2 : 1; local
191 iterator __new_start = this->allocate(__new_size);
211 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 190 size_type __new_size = this->size() ? this->size() * 2 : 1; local
191 iterator __new_start = this->allocate(__new_size);
211 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 190 size_type __new_size = this->size() ? this->size() * 2 : 1; local
191 iterator __new_start = this->allocate(__new_size);
211 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 190 size_type __new_size = this->size() ? this->size() * 2 : 1; local
191 iterator __new_start = this->allocate(__new_size);
211 this->_M_end_of_storage = this->_M_start + __new_size;

Completed in 583 milliseconds