| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mips-formats.h | 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \ argument 24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \ 29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ argument 30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX) 32 #define UINT(SIZE, LSB) \ argument 33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false) 35 #define SINT(SIZE, LSB) \ argument 36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false) 38 #define HINT(SIZE, LSB) \ argument 39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true) [all …]
|
| H A D | h8300-dis.c | 79 switch (looking_for & SIZE) in extract_immediate() 131 if ((looking_for & SIZE) == L_16) in extract_immediate() 182 if ((x & SIZE) == L_3 || (x & SIZE) == L_3NZ) in print_one_arg() 198 switch (x & SIZE) in print_one_arg() 215 switch (x & SIZE) in print_one_arg() 263 if ((x & SIZE) == L_16 || in print_one_arg() 264 (x & SIZE) == L_16U) in print_one_arg() 472 switch (looking_for & SIZE) in bfd_h8_disassemble() 527 else if ((looking_for & SIZE) == L_5) in bfd_h8_disassemble() 532 else if ((looking_for & SIZE) == L_4) in bfd_h8_disassemble() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mips-formats.h | 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \ argument 24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \ 29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ argument 30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX) 32 #define UINT(SIZE, LSB) \ argument 33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false) 35 #define SINT(SIZE, LSB) \ argument 36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false) 38 #define HINT(SIZE, LSB) \ argument 39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true) [all …]
|
| H A D | h8300-dis.c | 79 switch (looking_for & SIZE) in extract_immediate() 131 if ((looking_for & SIZE) == L_16) in extract_immediate() 182 if ((x & SIZE) == L_3 || (x & SIZE) == L_3NZ) in print_one_arg() 198 switch (x & SIZE) in print_one_arg() 215 switch (x & SIZE) in print_one_arg() 263 if ((x & SIZE) == L_16 || in print_one_arg() 264 (x & SIZE) == L_16U) in print_one_arg() 472 switch (looking_for & SIZE) in bfd_h8_disassemble() 527 else if ((looking_for & SIZE) == L_5) in bfd_h8_disassemble() 532 else if ((looking_for & SIZE) == L_4) in bfd_h8_disassemble() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testdata/padding.tdir/ |
| H A D | padding.msgsizes | 1 ;; MSG SIZE rcvd: 128 2 ;; MSG SIZE rcvd: 468 3 ;; MSG SIZE rcvd: 128 4 ;; MSG SIZE rcvd: 936 5 ;; MSG SIZE rcvd: 128 6 ;; MSG SIZE rcvd: 60 7 ;; MSG SIZE rcvd: 128 8 ;; MSG SIZE rcvd: 502 9 ;; MSG SIZE rcvd: 44 10 ;; MSG SIZE rcvd: 60 [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
| H A D | t-scan.c | 28 #define SIZE ((mp_size_t) 3) macro 29 mp_limb_t x[SIZE+1]; 36 x[SIZE] = 1; in check() 37 for (i = 0; i < SIZE*GMP_NUMB_BITS; i++) in check() 47 mpn_trace (" x ", x, SIZE); in check() 52 x[SIZE] = 0; in check() 53 for (i = 0; i < SIZE*GMP_NUMB_BITS; i++) in check() 63 mpn_trace (" x ", x, SIZE); in check() 75 refmpn_zero (x, SIZE); in check_twobits() 79 refmpn_zero (x, SIZE); in check_twobits() [all …]
|
| H A D | t-iord_u.c | 32 #define SIZE ((mp_size_t) 10) macro 57 const mp_limb_t src[SIZE]; in check_incr_data() 58 const mp_limb_t want[SIZE]; in check_incr_data() 102 mp_limb_t got[SIZE]; in check_incr_data() 107 refmpn_copyi (got, data[i].src, SIZE); in check_incr_data() 108 MPN_INCR_U (got, SIZE, data[i].n); in check_incr_data() 111 got, data[i].want, SIZE); in check_incr_data() 115 refmpn_copyi (got, data[i].src, SIZE); in check_incr_data() 116 MPN_INCR_U (got, SIZE, CNST_LIMB(1)); in check_incr_data() 119 got, data[i].want, SIZE); in check_incr_data() [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpq/ |
| H A D | t-cmp.c | 45 #ifndef SIZE 46 #define SIZE 8 /* increasing this lowers the probability of finding an error */ macro 68 size = urandom () % SIZE - SIZE/2; in main() 72 size = urandom () % SIZE - SIZE/2; in main() 77 size = urandom () % SIZE - SIZE/2; in main() 81 size = urandom () % SIZE - SIZE/2; in main()
|
| H A D | t-get_d.c | 27 #ifndef SIZE 28 #define SIZE 8 macro 33 #if defined (__vax) || defined (__vax__) && SIZE > 4 34 #undef SIZE 35 #define SIZE 4 macro 38 #define EPSIZE SIZE 67 size = urandom () % SIZE - SIZE/2; in check_monotonic() 71 size = urandom () % SIZE - SIZE/2; in check_monotonic()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | xcoff.h | 214 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument 215 fprintf (FILE, "%s" HOST_WIDE_INT_PRINT_UNSIGNED"\n", SKIP_ASM_OP, (SIZE)) 232 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ argument 237 (SIZE), xcoff_bss_section_name, \ 240 else if ((SIZE) > 4) \ 242 (SIZE), xcoff_bss_section_name); \ 245 (SIZE), xcoff_bss_section_name); \ 249 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument 253 (TARGET_32BIT ? (SIZE) : (ROUNDED)), \ 258 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \ argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.lifetime/ |
| H A D | large_aggregate_destroy_21097.d | 6 enum SIZE = 10_000_000; // 10 MB should exhaust the stack on most if not all test systems. variable 14 int[SIZE/2] a1; in test_largestruct() 16 int[SIZE/2] a2; in test_largestruct() 30 int[SIZE/2] a1; in test_largestruct_w_opassign() 32 int[SIZE/2] a2; in test_largestruct_w_opassign() 49 static NonZero[SIZE] s = void; in test_largearray() 51 assert(s[SIZE/2] == NonZero.init); in test_largearray() 63 static NonZeroWithOpAssign[SIZE] s = void; in test_largearray_w_opassign() 65 assert(s[SIZE/2] == NonZeroWithOpAssign.init); in test_largearray_w_opassign()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | unknown-elf.h | 58 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument 70 ASM_OUTPUT_SKIP (FILE, SIZE ? (int)(SIZE) : 1); \ 75 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \ argument 85 fprintf (FILE, "\t.space\t%d\n", SIZE ? (int) SIZE : 1); \ 87 NAME, SIZE ? (int) SIZE : 1); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | unknown-elf.h | 58 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument 70 ASM_OUTPUT_SKIP (FILE, SIZE ? (int)(SIZE) : 1); \ 75 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \ argument 85 fprintf (FILE, "\t.space\t%d\n", SIZE ? (int) SIZE : 1); \ 87 NAME, SIZE ? (int) SIZE : 1); \
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| H A D | atomic.c | 26 #define __SYNC_SUBWORD_COMPARE_AND_SWAP(TYPE, SIZE) \ argument 29 __sync_val_compare_and_swap_##SIZE (TYPE *ptr, TYPE oldval, TYPE newval) \ 31 unsigned int valmask = (1 << (SIZE * 8)) - 1; \ 52 __sync_bool_compare_and_swap_##SIZE (TYPE *ptr, TYPE oldval, TYPE newval) \ 54 return __sync_val_compare_and_swap_##SIZE (ptr, oldval, newval) == oldval; \ 61 #define __ATOMIC_COMPARE_EXCHANGE(TYPE,SIZE) \ argument 63 __atomic_compare_exchange_##SIZE (TYPE *ptr, TYPE *expected, \ 67 unsigned int valmask = (1 << (SIZE * 8)) - 1; \
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpf/ |
| H A D | t-add.c | 26 #ifndef SIZE 27 #define SIZE 16 macro 66 size = urandom () % (2 * SIZE) - SIZE; in main() 67 exp = urandom () % SIZE; in main() 70 size = urandom () % (2 * SIZE) - SIZE; in main() 71 exp = urandom () % SIZE; in main()
|
| H A D | t-muldiv.c | 26 #ifndef SIZE 27 #define SIZE 16 macro 38 mp_size_t bprec = SIZE * GMP_LIMB_BITS; in main() 77 size = urandom () % (2 * SIZE) - SIZE; in main() 78 exp = urandom () % SIZE; in main() 90 size = urandom () % (2 * SIZE) - SIZE; in main() 91 exp = urandom () % SIZE; in main()
|
| /netbsd-src/tests/lib/libc/locale/ |
| H A D | t_mbstowcs.c | 73 #define SIZE 256 macro 163 wchar_t wbuf[SIZE]; in ATF_TC_BODY() 164 char buf[SIZE]; in ATF_TC_BODY() 165 char visbuf[SIZE]; in ATF_TC_BODY() 178 REQUIRE_ERRNO((ssize_t)mbstowcs(wbuf, t->data, SIZE-1), -1); in ATF_TC_BODY() 179 REQUIRE_ERRNO((ssize_t)wcstombs(buf, wbuf, SIZE-1), -1); in ATF_TC_BODY() 203 if (wcswidth(wbuf, SIZE-1) != t->width) { in ATF_TC_BODY() 206 (void)printf(" got : %d\n", wcswidth(wbuf, SIZE-1)); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | bsd.h | 48 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument 49 fprintf (FILE, "\t.space " HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)) 56 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument 64 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument 70 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNMENT) \ argument 73 fprintf ((FILE), ",%u,%u\n", (int)(SIZE), (int)(ALIGNMENT) / BITS_PER_UNIT))
|
| H A D | x86-64.h | 55 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument 56 x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN) 59 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(FILE, DECL, NAME, SIZE, ALIGN) \ argument 60 x86_elf_aligned_decl_common (FILE, DECL, NAME, SIZE, ALIGN); 63 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \ argument 69 ASM_OUTPUT_ALIGNED_DECL_COMMON (FILE, DECL, NAME, SIZE, ALIGN); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | bsd.h | 48 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument 49 fprintf (FILE, "\t.space " HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)) 56 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument 64 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument 70 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNMENT) \ argument 73 fprintf ((FILE), ",%u,%u\n", (int)(SIZE), (int)(ALIGNMENT) / BITS_PER_UNIT))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| H A D | elf.h | 67 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ argument 69 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \ 75 ASM_OUTPUT_SIZE_DIRECTIVE (FILE, NAME, SIZE); \ 78 ASM_OUTPUT_SKIP((FILE), (SIZE) ? (SIZE) : 1); \ 85 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument 87 ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| H A D | elf.h | 67 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ argument 69 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \ 75 ASM_OUTPUT_SIZE_DIRECTIVE (FILE, NAME, SIZE); \ 78 ASM_OUTPUT_SKIP((FILE), (SIZE) ? (SIZE) : 1); \ 85 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument 87 ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | isnan.c | 48 # define SIZE SIZEOF_LDBL macro 60 # define SIZE SIZEOF_DBL macro 72 # define SIZE SIZEOF_FLT macro 160 return (memcmp (&m.value, &plus_inf, SIZE) != 0 in FUNC() 161 && memcmp (&m.value, &minus_inf, SIZE) != 0); in FUNC() 177 memset (&m1.value, 0, SIZE); in FUNC() 178 memset (&m2.value, 0, SIZE); in FUNC() 181 if (memcmp (&m1.value, &m2.value, SIZE) != 0) in FUNC()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| H A D | m68kelf.h | 117 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument 120 fprintf ((FILE), ",%u\n", (int)(SIZE))) 122 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument 125 fprintf ((FILE), ",%u\n", (int)(SIZE))) 150 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument 151 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| H A D | m68kelf.h | 117 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument 120 fprintf ((FILE), ",%u\n", (int)(SIZE))) 122 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument 125 fprintf ((FILE), ",%u\n", (int)(SIZE))) 150 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument 151 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
|