Searched defs:__bitwise (Results 1 - 11 of 11) 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/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/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/tinyalsa/
H A Dmixer.c41 #define __bitwise macro
H A Dpcm.c45 #define __bitwise macro
/external/kernel-headers/original/linux/
H A Dtypes.h176 #define __bitwise __bitwise__ macro
178 #define __bitwise macro
181 typedef __u16 __bitwise __le16;
182 typedef __u16 __bitwise __be16;
183 typedef __u32 __bitwise __le32;
184 typedef __u32 __bitwise __be32;
186 typedef __u64 __bitwise __le64;
187 typedef __u64 __bitwise __be64;
189 typedef __u16 __bitwise __sum16;
190 typedef __u32 __bitwise __wsu
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h441 #define __bitwise __attribute__((bitwise)) macro
444 #define __bitwise macro
447 typedef u16 __bitwise be16;
448 typedef u16 __bitwise le16;
449 typedef u32 __bitwise be32;
450 typedef u32 __bitwise le32;
451 typedef u64 __bitwise be64;
452 typedef u64 __bitwise le64;
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h441 #define __bitwise __attribute__((bitwise)) macro
444 #define __bitwise macro
447 typedef u16 __bitwise be16;
448 typedef u16 __bitwise le16;
449 typedef u32 __bitwise be32;
450 typedef u32 __bitwise le32;
451 typedef u64 __bitwise be64;
452 typedef u64 __bitwise le64;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h441 #define __bitwise __attribute__((bitwise)) macro
444 #define __bitwise macro
447 typedef u16 __bitwise be16;
448 typedef u16 __bitwise le16;
449 typedef u32 __bitwise be32;
450 typedef u32 __bitwise le32;
451 typedef u64 __bitwise be64;
452 typedef u64 __bitwise le64;

Completed in 322 milliseconds