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

1 2 34

  /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 441 #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/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 5215 milliseconds

1 2 34