Searched defs:__bitwise (Results 1 - 17 of 17) sorted by relevance

/external/tinycompress/
H A Dutils.c59 #define __bitwise macro
H A Dcplay.c67 #define __bitwise macro
H A Dcompress.c72 #define __bitwise macro
/external/iproute2/include/uapi/linux/
H A Dtypes.h22 #define __bitwise __bitwise__ macro
24 typedef __u16 __bitwise __le16;
25 typedef __u16 __bitwise __be16;
26 typedef __u32 __bitwise __le32;
27 typedef __u32 __bitwise __be32;
28 typedef __u64 __bitwise __le64;
29 typedef __u64 __bitwise __be64;
31 typedef __u16 __bitwise __sum16;
32 typedef __u32 __bitwise __wsum;
/external/iptables/include/linux/
H A Dtypes.h22 #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 __wsu
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtypes.h27 #define __bitwise __bitwise__ macro
29 typedef __u16 __bitwise __le16;
30 typedef __u16 __bitwise __be16;
31 typedef __u32 __bitwise __le32;
32 typedef __u32 __bitwise __be32;
33 typedef __u64 __bitwise __le64;
34 typedef __u64 __bitwise __be64;
36 typedef __u16 __bitwise __sum16;
37 typedef __u32 __bitwise __wsum;
/external/linux-kselftest/tools/testing/selftests/bpf/include/uapi/linux/
H A Dtypes.h8 #define __bitwise macro
9 typedef __u16 __bitwise __le16;
10 typedef __u16 __bitwise __be16;
11 typedef __u32 __bitwise __le32;
12 typedef __u32 __bitwise __be32;
13 typedef __u64 __bitwise __le64;
14 typedef __u64 __bitwise __be64;
16 typedef __u16 __bitwise __sum16;
17 typedef __u32 __bitwise __wsum;
/external/e2fsprogs/lib/blkid/
H A Dblkid_types.h27 #define __bitwise __attribute__((bitwise)) macro
30 #ifndef __bitwise
31 #define __bitwise macro
36 typedef __u16 __bitwise __le16;
37 typedef __u32 __bitwise __le32;
38 typedef __u64 __bitwise __le64;
39 typedef __u16 __bitwise __be16;
40 typedef __u32 __bitwise __be32;
41 typedef __u64 __bitwise __be64;
/external/e2fsprogs/lib/ext2fs/
H A Dext2_types.h27 #define __bitwise __attribute__((bitwise)) macro
30 #ifndef __bitwise
31 #define __bitwise macro
36 typedef __u16 __bitwise __le16;
37 typedef __u32 __bitwise __le32;
38 typedef __u64 __bitwise __le64;
39 typedef __u16 __bitwise __be16;
40 typedef __u32 __bitwise __be32;
41 typedef __u64 __bitwise __be64;
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h27 #define __bitwise __attribute__((bitwise)) macro
30 #define __bitwise macro
34 typedef __u16 __bitwise __le16;
35 typedef __u32 __bitwise __le32;
36 typedef __u64 __bitwise __le64;
37 typedef __u16 __bitwise __be16;
38 typedef __u32 __bitwise __be32;
39 typedef __u64 __bitwise __be64;
/external/e2fsprogs/util/
H A Dandroid_types.h27 #define __bitwise __attribute__((bitwise)) macro
30 #define __bitwise macro
34 typedef __u16 __bitwise __le16;
35 typedef __u32 __bitwise __le32;
36 typedef __u64 __bitwise __le64;
37 typedef __u16 __bitwise __be16;
38 typedef __u32 __bitwise __be32;
39 typedef __u64 __bitwise __be64;
/external/f2fs-tools/fsck/
H A Dquotaio.h178 # ifndef __bitwise
179 # define __bitwise __attribute__((bitwise)) macro
183 # ifndef __bitwise
184 # define __bitwise macro
/external/tinyalsa/
H A Dmixer.c44 #define __bitwise macro
H A Dpcm.c45 #define __bitwise macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h434 #undef __bitwise macro
435 #define __bitwise __attribute__((bitwise)) macro
438 #define __bitwise macro
441 typedef u16 __bitwise be16;
442 typedef u16 __bitwise le16;
443 typedef u32 __bitwise be32;
444 typedef u32 __bitwise le32;
445 typedef u64 __bitwise be64;
446 typedef u64 __bitwise le64;
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h434 #undef __bitwise macro
435 #define __bitwise __attribute__((bitwise)) macro
438 #define __bitwise macro
441 typedef u16 __bitwise be16;
442 typedef u16 __bitwise le16;
443 typedef u32 __bitwise be32;
444 typedef u32 __bitwise le32;
445 typedef u64 __bitwise be64;
446 typedef u64 __bitwise le64;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h434 #undef __bitwise macro
435 #define __bitwise __attribute__((bitwise)) macro
438 #define __bitwise macro
441 typedef u16 __bitwise be16;
442 typedef u16 __bitwise le16;
443 typedef u32 __bitwise be32;
444 typedef u32 __bitwise le32;
445 typedef u64 __bitwise be64;
446 typedef u64 __bitwise le64;

Completed in 420 milliseconds