Home
last modified time | relevance | path

Searched refs:__size_with_eos (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h559 size_t __size_with_eos; in _S_rounded_up_size() local
562 __size_with_eos = __n + 1; in _S_rounded_up_size()
564 __size_with_eos = __n; in _S_rounded_up_size()
567 return __size_with_eos; in _S_rounded_up_size()
570 return (__size_with_eos + _S_alloc_granularity-1) in _S_rounded_up_size()
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Drope670 size_t __size_with_eos;
673 __size_with_eos = __n + 1;
675 __size_with_eos = __n;
677 return __size_with_eos;
680 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)