Home
last modified time | relevance | path

Searched refs:__WORDSIZE (Results 1 – 25 of 171) sorted by relevance

1234567

/glibc-2.36/stdlib/
Dstdint.h59 #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/
Ddl-machine.h48 || (__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/
Dfcntl.h25 #if __WORDSIZE == 64
30 #if __WORDSIZE == 64
41 #if __WORDSIZE == 64 || !defined __USE_FILE_OFFSET64
62 #if __WORDSIZE == 64
/glibc-2.36/rt/
Daio_write.c20 #if __WORDSIZE == 64
41 # if __WORDSIZE == 64
46 # if __WORDSIZE == 64
52 # if __WORDSIZE == 64
Daio_read.c20 #if __WORDSIZE == 64
41 # if __WORDSIZE == 64
46 # if __WORDSIZE == 64
52 # if __WORDSIZE == 64
Dlio_listio-common.c31 #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/
DMakefile16 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/
Dtypes.h43 #if __WORDSIZE == 64
62 #if __WORDSIZE == 64
71 #if __WORDSIZE == 64
115 #if __WORDSIZE == 32
127 #elif __WORDSIZE == 64
/glibc-2.36/include/
Dlimits.h87 # if __WORDSIZE == 64
95 # if __WORDSIZE == 64
168 # define LONG_WIDTH __WORDSIZE
171 # define ULONG_WIDTH __WORDSIZE
/glibc-2.36/sysdeps/sparc/nptl/
Dtls.h39 #if __WORDSIZE == 64
45 #if __WORDSIZE != 64
107 REGISTER (64, __WORDSIZE, (6 * 8) + (__WORDSIZE==64?0:4), 0)
Dpthread-offsets.h3 #if __WORDSIZE == 64
9 #if __WORDSIZE == 64
/glibc-2.36/sysdeps/generic/
Dgmp-mparam.h22 #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/
Dstruct_mutex.h32 #if __WORDSIZE == 64
59 #if __WORDSIZE != 64
62 #if __WORDSIZE == 64
/glibc-2.36/sysdeps/powerpc/nptl/bits/
Dstruct_mutex.h27 #if __WORDSIZE == 64
33 #if __WORDSIZE == 64
55 #if __WORDSIZE == 64
/glibc-2.36/sysdeps/s390/nptl/bits/
Dstruct_mutex.h27 #if __WORDSIZE == 64
33 #if __WORDSIZE == 64
55 #if __WORDSIZE == 64
/glibc-2.36/sysdeps/powerpc/power6/
Dwordcopy.c72 ((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/
DMakefile2 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/
Dtypesizes.h28 #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/
Dptrace.h93 #if __WORDSIZE == 32
134 #if __WORDSIZE == 64
152 #if __WORDSIZE == 64
/glibc-2.36/sysdeps/loongarch/
Ddl-machine.h169 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/
Dpthread-offsets.h3 #if __WORDSIZE == 64
9 #if __WORDSIZE == 64
/glibc-2.36/sysdeps/s390/s390-32/bits/
Dwordsize.h4 # define __WORDSIZE 64 macro
6 # define __WORDSIZE 32 macro
/glibc-2.36/sysdeps/s390/s390-64/bits/
Dwordsize.h4 # define __WORDSIZE 64 macro
6 # define __WORDSIZE 32 macro
/glibc-2.36/sysdeps/powerpc/nptl/
Dpthread-offsets.h3 #if __WORDSIZE == 64
9 #if __WORDSIZE == 64
/glibc-2.36/sysdeps/aarch64/bits/
Dwordsize.h21 # define __WORDSIZE 64 macro
23 # define __WORDSIZE 32 macro

1234567