HomeSort by relevance Sort by last modified time
    Searched defs:__u32 (Results 51 - 72 of 72) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
types.h 30 typedef unsigned int __u32; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
types.h 30 typedef unsigned int __u32; typedef
  /external/clang/test/CodeGen/
2009-07-22-StructLayout.c 6 typedef unsigned int __u32; typedef
30 .bmEthernetStatistics = (( __le32)(__u32)(0)),
  /external/kernel-headers/original/asm-mips/
types.h 23 typedef unsigned int __u32; typedef
  /external/wpa_supplicant_8/src/drivers/
linux_wext.h 24 typedef __uint32_t __u32; typedef
  /external/e2fsprogs/lib/blkid/
blkid_types.h 61 typedef __U32_TYPEDEF __u32; typedef
64 typedef unsigned int __u32; typedef
67 typedef unsigned long __u32; typedef
70 typedef unsigned short __u32; typedef
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h 61 typedef __U32_TYPEDEF __u32; typedef
64 typedef unsigned int __u32; typedef
67 typedef unsigned long __u32; typedef
70 typedef unsigned short __u32; typedef
  /external/kernel-headers/original/asm-arm/
types.h 20 typedef unsigned int __u32; typedef
  /external/kernel-headers/original/asm-x86/
types.h 20 typedef unsigned int __u32; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
type_compat.h 8 typedef uint32_t __u32; typedef
33 #define __le32 __u32
36 #define __be32 __u32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
type_compat.h 8 typedef uint32_t __u32; typedef
33 #define __le32 __u32
36 #define __be32 __u32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/grub/stage2/
fat.h 31 typedef unsigned int __u32; typedef
50 __u32 hidden; /* hidden sectors (unused) */
51 __u32 long_sectors; /* number of sectors (if short_sectors == 0) */
54 __u32 fat32_length; /* sectors/FAT */
57 __u32 root_cluster; /* first cluster in root directory */
fsys_minix.c 54 typedef unsigned int __u32; typedef
90 __u32 i_size;
91 __u32 i_time;
108 __u32 i_size;
109 __u32 i_atime;
110 __u32 i_mtime;
111 __u32 i_ctime;
112 __u32 i_zone[10];
125 __u32 s_max_size;
128 __u32 s_zones
    [all...]
fsys_ext2fs.c 43 typedef unsigned int __u32; typedef
57 __u32 s_inodes_count; /* Inodes count */
58 __u32 s_blocks_count; /* Blocks count */
59 __u32 s_r_blocks_count; /* Reserved blocks count */
60 __u32 s_free_blocks_count; /* Free blocks count */
61 __u32 s_free_inodes_count; /* Free inodes count */
62 __u32 s_first_data_block; /* First Data Block */
63 __u32 s_log_block_size; /* Block size */
65 __u32 s_blocks_per_group; /* # Blocks per group */
66 __u32 s_frags_per_group; /* # Fragments per group *
    [all...]
fsys_reiserfs.c 37 typedef unsigned int __u32; typedef
46 #define __cpu_to_le32(x) ((__u32) (x))
47 #define __le32_to_cpu(x) ((__u32) (x))
55 __u32 s_block_count; /* blocks count */
56 __u32 s_free_blocks; /* free blocks count */
57 __u32 s_root_block; /* root block number */
58 __u32 s_journal_block; /* journal block number */
59 __u32 s_journal_dev; /* journal device number */
60 __u32 s_journal_size; /* size of the journal on FS creation. used to make sure they don't overflow it */
61 __u32 s_journal_trans_max; /* max number of blocks in a transaction. *
    [all...]
  /external/yaffs2/yaffs2/
devextras.h 38 typedef unsigned __u32; typedef
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mltypes.h 112 typedef uint32_t __u32; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mltypes.h 112 typedef uint32_t __u32; typedef
  /system/core/include/private/
android_filesystem_capability.h 27 #define __u32 uint32_t macro
38 __u32 version;
43 __u32 effective;
44 __u32 permitted;
45 __u32 inheritable;
114 #undef __u32 macro
  /system/extras/ext4_utils/
ext4_utils.h 84 #define __u32 u32 macro

Completed in 845 milliseconds

1 23