Home
last modified time | relevance | path

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

/third_party/fsverity-utils/common/
Dcommon_defs.h25 #ifndef __force
27 # define __force __attribute__((force)) macro
29 # define __force macro
80 # define cpu_to_le16(v) ((__force __le16)(u16)(v))
81 # define le16_to_cpu(v) ((__force u16)(__le16)(v))
82 # define cpu_to_le32(v) ((__force __le32)(u32)(v))
83 # define le32_to_cpu(v) ((__force u32)(__le32)(v))
84 # define cpu_to_le64(v) ((__force __le64)(u64)(v))
85 # define le64_to_cpu(v) ((__force u64)(__le64)(v))
87 # define cpu_to_le16(v) ((__force __le16)__builtin_bswap16(v))
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-bitwise-mixed.c2 #define __force __attribute__((force)) macro
7 AR = (__force bits) 0,
9 AS = (__force bits) 1,
16 BR = (__force bits) 0,
18 BS = (__force bits) 1,
Denum-bitwise.c2 #define __force __attribute__((force)) macro
7 RZ = (__force bits) 0,
8 RO = (__force bits) 1,
9 RM = (__force bits) -1,
Denum-bitwise-bad.c2 #define __force __attribute__((force)) macro
8 A = (__force apple_t) 0,
9 B = (__force orange_t) 1,
Dbitwise-cast-ptr.c2 #define __force __attribute__((force)) macro
19 return (__force __be32 *) x; // should not warn, forced cast in tobf()
20 return (__be32 __force *) x; // should not warn, forced cast in tobf()
Dbadtype5.c1 #define __force __attribute__((force)) macro
6 return *(*((typeof(addr) __force *) addr)); in foo()
Dfored_arg.c6 #define __force __attribute__((force)) macro
8 static void foo(__force void * addr) in foo()
Dbswap-constant-folding.c4 #define __force macro
8 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h176 #define le_to_host16(n) ((__force u16) (le16) (n))
177 #define host_to_le16(n) ((__force le16) (u16) (n))
178 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
179 #define host_to_be16(n) ((__force be16) bswap_16((n)))
180 #define le_to_host32(n) ((__force u32) (le32) (n))
181 #define host_to_le32(n) ((__force le32) (u32) (n))
182 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
183 #define host_to_be32(n) ((__force be32) bswap_32((n)))
184 #define le_to_host64(n) ((__force u64) (le64) (n))
185 #define host_to_le64(n) ((__force le64) (u64) (n))
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h176 #define le_to_host16(n) ((__force u16) (le16) (n))
177 #define host_to_le16(n) ((__force le16) (u16) (n))
178 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
179 #define host_to_be16(n) ((__force be16) bswap_16((n)))
180 #define le_to_host32(n) ((__force u32) (le32) (n))
181 #define host_to_le32(n) ((__force le32) (u32) (n))
182 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
183 #define host_to_be32(n) ((__force be32) bswap_32((n)))
184 #define le_to_host64(n) ((__force u64) (le64) (n))
185 #define host_to_le64(n) ((__force le64) (u64) (n))
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dunexamined-base-type.c1 # define __force __attribute__((force)) macro
9 return (*((typeof(s->a) __force *) &s->a)) & 1; in foo()
/third_party/f2fs-tools/fsck/
Dquotaio.h191 #define __force __attribute__((force)) macro
196 #define __force macro
Dquotaio_v2.c160 be_magic = be32_to_cpu((__force __be32)dqh.dqh_magic); in v2_check_file()
/third_party/alsa-lib/include/
Dlocal.h142 #ifndef __force
143 #define __force macro
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch2913 +#define __force __attribute__((force))
2918 +#define __force