Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A 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 …]
H A Dlimits.h87 # if __WORDSIZE == 64
95 # if __WORDSIZE == 64
168 # define LONG_WIDTH __WORDSIZE
171 # define ULONG_WIDTH __WORDSIZE
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A 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 …]
H A Dlimits.h87 # if __WORDSIZE == 64
95 # if __WORDSIZE == 64
168 # define LONG_WIDTH __WORDSIZE
171 # define ULONG_WIDTH __WORDSIZE
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/psmisc/psmisc/
H A D0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch4 Subject: [PATCH] Use UINTPTR_MAX instead of __WORDSIZE
35 - regs.gpr[0] = ptrace(PTRACE_PEEKUSER, pid, __WORDSIZE/8 * PT_R0, 0);
36 - regs.gpr[3] = ptrace(PTRACE_PEEKUSER, pid, __WORDSIZE/8 * PT_R3, 0);
37 - regs.gpr[4] = ptrace(PTRACE_PEEKUSER, pid, __WORDSIZE/8 * PT_R4, 0);
38 - regs.gpr[5] = ptrace(PTRACE_PEEKUSER, pid, __WORDSIZE/8 * PT_R5, 0);
39 - regs.orig_gpr3 = ptrace(PTRACE_PEEKUSER, pid, __WORDSIZE/8 * PT_ORIG_R3, 0);
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0018-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch29 # define __WORDSIZE 64
32 # define __WORDSIZE 32
36 +# define __WORDSIZE 32
55 # define __WORDSIZE 64
58 # define __WORDSIZE 32
62 +# define __WORDSIZE 32
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dtypes.h43 #if __WORDSIZE == 64
62 #if __WORDSIZE == 64
71 #if __WORDSIZE == 64
115 #if __WORDSIZE == 32
127 #elif __WORDSIZE == 64
H A Dstruct_mutex.h32 #if __WORDSIZE == 64
59 #if __WORDSIZE != 64
62 #if __WORDSIZE == 64
H A Dtypesizes.h29 #if __TIMESIZE == 64 && __WORDSIZE == 32
79 #if defined __LP64__ || (__TIMESIZE == 64 && __WORDSIZE == 32)
95 # define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64 (__WORDSIZE == 64)
H A Dwordsize.h21 # define __WORDSIZE 64 macro
23 # define __WORDSIZE 32 macro
H A Dsocket-constants.h35 #if (__TIMESIZE == 64 && __WORDSIZE == 32 \
44 #if (__TIMESIZE == 64 && __WORDSIZE == 32 \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dtypes.h43 #if __WORDSIZE == 64
62 #if __WORDSIZE == 64
71 #if __WORDSIZE == 64
115 #if __WORDSIZE == 32
127 #elif __WORDSIZE == 64
H A Dstruct_mutex.h32 #if __WORDSIZE == 64
59 #if __WORDSIZE != 64
62 #if __WORDSIZE == 64
H A Dsocket-constants.h35 #if (__TIMESIZE == 64 && __WORDSIZE == 32 \
44 #if (__TIMESIZE == 64 && __WORDSIZE == 32 \
H A Dtimesize.h22 #define __TIMESIZE __WORDSIZE
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbitops.h7 #ifndef __WORDSIZE
8 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro
12 # define BITS_PER_LONG __WORDSIZE
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch24 +# define __WORDSIZE 64
26 +# define __WORDSIZE 32
28 +#define __ELF_NATIVE_CLASS __WORDSIZE
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch6 Do not use __WORDSIZE which is for libc internal use
30 -#if __WORDSIZE == 64
34 -#elif __WORDSIZE == 32
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dmultilib_header_wrapper.h10 #if __WORDSIZE == 32
26 #elif __WORDSIZE == 64
/OK3568_Linux_fs/u-boot/include/
H A Dcompiler.h133 # define __WORDSIZE 64 macro
135 # define __WORDSIZE 32 macro
141 #define __WORDSIZE 32 macro
H A Dinttypes.h39 # if __WORDSIZE == 64
269 #if __WORDSIZE == 64
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0001-Define-__SWORD_TYPE-and-_PATH_NSSWITCH_CONF.patch25 +# if __WORDSIZE == 32 /* System word size */
27 +# else /* __WORDSIZE == 64 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dsiginfo_t.h9 #if __WORDSIZE == 64
47 #if __WORDSIZE == 64
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dsiginfo_t.h9 #if __WORDSIZE == 64
47 #if __WORDSIZE == 64
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0005-breakpad-Fix-build-with-musl.patch6 elf_core_dump.h:59:2: error: "Unsupported __WORDSIZE for ElfCoreDump."
7 #error "Unsupported __WORDSIZE for ElfCoreDump."

123