/glibc-2.36/stdlib/ |
D | stdint.h | 59 #if __WORDSIZE == 64 72 #if __WORDSIZE == 64 85 #if __WORDSIZE == 64 105 # if __WORDSIZE == 64 153 # if __WORDSIZE == 64 163 # if __WORDSIZE == 64 174 # if __WORDSIZE == 64 185 # if __WORDSIZE == 64 208 # if __WORDSIZE == 64 226 # if __WORDSIZE == 64 [all …]
|
/glibc-2.36/sysdeps/riscv/ |
D | dl-machine.h | 48 || (__WORDSIZE == 32 && (type) == R_RISCV_TLS_DTPREL32) \ 49 || (__WORDSIZE == 32 && (type) == R_RISCV_TLS_DTPMOD32) \ 50 || (__WORDSIZE == 32 && (type) == R_RISCV_TLS_TPREL32) \ 51 || (__WORDSIZE == 64 && (type) == R_RISCV_TLS_DTPREL64) \ 52 || (__WORDSIZE == 64 && (type) == R_RISCV_TLS_DTPMOD64) \ 53 || (__WORDSIZE == 64 && (type) == R_RISCV_TLS_TPREL64))) \ 199 case __WORDSIZE == 64 ? R_RISCV_64 : R_RISCV_32: in elf_machine_rela() 204 case __WORDSIZE == 64 ? R_RISCV_TLS_DTPMOD64 : R_RISCV_TLS_DTPMOD32: in elf_machine_rela() 209 case __WORDSIZE == 64 ? R_RISCV_TLS_DTPREL64 : R_RISCV_TLS_DTPREL32: in elf_machine_rela() 214 case __WORDSIZE == 64 ? R_RISCV_TLS_TPREL64 : R_RISCV_TLS_TPREL32: in elf_machine_rela()
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/ |
D | fcntl.h | 25 #if __WORDSIZE == 64 30 #if __WORDSIZE == 64 41 #if __WORDSIZE == 64 || !defined __USE_FILE_OFFSET64 62 #if __WORDSIZE == 64
|
/glibc-2.36/rt/ |
D | aio_write.c | 20 #if __WORDSIZE == 64 41 # if __WORDSIZE == 64 46 # if __WORDSIZE == 64 52 # if __WORDSIZE == 64
|
D | aio_read.c | 20 #if __WORDSIZE == 64 41 # if __WORDSIZE == 64 46 # if __WORDSIZE == 64 52 # if __WORDSIZE == 64
|
D | lio_listio-common.c | 31 #if __WORDSIZE == 64 248 # if __WORDSIZE == 64 270 # if __WORDSIZE == 64 275 # if __WORDSIZE == 64 281 # if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ |
D | Makefile | 16 abi-ilp32-condition := __WORDSIZE == 32 && defined __riscv_float_abi_soft 17 abi-ilp32d-condition := __WORDSIZE == 32 && defined __riscv_float_abi_double 18 abi-lp64-condition := __WORDSIZE == 64 && defined __riscv_float_abi_soft 19 abi-lp64d-condition := __WORDSIZE == 64 && defined __riscv_float_abi_double
|
/glibc-2.36/posix/bits/ |
D | types.h | 43 #if __WORDSIZE == 64 62 #if __WORDSIZE == 64 71 #if __WORDSIZE == 64 115 #if __WORDSIZE == 32 127 #elif __WORDSIZE == 64
|
/glibc-2.36/include/ |
D | limits.h | 87 # if __WORDSIZE == 64 95 # if __WORDSIZE == 64 168 # define LONG_WIDTH __WORDSIZE 171 # define ULONG_WIDTH __WORDSIZE
|
/glibc-2.36/sysdeps/sparc/nptl/ |
D | tls.h | 39 #if __WORDSIZE == 64 45 #if __WORDSIZE != 64 107 REGISTER (64, __WORDSIZE, (6 * 8) + (__WORDSIZE==64?0:4), 0)
|
D | pthread-offsets.h | 3 #if __WORDSIZE == 64 9 #if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/generic/ |
D | gmp-mparam.h | 22 #define BITS_PER_MP_LIMB __WORDSIZE 23 #define BYTES_PER_MP_LIMB (__WORDSIZE / 8) 24 #define BITS_PER_LONGINT __WORDSIZE
|
/glibc-2.36/sysdeps/nptl/bits/ |
D | struct_mutex.h | 32 #if __WORDSIZE == 64 59 #if __WORDSIZE != 64 62 #if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/powerpc/nptl/bits/ |
D | struct_mutex.h | 27 #if __WORDSIZE == 64 33 #if __WORDSIZE == 64 55 #if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/s390/nptl/bits/ |
D | struct_mutex.h | 27 #if __WORDSIZE == 64 33 #if __WORDSIZE == 64 55 #if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/powerpc/power6/ |
D | wordcopy.c | 72 ((op_t *) dstp)[0] = MERGE (a0, align*8, a1, (__WORDSIZE-align*8)); \ 73 ((op_t *) dstp)[1] = MERGE (a1, align*8, a2, (__WORDSIZE-align*8)); \ 169 ((op_t *) dstp)[1] = MERGE (a1, align*8, a2, (__WORDSIZE-align*8)); \ 170 ((op_t *) dstp)[0] = MERGE (a0, align*8, a1, (__WORDSIZE-align*8)); \
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | Makefile | 2 abi-32-condition := __WORDSIZE == 32 3 abi-64-v1-condition := __WORDSIZE == 64 && _CALL_ELF != 2 4 abi-64-v2-condition := __WORDSIZE == 64 && _CALL_ELF == 2
|
/glibc-2.36/sysdeps/unix/sysv/linux/generic/bits/ |
D | typesizes.h | 28 #if __TIMESIZE == 64 && __WORDSIZE == 32 78 #if defined __LP64__ || (__TIMESIZE == 64 && __WORDSIZE == 32) 94 # define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64 (__WORDSIZE == 64)
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sys/ |
D | ptrace.h | 93 #if __WORDSIZE == 32 134 #if __WORDSIZE == 64 152 #if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/loongarch/ |
D | dl-machine.h | 169 case __WORDSIZE == 64 ? R_LARCH_64: in elf_machine_rela() 178 case __WORDSIZE == 64 ? R_LARCH_TLS_DTPMOD64: in elf_machine_rela() 183 case __WORDSIZE == 64 ? R_LARCH_TLS_DTPREL64: in elf_machine_rela() 188 case __WORDSIZE == 64 ? R_LARCH_TLS_TPREL64: in elf_machine_rela()
|
/glibc-2.36/sysdeps/s390/nptl/ |
D | pthread-offsets.h | 3 #if __WORDSIZE == 64 9 #if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/s390/s390-32/bits/ |
D | wordsize.h | 4 # define __WORDSIZE 64 macro 6 # define __WORDSIZE 32 macro
|
/glibc-2.36/sysdeps/s390/s390-64/bits/ |
D | wordsize.h | 4 # define __WORDSIZE 64 macro 6 # define __WORDSIZE 32 macro
|
/glibc-2.36/sysdeps/powerpc/nptl/ |
D | pthread-offsets.h | 3 #if __WORDSIZE == 64 9 #if __WORDSIZE == 64
|
/glibc-2.36/sysdeps/aarch64/bits/ |
D | wordsize.h | 21 # define __WORDSIZE 64 macro 23 # define __WORDSIZE 32 macro
|