HomeSort by relevance Sort by last modified time
    Searched defs:__bitwise (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/uapi/linux/
types.h 26 #define __bitwise macro
27 typedef __u16 __bitwise __le16;
29 typedef __u16 __bitwise __be16;
30 typedef __u32 __bitwise __le32;
31 typedef __u32 __bitwise __be32;
32 typedef __u64 __bitwise __le64;
34 typedef __u64 __bitwise __be64;
35 typedef __u16 __bitwise __sum16;
36 typedef __u32 __bitwise __wsum;
  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 27 #define __bitwise macro
  /development/ndk/platforms/android-3/include/linux/
types.h 19 #define __bitwise macro
21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
23 typedef __u32 __bitwise __le32;
24 typedef __u32 __bitwise __be32;
26 typedef __u64 __bitwise __le64;
27 typedef __u64 __bitwise __be64;
  /development/ndk/platforms/android-L/include/linux/
types.h 26 #define __bitwise macro
27 typedef __u16 __bitwise __le16;
29 typedef __u16 __bitwise __be16;
30 typedef __u32 __bitwise __le32;
31 typedef __u32 __bitwise __be32;
32 typedef __u64 __bitwise __le64;
34 typedef __u64 __bitwise __be64;
35 typedef __u16 __bitwise __sum16;
36 typedef __u32 __bitwise __wsum;
  /external/iptables/include/linux/
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
    [all...]
  /external/kernel-headers/original/uapi/linux/
types.h 27 #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 __wsum
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
types.h 6 #ifndef __bitwise
7 #define __bitwise macro
11 typedef __u32 __bitwise __le32;
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 31 #define __bitwise macro
35 #undef __bitwise macro
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 68 #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_t
    [all...]

Completed in 428 milliseconds