OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__new_size
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h
147
size_t
__new_size
= __input_size ? 2 * __input_size : 128;
local
148
char *__new_room = (char *) alloca (
__new_size
);
150
if (__new_room +
__new_size
== __input_buffer)
152
__input_size +=
__new_size
;
157
__input_size +=
__new_size
;
160
__input_size =
__new_size
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h
147
size_t
__new_size
= __input_size ? 2 * __input_size : 128;
local
148
char *__new_room = (char *) alloca (
__new_size
);
150
if (__new_room +
__new_size
== __input_buffer)
152
__input_size +=
__new_size
;
157
__input_size +=
__new_size
;
160
__input_size =
__new_size
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
677
const size_type
__new_size
= _M_length() - __n;
local
683
_Rep* __r = _Rep::_S_create(
__new_size
, _M_capacity(),
702
_M_rep()->_M_set_length(
__new_size
);
bitmap_allocator.h
176
size_type
__new_size
= this->size() ? this->size() * 2 : 1;
local
177
iterator __new_start = this->allocate(
__new_size
);
197
this->_M_end_of_storage = this->_M_start +
__new_size
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
677
const size_type
__new_size
= _M_length() - __n;
local
683
_Rep* __r = _Rep::_S_create(
__new_size
, _M_capacity(),
702
_M_rep()->_M_set_length(
__new_size
);
bitmap_allocator.h
176
size_type
__new_size
= this->size() ? this->size() * 2 : 1;
local
177
iterator __new_start = this->allocate(
__new_size
);
197
this->_M_end_of_storage = this->_M_start +
__new_size
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h
677
const size_type
__new_size
= _M_length() - __n;
local
683
_Rep* __r = _Rep::_S_create(
__new_size
, _M_capacity(),
702
_M_rep()->_M_set_length(
__new_size
);
bitmap_allocator.h
176
size_type
__new_size
= this->size() ? this->size() * 2 : 1;
local
177
iterator __new_start = this->allocate(
__new_size
);
197
this->_M_end_of_storage = this->_M_start +
__new_size
;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h
677
const size_type
__new_size
= _M_length() - __n;
local
683
_Rep* __r = _Rep::_S_create(
__new_size
, _M_capacity(),
702
_M_rep()->_M_set_length(
__new_size
);
bitmap_allocator.h
176
size_type
__new_size
= this->size() ? this->size() * 2 : 1;
local
177
iterator __new_start = this->allocate(
__new_size
);
197
this->_M_end_of_storage = this->_M_start +
__new_size
;
Completed in 534 milliseconds