Home
last modified time | relevance | path

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

12345

/sysdeps/generic/
A Dgmp-mparam.h22 #define BITS_PER_MP_LIMB __WORDSIZE
23 #define BYTES_PER_MP_LIMB (__WORDSIZE / 8)
24 #define BITS_PER_LONGINT __WORDSIZE
/sysdeps/unix/sysv/linux/s390/bits/
A Dfcntl.h25 #if __WORDSIZE == 64
30 #if __WORDSIZE == 64
41 #if __WORDSIZE == 64 || !defined __USE_FILE_OFFSET64
62 #if __WORDSIZE == 64
A Delfclass.h28 #define __ELF_NATIVE_CLASS __WORDSIZE
30 #if __WORDSIZE == 64
/sysdeps/nptl/bits/
A Dstruct_mutex.h32 #if __WORDSIZE == 64
59 #if __WORDSIZE != 64
62 #if __WORDSIZE == 64
/sysdeps/powerpc/nptl/bits/
A Dstruct_mutex.h27 #if __WORDSIZE == 64
33 #if __WORDSIZE == 64
55 #if __WORDSIZE == 64
/sysdeps/s390/nptl/bits/
A Dstruct_mutex.h27 #if __WORDSIZE == 64
33 #if __WORDSIZE == 64
55 #if __WORDSIZE == 64
A Dstruct_rwlock.h31 #if __WORDSIZE == 64
50 #if __WORDSIZE == 64
/sysdeps/unix/sysv/linux/riscv/
A 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
A Dregister-dump.h32 #define REGDUMP_PER_LINE (80 / (__WORDSIZE / 4 + 4))
38 char regvalue[__WORDSIZE / 4 + 1]; in register_dump()
53 hexvalue (ctx->uc_mcontext.__gregs[i], regvalue, __WORDSIZE / 4); in register_dump()
/sysdeps/s390/nptl/
A Dpthread-offsets.h3 #if __WORDSIZE == 64
9 #if __WORDSIZE == 64
/sysdeps/s390/s390-32/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
6 # define __WORDSIZE 32 macro
/sysdeps/s390/s390-64/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
6 # define __WORDSIZE 32 macro
/sysdeps/sparc/nptl/
A Dpthread-offsets.h3 #if __WORDSIZE == 64
9 #if __WORDSIZE == 64
/sysdeps/aarch64/bits/
A Dwordsize.h21 # define __WORDSIZE 64 macro
23 # define __WORDSIZE 32 macro
/sysdeps/powerpc/nptl/
A Dpthread-offsets.h3 #if __WORDSIZE == 64
9 #if __WORDSIZE == 64
/sysdeps/powerpc/powerpc32/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
7 # define __WORDSIZE 32 macro
/sysdeps/powerpc/powerpc64/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
7 # define __WORDSIZE 32 macro
/sysdeps/unix/sysv/linux/powerpc/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
7 # define __WORDSIZE 32 macro
/sysdeps/sparc/sparc32/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
7 # define __WORDSIZE 32 macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
7 # define __WORDSIZE 32 macro
/sysdeps/sparc/sparc64/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
7 # define __WORDSIZE 32 macro
/sysdeps/mips/bits/
A Dwordsize.h20 #define __WORDSIZE _MIPS_SZPTR macro
28 #if __WORDSIZE == 32
/sysdeps/riscv/nptl/
A Dpthread-offsets.h1 #if __WORDSIZE == 64
8 #if __WORDSIZE == 64
/sysdeps/x86/bits/
A Dwordsize.h4 # define __WORDSIZE 64 macro
6 # define __WORDSIZE 32 macro
/sysdeps/riscv/bits/
A Dwordsize.h20 # define __WORDSIZE __riscv_xlen macro
27 #if __WORDSIZE == 32

Completed in 13 milliseconds

12345