Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h19 #if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)
41 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
227 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
276 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
286 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
320 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
332 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
356 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
362 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
368 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
[all …]
Dbitsperlong.h12 #ifndef __BITS_PER_LONG
13 #define __BITS_PER_LONG 32 macro
Dswab.h13 #if __BITS_PER_LONG == 32
Dsembuf.h31 #if __BITS_PER_LONG == 64
Dmsgbuf.h28 #if __BITS_PER_LONG == 64
Dshmbuf.h28 #if __BITS_PER_LONG == 64
Dstat.h48 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
Dposix_types.h67 #if __BITS_PER_LONG != 64
Dsignal.h8 #define _NSIG_BPW __BITS_PER_LONG
Dstatfs.h16 #if __BITS_PER_LONG == 64
Dsocket.h127 #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__))
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbitsperlong.h6 # define __BITS_PER_LONG 64 macro
8 # define __BITS_PER_LONG 32 macro
/external/kernel-headers/original/uapi/linux/
Dvbox_vmmdev_types.h102 #if __BITS_PER_LONG == 64
266 #if __BITS_PER_LONG == 64
Dlp.h96 #if __BITS_PER_LONG == 64
Dsockios.h40 #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__))
Dvboxguest.h178 #if __BITS_PER_LONG == 64
Dswab.h138 #if __BITS_PER_LONG == 64 in __swab()
Dinput.h29 #if (__BITS_PER_LONG != 32 || !defined(__USE_TIME_BITS64)) && !defined(__KERNEL__)
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dbitsperlong.h20 #define __BITS_PER_LONG 64 macro
/external/minijail/
Dbpf.h25 #if __BITS_PER_LONG == 32 || defined(__ILP32__)
27 #elif __BITS_PER_LONG == 64
/external/crosvm/vfio_sys/src/
Dplat.rs60 pub const __BITS_PER_LONG: u32 = 64; constant
Dvfio.rs44 pub const __BITS_PER_LONG: u32 = 64; constant
/external/crosvm/kernel_loader/src/
Delf.rs14 pub const __BITS_PER_LONG: u32 = 64; constant
/external/kernel-headers/original/uapi/sound/
Dasound.h306 #if (__BITS_PER_LONG == 32 && defined(__USE_TIME_BITS64)) || defined __KERNEL__
891 #if __BITS_PER_LONG == 64
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs113 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64; constant

12