Home
last modified time | relevance | path

Searched refs:__BITS_PER_LONG (Results 1 – 32 of 32) sorted by relevance

/linux-4.1.27/tools/include/asm-generic/bitops/
Datomic.h8 addr[nr / __BITS_PER_LONG] |= 1UL << (nr % __BITS_PER_LONG); in set_bit()
13 addr[nr / __BITS_PER_LONG] &= ~(1UL << (nr % __BITS_PER_LONG)); in clear_bit()
18 return ((1UL << (nr % __BITS_PER_LONG)) & in test_bit()
19 (((unsigned long *)addr)[nr / __BITS_PER_LONG])) != 0; in test_bit()
D__ffs.h16 #if __BITS_PER_LONG == 64 in __ffs()
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dshmbuf.h18 #if __BITS_PER_LONG != 64
22 #if __BITS_PER_LONG != 64
26 #if __BITS_PER_LONG != 64
30 #if __BITS_PER_LONG != 64
Dmsgbuf.h18 #if __BITS_PER_LONG != 64
22 #if __BITS_PER_LONG != 64
26 #if __BITS_PER_LONG != 64
Dbitsperlong.h5 #define __BITS_PER_LONG 64 macro
8 #define __BITS_PER_LONG 32 macro
Dsembuf.h18 #if __BITS_PER_LONG != 64
22 #if __BITS_PER_LONG != 64
/linux-4.1.27/include/uapi/asm-generic/
Dmsgbuf.h27 #if __BITS_PER_LONG != 64
31 #if __BITS_PER_LONG != 64
35 #if __BITS_PER_LONG != 64
Dshmbuf.h29 #if __BITS_PER_LONG != 64
33 #if __BITS_PER_LONG != 64
37 #if __BITS_PER_LONG != 64
Dbitsperlong.h11 #ifndef __BITS_PER_LONG
12 #define __BITS_PER_LONG 32 macro
Dsembuf.h26 #if __BITS_PER_LONG != 64
30 #if __BITS_PER_LONG != 64
Dswab.h12 #if __BITS_PER_LONG == 32
Dstat.h47 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
Dposix_types.h66 #if __BITS_PER_LONG != 64
Dsignal.h7 #define _NSIG_BPW __BITS_PER_LONG
Dstatfs.h15 #if __BITS_PER_LONG == 64
Dunistd.h18 #if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)
780 #if (__BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)) && \
889 #if __BITS_PER_LONG == 64 && !defined(__SYSCALL_COMPAT)
/linux-4.1.27/arch/x86/include/uapi/asm/
Dbitsperlong.h5 # define __BITS_PER_LONG 64 macro
7 # define __BITS_PER_LONG 32 macro
/linux-4.1.27/arch/s390/include/uapi/asm/
Dbitsperlong.h5 #define __BITS_PER_LONG 32 macro
7 #define __BITS_PER_LONG 64 macro
/linux-4.1.27/arch/tile/include/uapi/asm/
Dbitsperlong.h19 # define __BITS_PER_LONG 64 macro
21 # define __BITS_PER_LONG 32 macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dbitsperlong.h5 # define __BITS_PER_LONG 64 macro
7 # define __BITS_PER_LONG 32 macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dbitsperlong.h5 #define __BITS_PER_LONG 64 macro
7 #define __BITS_PER_LONG 32 macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dbitsperlong.h4 #define __BITS_PER_LONG 64 macro
/linux-4.1.27/arch/arm64/include/uapi/asm/
Dbitsperlong.h19 #define __BITS_PER_LONG 64 macro
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dbitsperlong.h4 #define __BITS_PER_LONG 64 macro
/linux-4.1.27/include/asm-generic/
Dunistd.h9 #if __BITS_PER_LONG == 32
Dbitsperlong.h17 #if 0 && BITS_PER_LONG != __BITS_PER_LONG
/linux-4.1.27/arch/hexagon/include/uapi/asm/
Dbitsperlong.h22 #define __BITS_PER_LONG 32 macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dbitsperlong.h4 #define __BITS_PER_LONG _MIPS_SZLONG macro
/linux-4.1.27/include/linux/
Dtime64.h12 #if __BITS_PER_LONG == 64
34 #if __BITS_PER_LONG == 64
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_user.h60 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
/linux-4.1.27/include/crypto/
Ddrbg.h157 #if (__BITS_PER_LONG == 32) in drbg_max_addtl()
172 #if (__BITS_PER_LONG == 32) in drbg_max_requests()
/linux-4.1.27/samples/seccomp/
Dbpf-helper.h73 #if __BITS_PER_LONG == 32
84 #elif __BITS_PER_LONG == 64
134 #error __BITS_PER_LONG value unusable.