Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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
Dipcbuf.h21 #if __BITS_PER_LONG != 64
/linux-4.4.14/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)
786 #if (__BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)) && \
895 #if __BITS_PER_LONG == 64 && !defined(__SYSCALL_COMPAT)
/linux-4.4.14/arch/tile/include/uapi/asm/
Dbitsperlong.h19 # define __BITS_PER_LONG 64 macro
21 # define __BITS_PER_LONG 32 macro
/linux-4.4.14/arch/s390/include/uapi/asm/
Dbitsperlong.h5 #define __BITS_PER_LONG 32 macro
7 #define __BITS_PER_LONG 64 macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dbitsperlong.h5 # define __BITS_PER_LONG 64 macro
7 # define __BITS_PER_LONG 32 macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dbitsperlong.h5 #define __BITS_PER_LONG 64 macro
7 #define __BITS_PER_LONG 32 macro
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbitsperlong.h5 # define __BITS_PER_LONG 64 macro
7 # define __BITS_PER_LONG 32 macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dbitsperlong.h4 #define __BITS_PER_LONG 64 macro
/linux-4.4.14/arch/arm64/include/uapi/asm/
Dbitsperlong.h19 #define __BITS_PER_LONG 64 macro
/linux-4.4.14/arch/hexagon/include/uapi/asm/
Dbitsperlong.h22 #define __BITS_PER_LONG 32 macro
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dbitsperlong.h4 #define __BITS_PER_LONG 64 macro
/linux-4.4.14/include/asm-generic/
Dunistd.h9 #if __BITS_PER_LONG == 32
Dbitsperlong.h17 #if 0 && BITS_PER_LONG != __BITS_PER_LONG
/linux-4.4.14/arch/mips/include/uapi/asm/
Dbitsperlong.h4 #define __BITS_PER_LONG _MIPS_SZLONG macro
/linux-4.4.14/include/crypto/
Ddrbg.h162 #if (__BITS_PER_LONG == 32) in drbg_max_addtl()
177 #if (__BITS_PER_LONG == 32) in drbg_max_requests()
/linux-4.4.14/drivers/staging/lustre/lustre/include/linux/
Dlustre_user.h60 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
/linux-4.4.14/include/linux/
Dtime64.h13 #if __BITS_PER_LONG == 64
43 #if __BITS_PER_LONG == 64
/linux-4.4.14/samples/seccomp/
Dbpf-helper.h73 #if __BITS_PER_LONG == 32
84 #elif __BITS_PER_LONG == 64
134 #error __BITS_PER_LONG value unusable.