HomeSort by relevance Sort by last modified time
    Searched defs:__u32 (Results 1 - 25 of 33) sorted by null

1 2

  /external/fio/os/windows/posix/include/asm/
types.h 5 typedef unsigned int __u32; typedef
  /system/extras/simpleperf/nonlinux_support/include/linux/
types.h 21 typedef uint32_t __u32; typedef
  /bionic/libc/kernel/uapi/asm-generic/
int-l64.h 28 typedef unsigned int __u32; typedef
int-ll64.h 28 typedef unsigned int __u32; typedef
  /external/clang/test/CodeGen/
2008-01-28-UnionSize.c 5 typedef unsigned int __u32; typedef
7 typedef __u32 __le32;
2009-07-22-StructLayout.c 6 typedef unsigned int __u32; typedef
30 .bmEthernetStatistics = (( __le32)(__u32)(0)),
  /external/kernel-headers/original/uapi/asm-generic/
int-l64.h 27 typedef unsigned int __u32; typedef
int-ll64.h 27 typedef unsigned int __u32; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
int-l64.h 26 typedef unsigned int __u32; typedef
int-ll64.h 26 typedef unsigned int __u32; typedef
  /external/e2fsprogs/include/mingw/linux/
types.h 17 typedef unsigned __int32 __u32; typedef
23 //typedef __u32 ino_t;
24 typedef __u32 dev_t;
25 typedef __u32 uid_t;
26 typedef __u32 gid_t;
  /external/e2fsprogs/include/nonunix/linux/
types.h 20 typedef unsigned __int32 __u32; typedef
26 //typedef __u32 ino_t;
27 typedef __u32 dev_t;
28 typedef __u32 uid_t;
29 typedef __u32 gid_t;
  /external/wpa_supplicant_8/src/drivers/
linux_wext.h 24 typedef uint32_t __u32; typedef
  /hardware/intel/bootstub/
types.h 10 typedef unsigned int __u32; typedef
15 typedef __u32 u32;
  /system/extras/ext4_utils/include/ext4_utils/
ext4_kernel_headers.h 34 #define __u32 uint32_t macro
54 #undef __u32 macro
  /external/e2fsprogs/lib/blkid/
blkid_types.h 14 typedef unsigned int __u32; typedef
37 typedef __u32 __bitwise __le32;
40 typedef __u32 __bitwise __be32;
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h 14 typedef unsigned int __u32; typedef
37 typedef __u32 __bitwise __le32;
40 typedef __u32 __bitwise __be32;
  /external/e2fsprogs/lib/uuid/
uuid_types.h 14 typedef unsigned int __u32; typedef
35 typedef __u32 __bitwise __le32;
38 typedef __u32 __bitwise __be32;
  /external/e2fsprogs/util/
android_types.h 14 typedef unsigned int __u32; typedef
35 typedef __u32 __bitwise __le32;
38 typedef __u32 __bitwise __be32;
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
int_typedefs.h 21 typedef uint32_t __u32; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
type_compat.h 8 typedef uint32_t __u32; typedef
33 #define __le32 __u32
36 #define __be32 __u32
  /system/core/libsparse/
sparse_defs.h 32 #define __u32 u32 macro
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 46 #define __u32 uint32_t macro
53 __u32 err_rx;
54 __u32 err_tx;
55 __u32 cmd_tx;
56 __u32 evt_rx;
57 __u32 acl_tx;
58 __u32 acl_rx;
59 __u32 sco_tx;
60 __u32 sco_rx;
61 __u32 byte_rx
    [all...]
  /external/libcap/libcap/
libcap.h 22 #ifndef __u32
23 #define __u32 uint32_t macro
24 #endif /* __u32 */
103 # define CAP_TO_INDEX(x) ((x) >> 5) /* 1 << 5 == bits in __u32 */
112 #define CAP_SET_SIZE (__CAP_BLKS * sizeof(__u32))
119 __u32 flat[NUMBER_OF_CAP_SETS];
141 #define __libcap_check_magic(c,magic) ((c) && *(-1+(__u32 *)(c)) == (magic))
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mltypes.h 112 typedef uint32_t __u32; typedef

Completed in 327 milliseconds

1 2