Searched refs:SIZE (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/openbsd-current/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) {
7 Array<SIZE> result;
11 template<unsigned long SIZE>
12 Array<SIZE + 1> test_error(const Array<SIZE>& a) {
13 Array<SIZE + 1> result;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960419-2.c1 #define SIZE 8 macro
5 int a[SIZE] = {1};
8 for (i = 1; i < SIZE; i++)
/openbsd-current/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++)
17 k = rand() % (SIZE*2);
/openbsd-current/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];
21 bzero (a, SIZE * 4);
24 memtst (a, SIZE);
H A Dstuct.c2 #define SIZE STACK_SIZE / 8 macro
4 #define SIZE 10000000 macro
10 int arr[SIZE];
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Diris3.h49 #define STACK_ARGS_ADJUST(SIZE) \
51 SIZE.constant += 4; \
52 if (SIZE.constant < 32) \
53 SIZE.constant = 32; \
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dcoff.h50 that says to advance the location counter by SIZE bytes. */
52 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
53 fprintf ((FILE), "\t.space %d\n", (int)(SIZE))
58 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
61 fprintf ((FILE), ",%d\n", (int)(SIZE)))
66 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
69 fprintf ((FILE), ",%d\n", (int)(SIZE)))
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dm68k-aout.h32 NAME whose size is SIZE bytes. The variable ROUNDED
37 #define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \
38 asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
H A Dcoff.h81 NAME whose size is SIZE bytes and alignment is ALIGN bytes.
84 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
85 asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
H A Dm68kelf.h147 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
148 fprintf (FILE, "%s%u\n", SPACE_ASM_OP, (int)(SIZE))
194 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
197 fprintf ((FILE), ",%u\n", (int)(SIZE)))
199 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
202 fprintf ((FILE), ",%u\n", (int)(SIZE)))
242 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
243 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k-aout.h38 NAME whose size is SIZE bytes. The variable ROUNDED
43 #define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \
44 asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
H A Dcoff.h102 NAME whose size is SIZE bytes and alignment is ALIGN bytes.
105 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
106 asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
/openbsd-current/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++)
15 for (i=0;i<=SIZE;i++) {
18 for (k=i+prime;k<=SIZE;k+=prime)
/openbsd-current/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;
27 for (i=0; i < SIZE; i++)
29 for (j=0; j < SIZE; j++)
35 for (i=0; i < SIZE; i++)
38 for (j=0; j < SIZE; j++)
51 for (i=0; i < SIZE;
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dcoff.h58 that says to advance the location counter by SIZE bytes. */
60 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
61 fprintf ((FILE), "\t.space %d\n", (SIZE))
66 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
69 fprintf ((FILE), ",%d\n", (SIZE)))
74 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
77 fprintf ((FILE), ",%d\n", (SIZE)))
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dbsd.h48 that says to advance the location counter by SIZE bytes. */
50 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
51 fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
H A Datt.h37 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \
39 { size_t i = 0, limit = (SIZE); \
59 that says to advance the location counter by SIZE bytes. */
61 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
62 fprintf ((FILE), "\t.set .,.+%u\n", (int)(SIZE))
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa-pro-end.h59 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
60 pa_asm_output_aligned_common (FILE, NAME, SIZE, ALIGN)
63 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \
64 pa_asm_output_aligned_local (FILE, NAME, SIZE, ALIGN)
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin9.h5 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
7 unsigned HOST_WIDE_INT _new_size = (SIZE); \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dbsd.h55 that says to advance the location counter by SIZE bytes. */
57 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
58 fprintf (FILE, "\t.space %u\n", (SIZE))
66 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
74 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa-pro-end.h60 with size SIZE (in bytes) and alignment ALIGN (in bits). */
63 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNED) \
67 fprintf ((FILE), "%d\n", MAX ((SIZE), ((ALIGNED) / BITS_PER_UNIT)));}
70 with size SIZE (in bytes) and alignment ALIGN (in bits). */
73 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \
77 fprintf ((FILE), "\n\t.block %d\n", (SIZE));}
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunknown-elf.h57 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
69 ASM_OUTPUT_SKIP (FILE, SIZE ? (int)(SIZE) : 1); \
74 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \
84 fprintf (FILE, "\t.space\t%d\n", SIZE ? (int)(SIZE) : 1); \
H A Daout.h257 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \
263 (int)(ROUNDED), (int)(SIZE)); \
273 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
279 fprintf (STREAM, "\t.space\t%d\n", (int)(SIZE)); \
286 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
287 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dunknown-elf.h56 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
70 ASM_OUTPUT_SKIP (FILE, SIZE ? SIZE : 1); \
75 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \
85 fprintf (FILE, "\t.space\t%d\n", SIZE ? SIZE : 1); \
/openbsd-current/games/hack/
H A Dhack.timeout.c74 for(upp = u.uprops; upp < u.uprops+SIZE(u.uprops); upp++)
122 if(i > 0 && i <= SIZE(stoned_texts))
123 pline("%s", stoned_texts[SIZE(stoned_texts) - i]);

Completed in 194 milliseconds

1234567891011>>