Searched refs:__BITS_PER_LONG (Results 1 – 24 of 24) sorted by relevance
5 #ifndef __BITS_PER_LONG14 #define __BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro23 #define __BITS_PER_LONG 32 macro
19 #if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)42 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32191 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32236 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32245 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32269 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32281 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32299 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32307 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32714 #if defined(__SYSCALL_COMPAT) || __BITS_PER_LONG == 32[all …]
13 #if __BITS_PER_LONG == 32
31 #if __BITS_PER_LONG == 64
28 #if __BITS_PER_LONG == 64
30 #if __BITS_PER_LONG == 64
48 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
67 #if __BITS_PER_LONG != 64
8 #define _NSIG_BPW __BITS_PER_LONG
16 #if __BITS_PER_LONG == 64
117 #if __BITS_PER_LONG == 32 || defined(__KERNEL__)
155 #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__))
18 #if 0 && BITS_PER_LONG != __BITS_PER_LONG
7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))))
96 #if __BITS_PER_LONG == 64
91 #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__))
102 #if __BITS_PER_LONG == 64266 #if __BITS_PER_LONG == 64
40 #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__))
178 #if __BITS_PER_LONG == 64
138 #if __BITS_PER_LONG == 64 in __swab()
29 #if (__BITS_PER_LONG != 32 || !defined(__USE_TIME_BITS64)) && !defined(__KERNEL__)
177 #if (__BITS_PER_LONG == 32) in drbg_max_addtl()
302 #if (__BITS_PER_LONG == 32 && defined(__USE_TIME_BITS64)) || defined __KERNEL__1013 #if __BITS_PER_LONG == 64
734 #if __BITS_PER_LONG == 64
Completed in 41 milliseconds