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

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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;
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
types.h 21 #ifndef __bitwise
23 #define __bitwise macro
26 typedef __u32 __bitwise __le32;
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
types.h 6 #ifndef __bitwise
7 #define __bitwise macro
11 typedef __u32 __bitwise __le32;
  /external/tinycompress/
cplay.c 67 #define __bitwise macro
compress.c 72 #define __bitwise macro
  /system/extras/tests/audio/alsa/
pcmtest.cpp 27 #define __bitwise macro
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 31 #define __bitwise macro
35 #undef __bitwise macro
  /external/tinyalsa/
mixer.c 41 #define __bitwise macro
pcm.c 45 #define __bitwise macro
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 30 #define __bitwise macro
alsa_pcm.c 50 #define __bitwise macro
  /external/wpa_supplicant_8/src/utils/
common.h 445 #define __bitwise __attribute__((bitwise)) macro
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;
  /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 1279 milliseconds

1 2 34