Searched refs:ARRAY (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/gcc/
H A Dopt-gather.awk24 function sort(ARRAY, ELEMENTS)
27 for (j = i; ARRAY[j-1] > ARRAY[j]; --j) {
28 temp = ARRAY[j]
29 ARRAY[j] = ARRAY[j-1]
30 ARRAY[j-1] = temp
H A Dgcov-io.h220 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
221 ((ARRAY)[0] = (char)((VALUE) >> 24), \
222 (ARRAY)[1] = (char)((VALUE) >> 16), \
223 (ARRAY)[2] = (char)((VALUE) >> 8), \
224 (ARRAY)[3] = (char)((VALUE) >> 0))
H A Drtl-iter.h120 /* Iterate over X and its subrtxes, in arbitrary order. Use ARRAY to
272 using subrtx_iterator::array ARRAY as the storage for the worklist.
273 ARRAY can be reused for multiple consecutive iterations but shouldn't
277 #define FOR_EACH_SUBRTX(ITER, ARRAY, X, TYPE) \
278 for (subrtx_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \
282 #define FOR_EACH_SUBRTX_VAR(ITER, ARRAY, X, TYPE) \
283 for (subrtx_var_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \
289 #define FOR_EACH_SUBRTX_PTR(ITER, ARRAY, X, TYPE) \
290 for (subrtx_ptr_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \
H A Dgengtype.h473 ARRAY, enumerator in enum:gty_token
H A Dgengtype-parse.c621 array_and_function_declarators_opt ARRAY
632 if (token () == ARRAY)
H A Dgengtype-lex.c1781 return ARRAY;
H A Dreload.c6327 #define CHECK_MODF(ARRAY) \
6328 gcc_assert (!(*reg_equivs)[check_regno].ARRAY \
6330 (*reg_equivs)[check_regno].ARRAY))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20030917-1.c2 typedef struct atbl ARRAY; typedef in typeref:struct:atbl
13 register ARRAY *ar;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvld1_lane.c65 ARRAY(buffer_src, int, 8, 8);
66 ARRAY(buffer_src, int, 16, 4);
67 ARRAY(buffer_src, int, 32, 2);
68 ARRAY(buffer_src, int, 64, 1);
69 ARRAY(buffer_src, uint, 8, 8);
70 ARRAY(buffer_src, uint, 16, 4);
71 ARRAY(buffer_src, uint, 32, 2);
72 ARRAY(buffer_src, uint, 64, 1);
73 ARRAY(buffer_src, poly, 8, 8);
74 ARRAY(buffer_sr
[all...]
H A Darm-neon-ref.h53 /* ARRAY(foo,int,16,4) -> int16_t foo_int16x4[4] */
54 #define ARRAY(V, T, W, N) VECT_VAR_DECL(V,T,W,N)[N] macro
125 static ARRAY(result, int, 8, 8);
126 static ARRAY(result, int, 16, 4);
127 static ARRAY(result, int, 32, 2);
128 static ARRAY(result, int, 64, 1);
129 static ARRAY(result, uint, 8, 8);
130 static ARRAY(result, uint, 16, 4);
131 static ARRAY(result, uint, 32, 2);
132 static ARRAY(resul
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.4.1.f9027 REAL ARRAY(10000) variable in program:A4
28 CALL SUB(ARRAY, 10000)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/tls/
H A Dtls-reload-1.c5 #define ARRAY(X) X##_array macro
8 __thread int ARRAY(X)[4]; \
12 if (!y || *y++ != &X || *y++ != &ARRAY(X)[3]) \
16 #define COPY(X) *y++ = &X; *y++ = &ARRAY(X)[3];
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash49.C15 class ARRAY { class
36 ARRAY<str_ptr> tags;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djavaop.def98 ARRAY:
156 JAVAOP (iaload, 46, ARRAY, INT, LOAD)
157 JAVAOP (laload, 47, ARRAY, LONG, LOAD)
158 JAVAOP (faload, 48, ARRAY, FLOAT, LOAD)
159 JAVAOP (daload, 49, ARRAY, DOUBLE, LOAD)
160 JAVAOP (aaload, 50, ARRAY, PTR, LOAD)
161 JAVAOP (baload, 51, ARRAY, BYTE, LOAD)
162 JAVAOP (caload, 52, ARRAY, CHAR, LOAD)
163 JAVAOP (saload, 53, ARRAY, SHORT, LOAD)
189 JAVAOP (iastore, 79, ARRAY, IN
[all...]
H A Djcf-dump.c993 #define ARRAY(OPERAND_TYPE, SUBOP) \ macro
995 /* Handle sub-categories of ARRAY opcodes. */
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dm128-check.h113 #define CHECK_ARRAY(ARRAY, TYPE, FMT) \
116 checkV##ARRAY (const TYPE *v, const TYPE *e, int n) \
142 #define CHECK_FP_ARRAY(ARRAY, TYPE, ESP, FMT) \
145 checkV##ARRAY (const TYPE *v, const TYPE *e, int n) \
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug387.go14 esc(N) tc(1) used(1) ARRAY-[2]string
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dparse.h22 ABSOLUTE, ACCESS, AFTER, ALL, ALLOCATE, AND, ANDIF, ARRAY, enumerator in enum:terminal
H A Dactions.c1350 #define BITARRAY_TEST(ARRAY, INDEX) \
1351 ((ARRAY)[(unsigned)(INDEX) / HOST_BITS_PER_CHAR]\
1353 #define BITARRAY_SET(ARRAY, INDEX) \
1354 ((ARRAY)[(unsigned)(INDEX) / HOST_BITS_PER_CHAR]\
H A Dhash.h238 {"ARRAY", ARRAY, NORID, RESERVED},
337 {"array", ARRAY, NORID, RESERVED},
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-crx.c1520 #define GET_CURRENT_DATA(FUNC, ARRAY) \
1522 ARRAY[i] = FUNC (instruction->operands[i].op_type)
/haiku-buildtools/binutils/gas/config/
H A Dtc-crx.c1477 #define GET_CURRENT_DATA(FUNC, ARRAY) \
1479 ARRAY[i] = FUNC (instruction->operands[i].op_type)
H A Dtc-cr16.c2229 #define GET_CURRENT_DATA(FUNC, ARRAY) \
2231 ARRAY[i] = FUNC (instruction->operands[i].op_type)
/haiku-buildtools/legacy/gcc/gcc/
H A Dstmt.c4746 #define BITARRAY_TEST(ARRAY, INDEX) \
4747 ((ARRAY)[(unsigned) (INDEX) / HOST_BITS_PER_CHAR]\
4749 #define BITARRAY_SET(ARRAY, INDEX) \
4750 ((ARRAY)[(unsigned) (INDEX) / HOST_BITS_PER_CHAR]\
/haiku-buildtools/gcc/gcc/java/
H A Djcf-dump.c1566 #define ARRAY(OPERAND_TYPE, SUBOP) \
1568 /* Handle sub-categories of ARRAY opcodes. */
1562 #define ARRAY macro

Completed in 887 milliseconds

12