Home
last modified time | relevance | path

Searched refs:__bitwise (Results 1 – 23 of 23) sorted by relevance

/third_party/libbpf/include/linux/
Dtypes.h16 #define __bitwise __bitwise__ macro
18 typedef __u16 __bitwise __le16;
19 typedef __u16 __bitwise __be16;
20 typedef __u32 __bitwise __le32;
21 typedef __u32 __bitwise __be32;
22 typedef __u64 __bitwise __le64;
23 typedef __u64 __bitwise __be64;
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dtypes-compat.h48 #ifndef __bitwise
50 # define __bitwise __bitwise__ macro
52 # define __bitwise macro
64 typedef guint32 __bitwise __le32;
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dtypes-compat.h48 #ifndef __bitwise
50 # define __bitwise __bitwise__ macro
52 # define __bitwise macro
64 typedef guint32 __bitwise __le32;
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
Dassign-restricted-ok.c2 #define __bitwise __attribute__((bitwise)) macro
4 #define __bitwise macro
7 typedef __INT16_TYPE__ __bitwise __be16;
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-bitwise-bad.c1 #define __bitwise __attribute__((bitwise)) macro
4 typedef int __bitwise apple_t;
5 typedef int __bitwise orange_t;
Dtype-compare.c4 #define __bitwise __attribute__((bitwise)) macro
52 if ([int] == [int __bitwise]) return 1; in test()
60 if ([int *] == [int __bitwise *]) return 1; in test()
Dfoul-scalar.c1 #define __bitwise __attribute__((bitwise)) macro
3 typedef unsigned short __bitwise __be16;
Dbitwise-function-pointer.c1 #define __bitwise __attribute__((bitwise)) macro
3 typedef unsigned int __bitwise t;
Dbitwise-cast-ptr.c1 #define __bitwise __attribute__((bitwise)) macro
5 typedef unsigned int __bitwise __be32;
Denum-bitwise-mixed.c1 #define __bitwise __attribute__((bitwise)) macro
4 typedef long long __bitwise bits;
Denum-bitwise.c1 #define __bitwise __attribute__((bitwise)) macro
4 typedef long long __bitwise bits;
Dptr-inherit.c3 #define __bitwise __attribute__((bitwise)) macro
29 int __bitwise o; in test_bitwise()
Dtypeof-mods.c2 #define __bitwise __attribute__((bitwise)) macro
76 typedef int __bitwise type_t; in test_bitwise()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h443 #undef __bitwise
444 #define __bitwise __attribute__((bitwise)) macro
447 #undef __bitwise
448 #define __bitwise macro
451 typedef u16 __bitwise be16;
452 typedef u16 __bitwise le16;
453 typedef u32 __bitwise be32;
454 typedef u32 __bitwise le32;
455 typedef u64 __bitwise be64;
456 typedef u64 __bitwise le64;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h440 #undef __bitwise
441 #define __bitwise __attribute__((bitwise)) macro
444 #undef __bitwise
445 #define __bitwise macro
448 typedef u16 __bitwise be16;
449 typedef u16 __bitwise le16;
450 typedef u32 __bitwise be32;
451 typedef u32 __bitwise le32;
452 typedef u64 __bitwise be64;
453 typedef u64 __bitwise le64;
/third_party/f2fs-tools/fsck/
Dquotaio.h188 # ifndef __bitwise
189 # define __bitwise __attribute__((bitwise)) macro
193 # ifndef __bitwise
194 # define __bitwise macro
/third_party/alsa-lib/include/
Dtype_compat.h57 #ifndef __bitwise
58 #define __bitwise macro
/third_party/alsa-lib/include/sound/uapi/
Dasound.h184 typedef int __bitwise snd_pcm_access_t;
192 typedef int __bitwise snd_pcm_format_t;
275 typedef int __bitwise snd_pcm_subformat_t;
308 typedef int __bitwise snd_pcm_state_t;
966 typedef int __bitwise snd_ctl_elem_type_t;
976 typedef int __bitwise snd_ctl_elem_iface_t;
Dasequencer.h341 typedef int __bitwise snd_seq_client_type_t;
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.0.rst227 * I have updated the sparse.1 man page including the __bitwise
229 complete comparison between __nocast vs __bitwise.
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dannotations.rst73 See also `Linus' e-mail about __nocast vs __bitwise
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch2910 +# ifndef __bitwise
2911 +# define __bitwise __attribute__((bitwise))
2915 +# ifndef __bitwise
2916 +# define __bitwise
2921 +typedef __u16 __bitwise __le16;
2922 +typedef __u32 __bitwise __le32;
2923 +typedef __u64 __bitwise __le64;
2924 +typedef __u16 __bitwise __be16;
2925 +typedef __u32 __bitwise __be32;
2926 +typedef __u64 __bitwise __be64;
/third_party/gstreamer/gstplugins_good/
DChangeLog24678 v4l2: Don't redefine __bitwise if already set