Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Domp_matvec.c16 #define SIZE 10 macro
22 float A[SIZE][SIZE], b[SIZE], c[SIZE], total; in main()
27 for (i=0; i < SIZE; i++) in main()
29 for (j=0; j < SIZE; j++) in main()
35 for (i=0; i < SIZE; i++) in main()
38 for (j=0; j < SIZE; j++) in main()
51 for (i=0; i < SIZE; i++) in main()
53 for (j=0; j < SIZE; j++) in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb97.C2 template<unsigned long SIZE>
5 template<unsigned long SIZE>
6 Array<SIZE> test_ok(const Array<SIZE>& a) { in test_ok()
7 Array<SIZE> result; in test_ok()
11 template<unsigned long SIZE>
12 Array<SIZE + 1> test_error(const Array<SIZE>& a) { in test_error()
13 Array<SIZE + 1> result; in test_error()
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dmkcheck.in186 SIZE) SIZE=$(size -B $EXENAME | tail -1 | awk '{print $4}') ;;
200 SIZE) SIZE=$(size -X32_64 $EXENAME | awk '{print $12}') ;;
210 SIZE) SIZE=$(size $EXENAME | awk '{print $7}') ;;
220 SIZE) SIZE=$(size -4 $EXENAME | awk '{print $7}') ;;
230 SIZE) SIZE=$(size $EXENAME | awk '{print $7}') ;;
241 SIZE) SIZE=0 ;;
334 size_command SIZE
371 SIZE="0"
391 "$RESULT" $C_TIME $E_TIME $TEXT $DATA $SIZE $NAME >> $RESULTS_FILE
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dcoff.h52 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
53 fprintf ((FILE), "\t.space %d\n", (int)(SIZE))
58 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument
61 fprintf ((FILE), ",%d\n", (int)(SIZE)))
66 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument
69 fprintf ((FILE), ",%d\n", (int)(SIZE)))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dcoff.h60 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
61 fprintf ((FILE), "\t.space %d\n", (SIZE))
66 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument
69 fprintf ((FILE), ",%d\n", (SIZE)))
74 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument
77 fprintf ((FILE), ",%d\n", (SIZE)))
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dm68kelf.h147 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
148 fprintf (FILE, "%s%u\n", SPACE_ASM_OP, (int)(SIZE))
194 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument
197 fprintf ((FILE), ",%u\n", (int)(SIZE)))
199 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument
202 fprintf ((FILE), ",%u\n", (int)(SIZE)))
242 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
243 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dmemtst.c2 #define SIZE STACK_SIZE / 8 macro
4 #define SIZE 65536 macro
19 int a[SIZE]; in main()
21 bzero (a, SIZE * 4); in main()
24 memtst (a, SIZE); in main()
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dfail33-frag.c3 #define SIZE 16 macro
5 char b[SIZE];
6 char a[SIZE];
15 for (i=0; i<SIZE*2; i++) in main()
17 k = rand() % (SIZE*2); in main()
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.h138 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) optimization_options(LEVEL, SIZE) argument
600 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) 0 argument
785 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ argument
786 ( (SIZE) == 1 || (SIZE) == 2 || (SIZE) == 4 \
787 || (TARGET_64BIT && (SIZE) == 8) )
790 #define CLEAR_BY_PIECES_P(SIZE, ALIGN) \ argument
791 ( (SIZE) == 1 || (SIZE) == 2 || (SIZE) == 4 \
792 || (TARGET_64BIT && (SIZE) == 8) )
797 #define STORE_BY_PIECES_P(SIZE, ALIGN) MOVE_BY_PIECES_P (SIZE, ALIGN) argument
842 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68kelf.h169 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
170 fprintf (FILE, "%s%u\n", SPACE_ASM_OP, (SIZE))
229 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument
232 fprintf ((FILE), ",%u\n", (SIZE)))
234 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument
237 fprintf ((FILE), ",%u\n", (SIZE)))
279 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
280 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dlib1funcs.asm62 #define SIZE 32 macro
73 #define SIZE 32 macro
84 #define SIZE 64 macro
95 #define SIZE 64 macro
106 #define SIZE 32 macro
117 #define SIZE 32 macro
128 #define SIZE 64 macro
139 #define SIZE 64 macro
204 #if SIZE == 32
308 #if TYPE == UNSIGNED && SIZE == 32
H A Delf.h83 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ argument
84 fprintf (FILE, "%s%u\n", SKIP_ASM_OP, (SIZE))
126 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ argument
130 fprintf ((FILE), ",%u,%u\n", (SIZE), (ALIGN) / BITS_PER_UNIT); \
139 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ argument
141 if ((SIZE) <= g_switch_value) \
147 ASM_OUTPUT_SIZE_DIRECTIVE (FILE, NAME, SIZE); \
150 ASM_OUTPUT_SKIP((FILE), (SIZE) ? (SIZE) : 1); \
157 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
160 ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dlib1funcs.asm62 #define SIZE 32 macro
73 #define SIZE 32 macro
84 #define SIZE 64 macro
95 #define SIZE 64 macro
106 #define SIZE 32 macro
117 #define SIZE 32 macro
128 #define SIZE 64 macro
139 #define SIZE 64 macro
204 #if SIZE == 32
308 #if TYPE == UNSIGNED && SIZE == 32
H A Delf.h67 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ argument
68 fprintf (FILE, "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n", SKIP_ASM_OP, (SIZE))
110 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ argument
114 fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n", (SIZE), (ALIGN) / BITS_PER_UNIT); \
123 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ argument
125 if ((SIZE) <= g_switch_value) \
131 ASM_OUTPUT_SIZE_DIRECTIVE (FILE, NAME, SIZE); \
134 ASM_OUTPUT_SKIP((FILE), (SIZE) ? (SIZE) : 1); \
141 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
143 ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dunknown-elf.h57 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
69 ASM_OUTPUT_SKIP (FILE, SIZE ? (int)(SIZE) : 1); \
74 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \ argument
84 fprintf (FILE, "\t.space\t%d\n", SIZE ? (int)(SIZE) : 1); \
H A Daout.h257 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \ argument
263 (int)(ROUNDED), (int)(SIZE)); \
273 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \ argument
279 fprintf (STREAM, "\t.space\t%d\n", (int)(SIZE)); \
286 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \ argument
287 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Dunknown-elf.h56 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
70 ASM_OUTPUT_SKIP (FILE, SIZE ? SIZE : 1); \
75 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \ argument
85 fprintf (FILE, "\t.space\t%d\n", SIZE ? SIZE : 1); \
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dsieve.c4 #define SIZE 8190 macro
6 char flags[SIZE+1];
13 for (i=0;i<=SIZE;i++) in main()
15 for (i=0;i<=SIZE;i++) { in main()
18 for (k=i+prime;k<=SIZE;k+=prime) in main()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dxcoff.h227 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
228 fprintf (FILE, "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n", SKIP_ASM_OP, (SIZE))
235 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ argument
239 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", (SIZE), \
241 else if ((SIZE) > 4) \
242 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",3\n", (SIZE)); \
244 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)); \
255 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument
259 (TARGET_32BIT ? (SIZE) : (ROUNDED)), \
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/aarch64/
H A Dlse.S41 #if SIZE == 1
45 #elif SIZE == 2
49 #elif SIZE == 4 || SIZE == 8 || SIZE == 16
52 #if SIZE == 4
54 #elif SIZE == 8
92 #if SIZE < 8
98 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF)
122 #if SIZE < 16
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Diris3.h49 #define STACK_ARGS_ADJUST(SIZE) \ argument
51 SIZE.constant += 4; \
52 if (SIZE.constant < 32) \
53 SIZE.constant = 32; \
/openbsd-src/gnu/llvm/llvm/docs/_static/
H A DLoopOptWG_invite.ics35SIZE="4" COLOR="#666666" FACE="arial">When it's time, join the Webex meeting here.</FONT>\n </…
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.h90 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) optimization_options(LEVEL, SIZE) argument
583 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) 0 argument
892 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ argument
893 ( (SIZE) == 1 || (SIZE) == 2 || (SIZE) == 4 \
894 || (TARGET_64BIT && (SIZE) == 8) )
897 #define CLEAR_BY_PIECES_P(SIZE, ALIGN) \ argument
898 ( (SIZE) == 1 || (SIZE) == 2 || (SIZE) == 4 \
899 || (TARGET_64BIT && (SIZE) == 8) )
944 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
945 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8300-dis.c96 switch (looking_for & SIZE) in extract_immediate()
148 if ((looking_for & SIZE) == L_16) in extract_immediate()
198 if ((x & SIZE) == L_3 || (x & SIZE) == L_3NZ) in print_one_arg()
214 switch (x & SIZE) in print_one_arg()
231 switch (x & SIZE) in print_one_arg()
279 if ((x & SIZE) == L_16 || in print_one_arg()
280 (x & SIZE) == L_16U) in print_one_arg()
516 else if ((looking_for & SIZE) == L_5) in bfd_h8_disassemble()
521 else if ((looking_for & SIZE) == L_4) in bfd_h8_disassemble()
526 else if ((looking_for & SIZE) == L_16 in bfd_h8_disassemble()
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dh8300-dis.c108 switch (looking_for & SIZE)
158 if ((looking_for & SIZE) == L_16)
206 if ((x & SIZE) == L_3 ||
207 (x & SIZE) == L_3NZ)
230 switch (x & SIZE)
247 switch (x & SIZE)
302 if ((x & SIZE) == L_16 ||
303 (x & SIZE) == L_16U)
552 else if ((looking_for & SIZE) == L_5)
557 else if ((looking_for & SIZE) == L_4)
[all …]

12345678910>>...17