Home
last modified time | relevance | path

Searched refs:__force (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Deventpoll.h28 #define EPOLLIN (__force __poll_t) 0x00000001
29 #define EPOLLPRI (__force __poll_t) 0x00000002
30 #define EPOLLOUT (__force __poll_t) 0x00000004
31 #define EPOLLERR (__force __poll_t) 0x00000008
32 #define EPOLLHUP (__force __poll_t) 0x00000010
33 #define EPOLLNVAL (__force __poll_t) 0x00000020
34 #define EPOLLRDNORM (__force __poll_t) 0x00000040
35 #define EPOLLRDBAND (__force __poll_t) 0x00000080
36 #define EPOLLWRNORM (__force __poll_t) 0x00000100
37 #define EPOLLWRBAND (__force __poll_t) 0x00000200
[all …]
Dfs.h223 #define RWF_HIPRI ((__force __kernel_rwf_t) 0x00000001)
224 #define RWF_DSYNC ((__force __kernel_rwf_t) 0x00000002)
225 #define RWF_SYNC ((__force __kernel_rwf_t) 0x00000004)
226 #define RWF_NOWAIT ((__force __kernel_rwf_t) 0x00000008)
227 #define RWF_APPEND ((__force __kernel_rwf_t) 0x00000010)
Dif_tunnel.h145 #define VTI_ISVTI ((__force __be16) 0x0001)
/bionic/libc/kernel/uapi/linux/byteorder/
Dbig_endian.h29 #define __constant_htonl(x) ((__force __be32) (__u32) (x))
30 #define __constant_ntohl(x) ((__force __u32) (__be32) (x))
31 #define __constant_htons(x) ((__force __be16) (__u16) (x))
32 #define __constant_ntohs(x) ((__force __u16) (__be16) (x))
33 #define __constant_cpu_to_le64(x) ((__force __le64) ___constant_swab64((x)))
34 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64) (__le64) (x))
35 #define __constant_cpu_to_le32(x) ((__force __le32) ___constant_swab32((x)))
36 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32) (__le32) (x))
37 #define __constant_cpu_to_le16(x) ((__force __le16) ___constant_swab16((x)))
38 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16) (__le16) (x))
[all …]
Dlittle_endian.h29 #define __constant_htonl(x) ((__force __be32) ___constant_swab32((x)))
30 #define __constant_ntohl(x) ___constant_swab32((__force __be32) (x))
31 #define __constant_htons(x) ((__force __be16) ___constant_swab16((x)))
32 #define __constant_ntohs(x) ___constant_swab16((__force __be16) (x))
33 #define __constant_cpu_to_le64(x) ((__force __le64) (__u64) (x))
34 #define __constant_le64_to_cpu(x) ((__force __u64) (__le64) (x))
35 #define __constant_cpu_to_le32(x) ((__force __le32) (__u32) (x))
36 #define __constant_le32_to_cpu(x) ((__force __u32) (__le32) (x))
37 #define __constant_cpu_to_le16(x) ((__force __le16) (__u16) (x))
38 #define __constant_le16_to_cpu(x) ((__force __u16) (__le16) (x))
[all …]
/bionic/libc/kernel/uapi/sound/
Dasound.h124 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0)
125 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1)
126 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2)
127 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3)
128 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4)
131 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
132 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
133 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
134 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
135 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
[all …]
Dasequencer.h212 #define NO_CLIENT ((__force snd_seq_client_type_t) 0)
213 #define USER_CLIENT ((__force snd_seq_client_type_t) 1)
214 #define KERNEL_CLIENT ((__force snd_seq_client_type_t) 2)
/bionic/libc/kernel/uapi/asm-generic/
Dsignal-defs.h36 #define SIG_DFL ((__force __sighandler_t) 0)
37 #define SIG_IGN ((__force __sighandler_t) 1)
38 #define SIG_ERR ((__force __sighandler_t) - 1)
Dpoll.h44 #define POLLFREE (__force __poll_t) 0x4000
45 #define POLL_BUSY_LOOP (__force __poll_t) 0x8000
/bionic/libc/kernel/android/uapi/linux/
Dcompiler.h16 #define __force macro