Home
last modified time | relevance | path

Searched refs:__capacity (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/ext/
H A Dsso_string_base.h325 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
327 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
329 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
330 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
412 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
415 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
420 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
520 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
522 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h325 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in operator()
327 __capacity = 2 * __old_capacity; in operator()
329 if (__capacity > _M_max_size()) in operator()
330 __capacity = _M_max_size(); in operator()
412 if (__len == __capacity) in operator()
415 __capacity = __len + 1; in operator()
420 _M_capacity(__capacity); in operator()
494 if (__rsize > __capacity) in operator()
520 if (__res != __capacity) in operator()
522 if (__res > __capacity in operator()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h325 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
327 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
329 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
330 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
412 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
415 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
420 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
520 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
522 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/ext/
H A Dsso_string_base.h325 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
327 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
329 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
330 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
412 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
415 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
420 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
520 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
522 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h325 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
327 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
329 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
330 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
412 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
415 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
420 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
520 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
522 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h325 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
327 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
329 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
330 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
412 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
415 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
420 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
520 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
522 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/ext/
H A Dsso_string_base.h325 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
327 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
329 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
330 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
412 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
415 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
420 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
520 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
522 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ext/
H A Dsso_string_base.h321 if (__capacity > __old_capacity && __capacity < 2 * __old_capacity) in _GLIBCXX_VISIBILITY()
323 __capacity = 2 * __old_capacity; in _GLIBCXX_VISIBILITY()
325 if (__capacity > _M_max_size()) in _GLIBCXX_VISIBILITY()
326 __capacity = _M_max_size(); in _GLIBCXX_VISIBILITY()
408 if (__len == __capacity) in _GLIBCXX_VISIBILITY()
411 __capacity = __len + 1; in _GLIBCXX_VISIBILITY()
416 _M_capacity(__capacity); in _GLIBCXX_VISIBILITY()
490 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
516 if (__res != __capacity) in _GLIBCXX_VISIBILITY()
518 if (__res > __capacity in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/runtime/
H A Dprint.c52 sl.__capacity = sl.__count; in runtime_prints()
63 sl.__capacity = 1; in runtime_printbyte()
110 g->writebuf.__capacity = n-1; in runtime_snprintf()
118 g->writebuf.__capacity = 0; in runtime_snprintf()
140 sl.__capacity = p - lp; in go_vprintf()
197 sl.__capacity = p - lp; in go_vprintf()
/dports/lang/gcc8/gcc-8.5.0/libgo/runtime/
H A Dprint.c53 sl.__capacity = sl.__count; in runtime_prints()
64 sl.__capacity = 1; in runtime_printbyte()
111 g->writebuf.__capacity = n-1; in runtime_snprintf()
119 g->writebuf.__capacity = 0; in runtime_snprintf()
141 sl.__capacity = p - lp; in go_vprintf()
198 sl.__capacity = p - lp; in go_vprintf()

12345678910>>...15