Searched refs:LEN (Results 1 - 25 of 93) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/visium/
H A Dblock_move.c6 #define LEN 256 macro
10 int dst[LEN], src[LEN];
13 __builtin_memset (src, 0, LEN * sizeof (int));
14 __builtin_memcpy (dst, src, LEN * sizeof (int));
15 if (__builtin_memcmp (dst, src, LEN * sizeof (int)) != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dvec-shr.c7 #define LEN 30 macro
8 complex c[LEN];
9 double d[LEN];
26 for (i = 0; i < LEN; i++)
28 foo (c, d, LEN);
29 for (i=0;i<LEN;i++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr48702.c5 #define LEN 4 macro
7 static inline void unpack(int array[LEN])
11 for (ii = 0; ii < LEN; ii++) {
17 static inline int pack(int array[LEN])
21 for (ii = LEN-1; ii >= 0; ii--) {
31 int array[LEN];
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dmemset-inline-4.c9 #define LEN (100) macro
10 int a[LEN];
11 int b[LEN];
12 int c[LEN];
H A Dmemset-inline-6.c9 #define LEN (100) macro
10 int a[LEN];
11 int b[LEN];
12 int c[LEN];
H A Dmemset-inline-5.c9 #define LEN (100) macro
10 int a[LEN];
11 int b[LEN];
12 int c[LEN];
13 int d[LEN];
H A Dmemset-inline-1.c7 #define LEN (100) macro
8 short a[LEN];
H A Dmemset-inline-2.c7 #define LEN (100) macro
8 short a[LEN];
H A Dmemset-inline-3.c7 #define LEN (100) macro
8 short a[LEN];
H A Dmemset-inline-8.c9 #define LEN (100) macro
10 short a[LEN];
H A Dmemset-inline-9.c9 #define LEN (100) macro
10 short a[LEN];
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Diris4.h37 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \
41 for (i = 0, s = (unsigned char *)(PTR); i < (LEN); s++, i++) \
H A Dmips-5.h35 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \
39 for (i = 0, s = (unsigned char *)(PTR); i < (LEN); s++, i++) \
H A Dbsd-5.h56 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \
60 for (i = 0, s = (unsigned char *)(PTR); i < (LEN); s++, i++) \
H A Dsvr3-5.h78 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \
82 for (i = 0, s = (unsigned char *)(PTR); i < (LEN); s++, i++) \
H A Dsvr4-5.h81 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \
85 for (i = 0, s = (unsigned char *)(PTR); i < (LEN); s++, i++) \
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-crx.h63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \
64 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
65 LEN == 1 ? BFD_RELOC_CRX_NUM8 \
66 : LEN == 2 ? BFD_RELOC_CRX_NUM16 \
67 : LEN == 4 ? BFD_RELOC_CRX_NUM32 \
H A Dtc-alpha.h76 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \
77 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \
78 LEN == 2 ? BFD_RELOC_16 \
79 : LEN == 4 ? BFD_RELOC_32 \
80 : LEN == 8 ? BFD_RELOC_64 \
/haiku-buildtools/binutils/gas/config/
H A Dtc-crx.h63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
66 LEN == 1 ? BFD_RELOC_CRX_NUM8 \
67 : LEN == 2 ? BFD_RELOC_CRX_NUM16 \
68 : LEN == 4 ? BFD_RELOC_CRX_NUM32 \
/haiku-buildtools/binutils/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
/haiku-buildtools/gcc/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon2302
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx-vzeroupper-1.c8 #define LEN 16 macro
10 #define LEN 8 macro
18 char reg_save[LEN][32];
49 for (i = 0; i < LEN; i++)
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon1149
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE

Completed in 206 milliseconds

1234