Home
last modified time | relevance | path

Searched refs:array_end (Results 1 – 25 of 571) sorted by relevance

12345678910>>...23

/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest28.236 set array_end 4
42 if {[get_config_param "MaxArraySize"] < [expr $array_end + 1]} {
48 global test_id job_id bin_rm array_end file_script
51 for {set cnt 0} {$cnt<$array_end} {incr cnt} {
83 spawn $sbatch --array=$array_begin-[expr $array_end -1] -t1 $file_script
106 for {set cnt 0} {$cnt<$array_end} {incr cnt} {
141 for {set cnt 0} {$cnt<$array_end} {incr cnt} {
153 set max_inx [expr $array_end - 1]
154 for {set index 0} {$index < $array_end} {incr index} {
162 -re "task_count=$array_end" {
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dobstacle_extension.c60 int array_end; in defrag_obstacle_array() local
68 array_end = i; in defrag_obstacle_array()
71 for (i = 0; i < array_end; i++) { in defrag_obstacle_array()
74 unglue_obstacle(lvl, &lvl->obstacle_list[array_end]); in defrag_obstacle_array()
77 memcpy(&lvl->obstacle_list[i], &lvl->obstacle_list[array_end], sizeof(obstacle)); in defrag_obstacle_array()
80 change_extensions(lvl, &lvl->obstacle_list[array_end], &lvl->obstacle_list[i]); in defrag_obstacle_array()
86 lvl->obstacle_list[array_end].type = -1; in defrag_obstacle_array()
90 array_end--; in defrag_obstacle_array()
91 } while (lvl->obstacle_list[array_end].type == -1 && array_end > i); in defrag_obstacle_array()
/dports/biology/lamarc/lamarc-2.1.8/boost/range/detail/
H A Dimplementation_help.hpp61 inline T* array_end( T BOOST_RANGE_ARRAY_REF()[sz], int ) in array_end() function
67 inline const T* array_end( const T BOOST_RANGE_ARRAY_REF()[sz], int ) in array_end() function
73 inline T* array_end( T BOOST_RANGE_ARRAY_REF()[sz], char_or_wchar_t_array_tag ) in array_end() function
79 inline const T* array_end( const T BOOST_RANGE_ARRAY_REF()[sz], char_or_wchar_t_array_tag ) in array_end() function
85 inline T* array_end( T BOOST_RANGE_ARRAY_REF()[sz] ) in array_end() function
91 return array_end<T,sz>( boost_range_array, tag() ); in array_end()
95 inline const T* array_end( const T BOOST_RANGE_ARRAY_REF()[sz] ) in array_end() function
101 return array_end<T,sz>( boost_range_array, tag() ); in array_end()
H A Dend.hpp76 return boost::range_detail::array_end( boost_range_array ); in fun()
94 return boost::range_detail::array_end( boost_range_array ); in fun()
104 return boost::range_detail::array_end( boost_range_array ); in fun()
/dports/games/edge/Edge-1.35-source/epi/
H A Darrays.h50 array_block_t *array_end; variable
65 array_end -= array_block_objsize; in DecrementCount()
71 array_end += array_block_objsize; in IncrementCount()
77 array_end = array + (array_block_objsize*array_entries); in SetCount()
96 void ZeroiseCount(void) { array_end = array; array_entries = 0; } in ZeroiseCount()
129 return ((parent->array + idx) >= parent->array_end)?false:true; in IsValid()
H A Darrays.cc35 array(NULL), array_end(NULL), array_entries(0), array_max_entries(0) in array_c()
68 void* p = (void*)array_end; in ExpandAtTail()
192 array_end = NULL; in Clear()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Ddump.exp221 set array_end [capture_value "/x &intarray\[32\]"]
231 make_dump_file "dump mem [set intarr2.bin] $array_start $array_end" \
237 make_dump_file "dump bin mem [set intarr2b.bin] $array_start $array_end" \
243 make_dump_file "dump srec mem [set intarr2.srec] $array_start $array_end" \
249 make_dump_file "dump ihex mem [set intarr2.ihex] $array_start $array_end" \
255 make_dump_file "dump tekhex mem [set intarr2.tekhex] $array_start $array_end" \
261 make_dump_file "dump verilog mem [set intarr2.verilog] $array_start $array_end" \
475 gdb_test "dump $format memory /tmp/non/existent/directory/file $array_start $array_end" \
/dports/devel/bear/Bear-3.0.17/source/intercept/test/libexec/
H A DArrayTest.cc26 TEST(array_end, dont_crash_on_nullptr) in TEST() argument
33 TEST(array_end, dont_crash_on_empty) in TEST() argument
40 TEST(array_end, works_on_strings) in TEST() argument
47 TEST(array_end, finds_the_last_one) in TEST() argument
/dports/net/astron/Astron-c8ba982/src/dclass/value/
H A Dformat.cpp239 size_t array_end = offset + length; in format() local
248 while(offset < array_end) { in format()
258 if(offset > array_end) { in format()
345 size_t array_end = offset + length; in format() local
353 while(offset < array_end) { in format()
363 if(offset > array_end) { in format()
412 size_t array_end = offset + length; in format() local
420 while(offset < array_end) { in format()
430 if(offset > array_end) { in format()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Ddump.exp157 set array_end [capture_value "/x &intarray\[32\]"]
164 make_dump_file "dump mem intarr2.bin $array_start $array_end" \
170 make_dump_file "dump bin mem intarr2b.bin $array_start $array_end" \
176 make_dump_file "dump srec mem intarr2.srec $array_start $array_end" \
182 make_dump_file "dump ihex mem intarr2.ihex $array_start $array_end" \
188 make_dump_file "dump tekhex mem intarr2.tekhex $array_start $array_end" \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Ddump.exp134 set array_end [capture_value "/x &intarray\[32\]"]
141 make_dump_file "dump mem intarr2.bin $array_start $array_end" \
147 make_dump_file "dump bin mem intarr2b.bin $array_start $array_end" \
153 make_dump_file "dump srec mem intarr2.srec $array_start $array_end" \
159 make_dump_file "dump ihex mem intarr2.ihex $array_start $array_end" \
165 make_dump_file "dump tekhex mem intarr2.tekhex $array_start $array_end" \
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Ddump.exp134 set array_end [capture_value "/x &intarray\[32\]"]
141 make_dump_file "dump mem intarr2.bin $array_start $array_end" \
147 make_dump_file "dump bin mem intarr2b.bin $array_start $array_end" \
153 make_dump_file "dump srec mem intarr2.srec $array_start $array_end" \
159 make_dump_file "dump ihex mem intarr2.ihex $array_start $array_end" \
165 make_dump_file "dump tekhex mem intarr2.tekhex $array_start $array_end" \
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Ddump.exp180 set array_end [capture_value "/x &intarray\[32\]"]
190 make_dump_file "dump mem intarr2.bin $array_start $array_end" \
196 make_dump_file "dump bin mem intarr2b.bin $array_start $array_end" \
202 make_dump_file "dump srec mem intarr2.srec $array_start $array_end" \
208 make_dump_file "dump ihex mem intarr2.ihex $array_start $array_end" \
214 make_dump_file "dump tekhex mem intarr2.tekhex $array_start $array_end" \
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dvectorutils.cc29 gboolean* const array_end(array + size); in create_bool_array() local
31 for (gboolean* pdest(array); pdest != array_end; ++pdest) in create_bool_array()
37 *array_end = false; in create_bool_array()
/dports/mail/alpine/alpine-465e23b/web/src/pubcookie/
H A Did_table.c76 unsigned long array_end,u; in id_table_init() local
80 array_end = range->end; in id_table_init()
83 if(r->end > array_end) array_end = r->end; in id_table_init()
85 if(t->array_start >= array_end) return -1; in id_table_init()
86 t->array_size = array_end + 1 - t->array_start; in id_table_init()
/dports/editors/pico-alpine/alpine-465e23b/web/src/pubcookie/
H A Did_table.c76 unsigned long array_end,u; in id_table_init() local
80 array_end = range->end; in id_table_init()
83 if(r->end > array_end) array_end = r->end; in id_table_init()
85 if(t->array_start >= array_end) return -1; in id_table_init()
86 t->array_size = array_end + 1 - t->array_start; in id_table_init()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C19 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
32 int* e = foo::array_end(i); in main()

12345678910>>...23