Searched refs:__bitwise (Results 1 - 14 of 14) sorted by relevance

/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 #define __bitwise macro
32 typedef __u16 __bitwise __le16;
33 typedef __u16 __bitwise __be16;
34 typedef __u32 __bitwise __le32;
35 typedef __u32 __bitwise __be32;
36 typedef __u64 __bitwise __le64;
37 typedef __u64 __bitwise __be64;
39 typedef __u16 __bitwise __sum16;
40 typedef __u32 __bitwise __wsu
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dtypes.h6 #ifndef __bitwise
7 #define __bitwise macro
11 typedef __u32 __bitwise __le32;
/external/tinycompress/
H A Dutils.c59 #define __bitwise macro
H A Dcplay.c67 #define __bitwise macro
H A Dcompress.c72 #define __bitwise macro
/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;
/external/kernel-headers/original/uapi/sound/
H A Dasound.h167 typedef int __bitwise snd_pcm_access_t;
175 typedef int __bitwise snd_pcm_format_t;
245 typedef int __bitwise snd_pcm_subformat_t;
267 typedef int __bitwise snd_pcm_state_t;
777 typedef int __bitwise snd_ctl_elem_type_t;
787 typedef int __bitwise snd_ctl_elem_iface_t;
H A Dasequencer.h339 typedef int __bitwise snd_seq_client_type_t;
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h68 #define __bitwise __attribute__((bitwise)) macro
70 #define __bitwise macro
73 typedef __u32 __bitwise ext2_ino_t;
74 typedef __u32 __bitwise blk_t;
75 typedef __u64 __bitwise blk64_t;
76 typedef __u32 __bitwise dgrp_t;
77 typedef __u32 __bitwise ext2_off_t;
78 typedef __u64 __bitwise ext2_off64_t;
79 typedef __s64 __bitwise e2_blkcnt_t;
80 typedef __u32 __bitwise ext2_dirhash_
[all...]
/external/tinyalsa/
H A Dmixer.c41 #define __bitwise macro
H A Dpcm.c45 #define __bitwise macro

Completed in 912 milliseconds