Home
last modified time | relevance | path

Searched refs:ptr_array (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/datastruct/
H A Dptr_array.c88 ptr_array->start, ptr_array->size); in ucs_ptr_array_dump()
100 i = ptr_array->freelist; in ucs_ptr_array_dump()
117 ucs_ptr_array_clear(ptr_array); in ucs_ptr_array_init()
119 ucs_snprintf_zero(ptr_array->name, sizeof(ptr_array->name), "%s", name); in ucs_ptr_array_init()
140 ucs_free(ptr_array->start); in ucs_ptr_array_cleanup()
153 curr_size = ptr_array->size; in ucs_ptr_array_grow()
176 ucs_free(ptr_array->start); in ucs_ptr_array_grow()
177 ptr_array->start = new_array; in ucs_ptr_array_grow()
178 ptr_array->size = new_size; in ucs_ptr_array_grow()
190 ucs_ptr_array_grow(ptr_array, new_size UCS_MEMTRACK_NAME(ptr_array->name)); in ucs_ptr_array_insert()
[all …]
/dports/games/naev/naev-0.7.0/src/
H A Darray.h116 #define array_resize(ptr_array, new_size) \ argument
117 (_array_resize_helper((void **)(ptr_array), sizeof((ptr_array)[0][0]), new_size))
123 #define array_grow(ptr_array) \ argument
124 … (*(__typeof__((ptr_array)[0]))_array_grow_helper((void **)(ptr_array), sizeof((ptr_array)[0][0])))
133 #define array_push_back(ptr_array, element) \ argument
145 …(_array_erase_helper((void **)(ptr_array), sizeof((ptr_array)[0][0]), (void *)(first), (void *)(la…
153 #define array_shrink(ptr_array) \ argument
154 (_array_shrink_helper((void **)(ptr_array), sizeof((ptr_array)[0][0])))
162 #define array_free(ptr_array) \ argument
199 #define array_front(ptr_array) (*array_begin(ptr_array)) argument
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( compatible-smart-ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( compatible-smart-ptr<ptr_array>& r );``
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( std::auto_ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( std::auto_ptr<ptr_array>& r );``
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( std::auto_ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( std::auto_ptr<ptr_array>& r );``
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( std::auto_ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( std::auto_ptr<ptr_array>& r );``
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( std::auto_ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( std::auto_ptr<ptr_array>& r );``
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( std::auto_ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( std::auto_ptr<ptr_array>& r );``
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( compatible-smart-ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( compatible-smart-ptr<ptr_array>& r );``
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( compatible-smart-ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( compatible-smart-ptr<ptr_array>& r );``
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/ptr_container/doc/
H A Dptr_array.rst7 Class ``ptr_array``
23 - ``ptr_array``
49 explicit ptr_array( const ptr_array& r );
52 explicit ptr_array( compatible-smart-ptr<ptr_array>& r );
54 ptr_array& operator=( const ptr_array& r );
56 ptr_array& operator=( const ptr_array<U,N>& r );
115 - ``ptr_array();``
119 - ``explicit ptr_array( const ptr_array& r );``
121 explicit ptr_array( const ptr_array<U,N>& r );``
125 - ``ptr_array( compatible-smart-ptr<ptr_array>& r );``
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) call abort
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) call abort
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) call abort
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dpointer_function_result_1.f9011 INTEGER, POINTER, DIMENSION(:) :: ptr_array => NULL() variable
13 ptr_array => array
14 array_fifth = every_fifth (ptr_array)
16 if (any (every_fifth(ptr_array) .ne. [1,11])) STOP 2
18 FUNCTION every_fifth (ptr_array) RESULT (ptr_fifth)
21 INTEGER, POINTER, DIMENSION(:), INTENT(in) :: ptr_array local
24 low = LBOUND (ptr_array, 1)
25 high = UBOUND (ptr_array, 1)
26 ptr_fifth => ptr_array (low: high: 5)

12345678910>>...26