/linux-4.4.14/tools/include/asm-generic/bitops/ |
D | atomic.h | 8 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.h | 16 #if __BITS_PER_LONG == 64 in __ffs()
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | shmbuf.h | 18 #if __BITS_PER_LONG != 64 22 #if __BITS_PER_LONG != 64 26 #if __BITS_PER_LONG != 64 30 #if __BITS_PER_LONG != 64
|
D | msgbuf.h | 18 #if __BITS_PER_LONG != 64 22 #if __BITS_PER_LONG != 64 26 #if __BITS_PER_LONG != 64
|
D | bitsperlong.h | 5 #define __BITS_PER_LONG 64 macro 8 #define __BITS_PER_LONG 32 macro
|
D | sembuf.h | 18 #if __BITS_PER_LONG != 64 22 #if __BITS_PER_LONG != 64
|
D | ipcbuf.h | 21 #if __BITS_PER_LONG != 64
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | msgbuf.h | 27 #if __BITS_PER_LONG != 64 31 #if __BITS_PER_LONG != 64 35 #if __BITS_PER_LONG != 64
|
D | shmbuf.h | 29 #if __BITS_PER_LONG != 64 33 #if __BITS_PER_LONG != 64 37 #if __BITS_PER_LONG != 64
|
D | bitsperlong.h | 11 #ifndef __BITS_PER_LONG 12 #define __BITS_PER_LONG 32 macro
|
D | sembuf.h | 26 #if __BITS_PER_LONG != 64 30 #if __BITS_PER_LONG != 64
|
D | swab.h | 12 #if __BITS_PER_LONG == 32
|
D | stat.h | 47 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
|
D | posix_types.h | 66 #if __BITS_PER_LONG != 64
|
D | signal.h | 7 #define _NSIG_BPW __BITS_PER_LONG
|
D | statfs.h | 15 #if __BITS_PER_LONG == 64
|
D | unistd.h | 18 #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/ |
D | bitsperlong.h | 19 # define __BITS_PER_LONG 64 macro 21 # define __BITS_PER_LONG 32 macro
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | bitsperlong.h | 5 #define __BITS_PER_LONG 32 macro 7 #define __BITS_PER_LONG 64 macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | bitsperlong.h | 5 # define __BITS_PER_LONG 64 macro 7 # define __BITS_PER_LONG 32 macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | bitsperlong.h | 5 #define __BITS_PER_LONG 64 macro 7 #define __BITS_PER_LONG 32 macro
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | bitsperlong.h | 5 # define __BITS_PER_LONG 64 macro 7 # define __BITS_PER_LONG 32 macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | bitsperlong.h | 4 #define __BITS_PER_LONG 64 macro
|
/linux-4.4.14/arch/arm64/include/uapi/asm/ |
D | bitsperlong.h | 19 #define __BITS_PER_LONG 64 macro
|
/linux-4.4.14/arch/hexagon/include/uapi/asm/ |
D | bitsperlong.h | 22 #define __BITS_PER_LONG 32 macro
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | bitsperlong.h | 4 #define __BITS_PER_LONG 64 macro
|
/linux-4.4.14/include/asm-generic/ |
D | unistd.h | 9 #if __BITS_PER_LONG == 32
|
D | bitsperlong.h | 17 #if 0 && BITS_PER_LONG != __BITS_PER_LONG
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | bitsperlong.h | 4 #define __BITS_PER_LONG _MIPS_SZLONG macro
|
/linux-4.4.14/include/crypto/ |
D | drbg.h | 162 #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/ |
D | lustre_user.h | 60 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
|
/linux-4.4.14/include/linux/ |
D | time64.h | 13 #if __BITS_PER_LONG == 64 43 #if __BITS_PER_LONG == 64
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-helper.h | 73 #if __BITS_PER_LONG == 32 84 #elif __BITS_PER_LONG == 64 134 #error __BITS_PER_LONG value unusable.
|