Searched refs:__old_len (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 427 std::size_t __old_len = __r->_M_size; in _GLIBCXX_VISIBILITY() local 429 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)); in _GLIBCXX_VISIBILITY() 432 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); in _GLIBCXX_VISIBILITY() 433 uninitialized_copy_n(__iter, __len, __new_data + __old_len); in _GLIBCXX_VISIBILITY() 434 _S_cond_store_eos(__new_data[__old_len + __len]); in _GLIBCXX_VISIBILITY() 437 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, in _GLIBCXX_VISIBILITY() 442 _RopeRep::__STL_FREE_STRING(__new_data, __old_len + __len, in _GLIBCXX_VISIBILITY() 459 std::size_t __old_len = __r->_M_size; in _GLIBCXX_VISIBILITY() local 460 if (_S_allocated_capacity(__old_len) >= __old_len + __len) in _GLIBCXX_VISIBILITY() 464 uninitialized_copy_n(__iter, __len, __r->_M_data + __old_len); in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 427 std::size_t __old_len = __r->_M_size; in _GLIBCXX_VISIBILITY() local 429 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)); in _GLIBCXX_VISIBILITY() 432 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); in _GLIBCXX_VISIBILITY() 433 uninitialized_copy_n(__iter, __len, __new_data + __old_len); in _GLIBCXX_VISIBILITY() 434 _S_cond_store_eos(__new_data[__old_len + __len]); in _GLIBCXX_VISIBILITY() 437 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, in _GLIBCXX_VISIBILITY() 442 _RopeRep::__STL_FREE_STRING(__new_data, __old_len + __len, in _GLIBCXX_VISIBILITY() 459 std::size_t __old_len = __r->_M_size; in _GLIBCXX_VISIBILITY() local 460 if (_S_allocated_capacity(__old_len) >= __old_len + __len) in _GLIBCXX_VISIBILITY() 464 uninitialized_copy_n(__iter, __len, __r->_M_data + __old_len); in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/ |
H A D | mman.d | 558 static if (_GNU_SOURCE) void *mremap(void *__addr, size_t __old_len, size_t __new_len, int __flags,…
|