| /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 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 …]
|
| H A D | limits.h | 87 # 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 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 …]
|
| H A D | limits.h | 87 # 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 D | 0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch | 4 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 D | 0018-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch | 29 # 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 D | types.h | 43 #if __WORDSIZE == 64 62 #if __WORDSIZE == 64 71 #if __WORDSIZE == 64 115 #if __WORDSIZE == 32 127 #elif __WORDSIZE == 64
|
| H A D | struct_mutex.h | 32 #if __WORDSIZE == 64 59 #if __WORDSIZE != 64 62 #if __WORDSIZE == 64
|
| H A D | typesizes.h | 29 #if __TIMESIZE == 64 && __WORDSIZE == 32 79 #if defined __LP64__ || (__TIMESIZE == 64 && __WORDSIZE == 32) 95 # define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64 (__WORDSIZE == 64)
|
| H A D | wordsize.h | 21 # define __WORDSIZE 64 macro 23 # define __WORDSIZE 32 macro
|
| H A D | socket-constants.h | 35 #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 D | types.h | 43 #if __WORDSIZE == 64 62 #if __WORDSIZE == 64 71 #if __WORDSIZE == 64 115 #if __WORDSIZE == 32 127 #elif __WORDSIZE == 64
|
| H A D | struct_mutex.h | 32 #if __WORDSIZE == 64 59 #if __WORDSIZE != 64 62 #if __WORDSIZE == 64
|
| H A D | socket-constants.h | 35 #if (__TIMESIZE == 64 && __WORDSIZE == 32 \ 44 #if (__TIMESIZE == 64 && __WORDSIZE == 32 \
|
| H A D | timesize.h | 22 #define __TIMESIZE __WORDSIZE
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | bitops.h | 7 #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 D | 0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch | 24 +# 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 D | 0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch | 6 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 D | multilib_header_wrapper.h | 10 #if __WORDSIZE == 32 26 #elif __WORDSIZE == 64
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | compiler.h | 133 # define __WORDSIZE 64 macro 135 # define __WORDSIZE 32 macro 141 #define __WORDSIZE 32 macro
|
| H A D | inttypes.h | 39 # if __WORDSIZE == 64 269 #if __WORDSIZE == 64
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0001-Define-__SWORD_TYPE-and-_PATH_NSSWITCH_CONF.patch | 25 +# 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 D | siginfo_t.h | 9 #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 D | siginfo_t.h | 9 #if __WORDSIZE == 64 47 #if __WORDSIZE == 64
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0005-breakpad-Fix-build-with-musl.patch | 6 elf_core_dump.h:59:2: error: "Unsupported __WORDSIZE for ElfCoreDump." 7 #error "Unsupported __WORDSIZE for ElfCoreDump."
|