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

  /bionic/libc/kernel/arch-arm/asm/
types.h 26 typedef unsigned int __u32; typedef
  /bionic/libc/kernel/arch-sh/asm/
types.h 26 typedef unsigned int __u32; typedef
  /bionic/libc/kernel/arch-x86/asm/
types.h 26 typedef unsigned int __u32; typedef
  /development/ndk/platforms/android-3/arch-arm/include/asm/
types.h 26 typedef unsigned int __u32; typedef
  /development/ndk/platforms/android-5/arch-x86/include/asm/
types.h 26 typedef unsigned int __u32; typedef
  /external/e2fsprogs/include/nonunix/linux/
types.h 19 typedef unsigned __int32 __u32; typedef
25 typedef __u32 ino_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
types.h 26 typedef unsigned int __u32; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
types.h 26 typedef unsigned int __u32; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
types.h 26 typedef unsigned int __u32; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
types.h 26 typedef unsigned int __u32; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
types.h 26 typedef unsigned int __u32; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
types.h 26 typedef unsigned int __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
  /device/samsung/crespo/alsa-lib/include/sound/
type_compat.h 8 typedef uint32_t __u32; typedef
33 #define __le32 __u32
36 #define __be32 __u32
  /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
  /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
  /system/extras/ext4_utils/
ext4_utils.h 52 #define __u32 u32 macro

Completed in 1028 milliseconds