Searched refs:array2 (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dvla-sub.f9020 subroutine foo (array1, array2)
22 real :: array2 (:, :, :) local in subroutine:foo
27 array2(:,:,:) = 6 ! array1-filled
28 array2(:,:,:) = 3
29 array2(1,1,1) = 30
30 array2(3,3,3) = 90 ! array2-almost-filled
33 subroutine bar (array1, array2)
35 integer :: array2 (4:9, 10:*) local in subroutine:bar
40 array2(
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dvla-sub.f9020 subroutine foo (array1, array2)
22 real :: array2 (:, :, :) local in subroutine:foo
27 array2(:,:,:) = 6 ! array1-filled
28 array2(:,:,:) = 3
29 array2(1,1,1) = 30
30 array2(3,3,3) = 90 ! array2-almost-filled
33 subroutine bar (array1, array2)
35 integer :: array2 (4:9, 10:*) local in subroutine:bar
40 array2(
[all...]
H A Dassumedrank.f9024 REAL :: array2(1, 2) variable in program:arank
30 array2 = 2.0
36 call test_rank (array2)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc62 uptr array2[] = {1, 2, 3, 4, 8, 9}; local
63 StackTrace s2(array2, ARRAY_SIZE(array2));
70 uptr array2[] = {7, 1, 3, 0}; local
75 StackTrace s2(array2, ARRAY_SIZE(array2));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-op-call.S22 array2: .2byte 2 label
73 .ascii "array2\0" /* DW_AT_name */
79 .uleb128 array2-array1 /* <uconst> */
H A Dcount.exp67 {name array2}
117 gdb_test "ptype array2" "type = char \\\[1\\\]"
118 gdb_test "whatis array2" "type = char \\\[1\\\]"
119 gdb_test "print array2" " = \"A\""
120 gdb_test "print sizeof array2" " = 1"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-op-call.S22 array2: .2byte 2 label
73 .ascii "array2\0" /* DW_AT_name */
79 .uleb128 array2-array1 /* <uconst> */
H A Dcount.exp103 {name array2}
158 gdb_test "ptype array2" "type = char \\\[1\\\]"
159 gdb_test "whatis array2" "type = char \\\[1\\\]"
160 gdb_test "print array2" " = \"A\""
161 gdb_test "print sizeof array2" " = 1"
/netbsd-current/common/lib/libprop/
H A Dprop_array.c208 prop_array_t array2 = v2; local
212 if (array1 == array2)
220 if ((uintptr_t)array1 < (uintptr_t)array2) {
222 _PROP_RWLOCK_RDLOCK(array2->pa_rwlock);
224 _PROP_RWLOCK_RDLOCK(array2->pa_rwlock);
229 if (array1->pa_count != array2->pa_count)
241 *next_obj2 = array2->pa_array[idx];
247 _PROP_RWLOCK_UNLOCK(array2->pa_rwlock);
728 prop_array_equals(prop_array_t array1, prop_array_t array2) argument
730 if (!prop_object_is_array(array1) || !prop_object_is_array(array2))
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c82 unsigned char array2[1]; member in struct:some_arrays
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c82 unsigned char array2[1]; member in struct:some_arrays
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dvar-cmd.c127 int array2[] = {4,5,6}; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dvar-cmd.c127 int array2[] = {4,5,6}; variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dddg.c372 subrtx_iterator::array_type array2;
377 FOR_EACH_SUBRTX (iter2, array2, PATTERN (insn2), NONCONST)
371 subrtx_iterator::array_type array2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dddg.cc372 subrtx_iterator::array_type array2;
377 FOR_EACH_SUBRTX (iter2, array2, PATTERN (insn2), NONCONST)
371 subrtx_iterator::array_type array2; local
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d5935 ptrdiff_t arrayPtrDiff(T)(const T[] array1, const T[] array2)
5937 return array1.ptr - array2.ptr;

Completed in 173 milliseconds