Searched refs:_S_rounded_up_size (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h312 __s, _Rope_RopeLeaf<_CharT,_Alloc>::_S_rounded_up_size(__n));
315 __s, _Rope_RopeLeaf<_CharT,_Alloc>::_S_rounded_up_size(__n));
390 _Data_allocate(_S_rounded_up_size(__old_len + __len));
727 _Data_allocate(_S_rounded_up_size(__result_len));
1391 __rest_buffer = _Data_allocate(_S_rounded_up_size(__rest));
1402 _Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1482 _CharT* __result = _Data_allocate(_S_rounded_up_size(__s));
H A Dstl_rope.h542 static size_t _S_rounded_up_size(size_t __n) { function in struct:_Rope_RopeLeaf
560 /* _S_rounded_up_size(size), except */
1413 static size_t _S_rounded_up_size(size_t __n) { function in class:rope
1414 return _RopeLeaf::_S_rounded_up_size(__n);
1419 return _S_rounded_up_size(__n) - 1;
1421 return _S_rounded_up_size(__n);
1489 _CharT* __buf = __a.allocate(_S_rounded_up_size(__size));
1491 _CharT* __buf = _Data_allocate(_S_rounded_up_size(__size));
1647 _CharT* __buf = _Data_allocate(_S_rounded_up_size(1));

Completed in 41 milliseconds