/third_party/e2fsprogs/util/ |
D | android_types.h | 27 #ifndef __bitwise 28 #define __bitwise __attribute__((bitwise)) macro 32 #ifndef __bitwise 33 #define __bitwise macro 38 typedef __u16 __bitwise __le16; 39 typedef __u32 __bitwise __le32; 40 typedef __u64 __bitwise __le64; 41 typedef __u16 __bitwise __be16; 42 typedef __u32 __bitwise __be32; 43 typedef __u64 __bitwise __be64;
|
/third_party/iptables/include/linux/ |
D | types.h | 22 #define __bitwise __bitwise__ macro 24 #define __bitwise macro 27 typedef __u16 __bitwise __le16; 28 typedef __u16 __bitwise __be16; 29 typedef __u32 __bitwise __le32; 30 typedef __u32 __bitwise __be32; 31 typedef __u64 __bitwise __le64; 32 typedef __u64 __bitwise __be64; 34 typedef __u16 __bitwise __sum16; 35 typedef __u32 __bitwise __wsum;
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext2_types.h | 183 # ifndef __bitwise 184 # define __bitwise __attribute__((bitwise)) macro 188 # ifndef __bitwise 189 # define __bitwise macro 194 typedef __u16 __bitwise __le16; 195 typedef __u32 __bitwise __le32; 196 typedef __u64 __bitwise __le64; 197 typedef __u16 __bitwise __be16; 198 typedef __u32 __bitwise __be32; 199 typedef __u64 __bitwise __be64;
|
D | ext2_types.h.in | 176 # ifndef __bitwise 177 # define __bitwise __attribute__((bitwise)) macro 181 # ifndef __bitwise 182 # define __bitwise macro 187 typedef __u16 __bitwise __le16; 188 typedef __u32 __bitwise __le32; 189 typedef __u64 __bitwise __le64; 190 typedef __u16 __bitwise __be16; 191 typedef __u32 __bitwise __be32; 192 typedef __u64 __bitwise __be64;
|
D | ext2fs.h | 88 typedef __u32 __bitwise ext2_ino_t; 89 typedef __u32 __bitwise blk_t; 90 typedef __u64 __bitwise blk64_t; 91 typedef __u32 __bitwise dgrp_t; 92 typedef __s32 __bitwise ext2_off_t; 93 typedef __s64 __bitwise ext2_off64_t; 94 typedef __s64 __bitwise e2_blkcnt_t; 95 typedef __u32 __bitwise ext2_dirhash_t;
|
/third_party/eudev/src/shared/ |
D | sparse-endian.h | 29 #define __bitwise __attribute__((bitwise)) macro 32 #define __bitwise macro 36 typedef uint16_t __bitwise le16_t; 37 typedef uint16_t __bitwise be16_t; 38 typedef uint32_t __bitwise le32_t; 39 typedef uint32_t __bitwise be32_t; 40 typedef uint64_t __bitwise le64_t; 41 typedef uint64_t __bitwise be64_t;
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | types-compat.h | 48 #ifndef __bitwise 50 # define __bitwise __bitwise__ macro 52 # define __bitwise macro 64 typedef guint32 __bitwise __le32;
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | types-compat.h | 48 #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/ |
D | assign-restricted-ok.c | 2 #define __bitwise __attribute__((bitwise)) macro 4 #define __bitwise macro 7 typedef __INT16_TYPE__ __bitwise __be16;
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | enum-bitwise-bad.c | 1 #define __bitwise __attribute__((bitwise)) macro 4 typedef int __bitwise apple_t; 5 typedef int __bitwise orange_t;
|
D | type-compare.c | 4 #define __bitwise __attribute__((bitwise)) macro 52 if ([int] == [int __bitwise]) return 1; in test() 60 if ([int *] == [int __bitwise *]) return 1; in test()
|
D | foul-scalar.c | 1 #define __bitwise __attribute__((bitwise)) macro 3 typedef unsigned short __bitwise __be16;
|
D | bitwise-function-pointer.c | 1 #define __bitwise __attribute__((bitwise)) macro 3 typedef unsigned int __bitwise t;
|
D | bitwise-cast-ptr.c | 1 #define __bitwise __attribute__((bitwise)) macro 5 typedef unsigned int __bitwise __be32;
|
D | enum-bitwise-mixed.c | 1 #define __bitwise __attribute__((bitwise)) macro 4 typedef long long __bitwise bits;
|
D | enum-bitwise.c | 1 #define __bitwise __attribute__((bitwise)) macro 4 typedef long long __bitwise bits;
|
D | ptr-inherit.c | 3 #define __bitwise __attribute__((bitwise)) macro 29 int __bitwise o; in test_bitwise()
|
D | typeof-mods.c | 2 #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/ |
D | common.h | 443 #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/ |
D | common.h | 440 #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/alsa-lib/include/ |
D | type_compat.h | 57 #ifndef __bitwise 58 #define __bitwise macro
|
/third_party/f2fs-tools/fsck/ |
D | quotaio.h | 189 # ifndef __bitwise 190 # define __bitwise __attribute__((bitwise)) macro 194 # ifndef __bitwise 195 # define __bitwise macro
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asound.h | 184 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;
|
D | asequencer.h | 341 typedef int __bitwise snd_seq_client_type_t;
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.0.rst | 227 * I have updated the sparse.1 man page including the __bitwise 229 complete comparison between __nocast vs __bitwise.
|