/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms.h | 35 if (POINTER_SIZE == 64) \ 59 #undef POINTER_SIZE 60 #define POINTER_SIZE (flag_vms_pointer_size == VMS_POINTER_SIZE_NONE ? 32 : 64) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms.h | 35 if (POINTER_SIZE == 64) \ 59 #undef POINTER_SIZE 60 #define POINTER_SIZE (flag_vms_pointer_size == VMS_POINTER_SIZE_NONE ? 32 : 64) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.h | 118 #define POINTER_SIZE (riscv_abi >= ABI_LP64 ? 64 : 32) macro 119 #define LONG_TYPE_SIZE POINTER_SIZE 584 : (TRAMPOLINE_CODE_SIZE + POINTER_SIZE * 2)) 585 #define TRAMPOLINE_ALIGNMENT POINTER_SIZE 858 #define SIZE_TYPE (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int") 861 #define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int")
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.h | 166 #define POINTER_SIZE (riscv_abi >= ABI_LP64 ? 64 : 32) macro 167 #define LONG_TYPE_SIZE POINTER_SIZE 637 : (TRAMPOLINE_CODE_SIZE + POINTER_SIZE * 2)) 638 #define TRAMPOLINE_ALIGNMENT POINTER_SIZE 911 #define SIZE_TYPE (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int") 914 #define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int")
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.h | 241 #ifndef POINTER_SIZE 242 #define POINTER_SIZE (TARGET_64BIT ? 64 : 32) macro 761 : (TRAMPOLINE_CODE_SIZE + POINTER_SIZE * 2)) 762 #define TRAMPOLINE_ALIGNMENT POINTER_SIZE 1046 #define SIZE_TYPE (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int") 1049 #define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int")
|
H A D | loongarch-c.cc | 105 builtin_define_with_int_value ("_LOONGARCH_SZPTR", POINTER_SIZE); in loongarch_cpu_cpp_builtins()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | config.com | 11 $ ! -32 or 32 sets /POINTER_SIZE=32 12 $ ! -64 or 64 sets /POINTER_SIZE=64
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | config.com | 11 $ ! -32 or 32 sets /POINTER_SIZE=32 12 $ ! -64 or 64 sets /POINTER_SIZE=64
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | netbsd.h | 209 #define SIZE_TYPE ((POINTER_SIZE == 64 || TARGET_NEWABI) \ 213 #define PTRDIFF_TYPE ((POINTER_SIZE == 64 || TARGET_NEWABI) \
|
H A D | mips.h | 575 builtin_define_with_int_value ("_MIPS_SZPTR", POINTER_SIZE); \ 1663 #ifndef POINTER_SIZE 1664 #define POINTER_SIZE ((TARGET_LONG64 && TARGET_64BIT) ? 64 : 32) macro 3089 #define SIZE_TYPE (POINTER_SIZE == 64 ? "long unsigned int" : "unsigned int") 3092 #define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int") 3467 (POINTER_SIZE == 64 ? HOST_WIDE_INT_1 << 37 : HOST_WIDE_INT_C (0x0aaa0000))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | netbsd.h | 208 #define SIZE_TYPE ((POINTER_SIZE == 64 || TARGET_NEWABI) \ 212 #define PTRDIFF_TYPE ((POINTER_SIZE == 64 || TARGET_NEWABI) \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
H A D | nios2.h | 86 #define POINTER_SIZE 32 macro 407 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \ 415 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
H A D | nios2.h | 86 #define POINTER_SIZE 32 macro 406 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \ 414 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cppbuiltin.c | 127 && POINTER_SIZE == 64 in define_builtin_macros_for_lp64() 187 1 << ceil_log2 ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT)); in define_builtin_macros_for_type_sizes()
|
H A D | defaults.h | 453 #define DWARF2_ADDR_SIZE ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT) 746 #ifndef POINTER_SIZE 747 #define POINTER_SIZE BITS_PER_WORD macro 750 #define POINTER_SIZE_UNITS ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT) 849 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
|
H A D | ipa-polymorphic-call.c | 85 || cur_offset >= POINTER_SIZE in possible_placement_new() 91 : POINTER_SIZE) in possible_placement_new() 134 unsigned HOST_WIDE_INT otr_type_size = POINTER_SIZE; in restrict_to_inner_class() 299 + POINTER_SIZE in restrict_to_inner_class() 1288 return tci->offset > POINTER_SIZE ? error_mark_node : NULL_TREE; in extr_type_from_vtbl_ptr_store() 1291 || maybe_ne (size, POINTER_SIZE) in extr_type_from_vtbl_ptr_store() 1292 || maybe_ne (max_size, POINTER_SIZE)) in extr_type_from_vtbl_ptr_store() 1302 return (known_le (offset + POINTER_SIZE, tci->offset) in extr_type_from_vtbl_ptr_store() 1304 && known_gt (tci->offset + POINTER_SIZE, in extr_type_from_vtbl_ptr_store() 1689 ao.size = POINTER_SIZE; in get_dynamic_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | defaults.h | 463 #define DWARF2_ADDR_SIZE ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT) 756 #ifndef POINTER_SIZE 757 #define POINTER_SIZE BITS_PER_WORD macro 760 #define POINTER_SIZE_UNITS ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT) 850 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
|
H A D | cppbuiltin.cc | 140 && POINTER_SIZE == 64 in define_builtin_macros_for_lp64() 200 1 << ceil_log2 ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT)); in define_builtin_macros_for_type_sizes()
|
H A D | ipa-polymorphic-call.cc | 88 || cur_offset >= POINTER_SIZE in possible_placement_new() 94 : POINTER_SIZE) in possible_placement_new() 137 unsigned HOST_WIDE_INT otr_type_size = POINTER_SIZE; in restrict_to_inner_class() 302 + POINTER_SIZE in restrict_to_inner_class() 1292 return tci->offset > POINTER_SIZE ? error_mark_node : NULL_TREE; in extr_type_from_vtbl_ptr_store() 1295 || maybe_ne (size, POINTER_SIZE) in extr_type_from_vtbl_ptr_store() 1296 || maybe_ne (max_size, POINTER_SIZE)) in extr_type_from_vtbl_ptr_store() 1306 return (known_le (offset + POINTER_SIZE, tci->offset) in extr_type_from_vtbl_ptr_store() 1308 && known_gt (tci->offset + POINTER_SIZE, in extr_type_from_vtbl_ptr_store() 1693 ao.size = POINTER_SIZE; in get_dynamic_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
H A D | pru.h | 94 #define POINTER_SIZE 32 macro 479 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \ 487 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
H A D | pru.h | 94 #define POINTER_SIZE 32 macro 470 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \ 478 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | glibc-d.c | 54 return (POINTER_SIZE == 64) ? 40 : 24; in glibc_d_critsec_size()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | linux-common.h | 34 (TARGET_64BIT ? (POINTER_SIZE == 64 ? 40 : 32) : 24)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
H A D | h8300.h | 113 #define INCOMING_FRAME_SP_OFFSET (POINTER_SIZE / 8) 548 #define POINTER_SIZE \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
H A D | h8300.h | 127 #define INCOMING_FRAME_SP_OFFSET (POINTER_SIZE / 8) 560 #define POINTER_SIZE \ macro
|