Searched defs:__u32 (Results 1 - 17 of 17) sorted by relevance

/external/linux-tools-perf/host-darwin-fixup/
H A DAndroidFixup.h23 typedef __uint32_t __u32; typedef
/external/clang/test/CodeGen/
H A D2008-01-28-UnionSize.c5 typedef unsigned int __u32; typedef
7 typedef __u32 __le32;
H A D2009-07-22-StructLayout.c6 typedef unsigned int __u32; typedef
30 .bmEthernetStatistics = (( __le32)(__u32)(0)),
/external/e2fsprogs/include/nonunix/linux/
H A Dtypes.h19 typedef unsigned __int32 __u32; typedef
25 typedef __u32 ino_t;
/external/kernel-headers/original/asm-mips/
H A Dtypes.h23 typedef unsigned int __u32; typedef
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dlinux_wext.h24 typedef __uint32_t __u32; typedef
/external/wpa_supplicant_8/src/drivers/
H A Dlinux_wext.h24 typedef __uint32_t __u32; typedef
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dlinux_wext.h24 typedef __uint32_t __u32; typedef
/external/e2fsprogs/lib/blkid/
H A Dblkid_types.h61 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/
H A Dext2_types.h61 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/
H A Dtypes.h20 typedef unsigned int __u32; typedef
/external/kernel-headers/original/asm-x86/
H A Dtypes.h20 typedef unsigned int __u32; typedef
/external/grub/stage2/
H A Dfat.h31 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 */
H A Dfsys_minix.c54 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_zone
[all...]
H A Dfsys_ext2fs.c43 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_grou
[all...]
H A Dfsys_reiserfs.c37 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_ma
[all...]
/external/yaffs2/yaffs2/
H A Ddevextras.h38 typedef unsigned __u32; typedef

Completed in 417 milliseconds