Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/byteorder/
Dlittle_endian.h14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
15 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
16 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
17 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
18 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x))
19 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x))
20 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x))
21 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x))
22 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x))
23 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x))
[all …]
Dbig_endian.h14 #define __constant_htonl(x) ((__force __be32)(__u32)(x))
15 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))
16 #define __constant_htons(x) ((__force __be16)(__u16)(x))
17 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
18 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x)))
19 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x))
20 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x)))
21 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x))
22 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x)))
23 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
[all …]
/external/kernel-headers/original/uapi/sound/
Dasound.h168 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
169 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap …
170 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
171 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
172 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
176 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
177 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
178 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
179 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
180 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
[all …]
Dasequencer.h340 #define NO_CLIENT ((__force snd_seq_client_type_t) 0)
341 #define USER_CLIENT ((__force snd_seq_client_type_t) 1)
342 #define KERNEL_CLIENT ((__force snd_seq_client_type_t) 2)
/external/wpa_supplicant_8/src/utils/
Dcommon.h190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
193 #define host_to_be16(n) ((__force be16) bswap_16((n)))
194 #define le_to_host32(n) ((__force u32) (le32) (n))
195 #define host_to_le32(n) ((__force le32) (u32) (n))
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
197 #define host_to_be32(n) ((__force be32) bswap_32((n)))
198 #define le_to_host64(n) ((__force u64) (le64) (n))
199 #define host_to_le64(n) ((__force le64) (u64) (n))
[all …]
/external/kernel-headers/original/uapi/asm-generic/
Dsignal-defs.h23 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */
24 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */
25 #define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
Dcompiler.h17 #ifndef __force
18 #define __force macro
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c34 #define __force macro
60 # define tole(x) (__force uint32_t) __constant_cpu_to_le32(x)
66 # define tobe(x) (__force uint32_t) __constant_cpu_to_be32(x)
86 crc = (__force uint32_t) __cpu_to_le32(crc); in crc32c_le_body()
140 return __le32_to_cpu((__force __le32)crc); in crc32c_le_body()
156 crc = (__force uint32_t) __cpu_to_be32(crc); in crc32c_be_body()
206 return __be32_to_cpu((__force __be32)crc); in crc32c_be_body()
223 crc = (__force uint32_t) __cpu_to_le32(crc); in crc32c_le_body()
303 crc = (__force uint32_t) __cpu_to_be32(crc); in crc32c_be_body()
/external/valgrind/main/include/vki/
Dvki-s390x-linux.h35 #define __force macro
240 #define VKI_SIG_DFL ((__force __vki_sighandler_t)0)
242 #define VKI_SIG_IGN ((__force __vki_sighandler_t)1)
244 #define VKI_SIG_ERR ((__force __vki_sighandler_t)-1)
/external/tinycompress/
Dutils.c58 #define __force macro
Dcplay.c66 #define __force macro
Dcompress.c71 #define __force macro
/external/tinyalsa/
Dmixer.c40 #define __force macro
Dpcm.c44 #define __force macro