Searched refs:__u32 (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Drev16.c6 typedef unsigned int __u32; typedef
8 __u32
9 __rev16_32_alt (__u32 x)
11 return (((__u32)(x) & (__u32)0xff00ff00UL) >> 8)
12 | (((__u32)(x) & (__u32)0x00ff00ffUL) << 8);
15 __u32
16 __rev16_32 (__u32 x)
18 return (((__u32)(
[all...]
H A Dlp1243022.c7 typedef unsigned int __u32; typedef
9 typedef __u32 __le32;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Drev16_1.c6 typedef unsigned int __u32; typedef
8 __u32
9 __rev16_32_alt (__u32 x)
11 return (((__u32)(x) & (__u32)0xff00ff00UL) >> 8)
12 | (((__u32)(x) & (__u32)0x00ff00ffUL) << 8);
15 __u32
16 __rev16_32 (__u32 x)
18 return (((__u32)(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A D20020313-1.c12 typedef unsigned int __u32; typedef
17 __u32 irq_count;
18 __u32 bh_count;
22 __u32 softirq_pending;
36 __u32 packets;
37 __u32 drops;
38 __u32 overlimits;
39 __u32 bps;
40 __u32 pps;
41 __u32 qle
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20100915-1.c4 typedef unsigned int __u32; typedef
5 typedef __u32 __be32;
45 if (sb->s_header.h_magic != (( __be32)(__u32)(0)) ||
46 sb->s_blocksize != (( __be32)(__u32)(journal->j_blocksize))) {
50 switch((( __u32)(__be32)(sb->s_header.h_blocktype))) {
57 if ((( __u32)(__be32)(sb->s_maxlen)) < journal->j_maxlen)
58 journal->j_maxlen = (( __u32)(__be32)(sb->s_maxlen));
59 else if ((( __u32)(__be32)(sb->s_maxlen)) > journal->j_maxlen) {
H A Dpr37381.c2 typedef unsigned int __u32; typedef
5 __u32 x, y;
6 __u32 width, height;
H A D20090907-1.c4 typedef unsigned int __u32; typedef
8 typedef __u32 uint32_t;
H A Dpr44043.c3 typedef unsigned int __u32; typedef
8 typedef __u32 __be32;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dpr24624.c6 typedef unsigned int __u32; typedef
55 inet_getpeer (__u32 daddr, int create)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr53703.c11 typedef unsigned int __u32; typedef
13 __u32 nlmsg_len;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/torture/
H A Dpr58314.c5 typedef unsigned int __u32; typedef
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/h8300/
H A Dpr58400.c6 typedef unsigned int __u32; typedef
16 typedef __u32 __kernel_dev_t;
67 struct inode { umode_t i_mode; unsigned short i_opflags; kuid_t i_uid; kgid_t i_gid; unsigned int i_flags; struct posix_acl *i_acl; struct posix_acl *i_default_acl; const struct inode_operations *i_op; struct super_block *i_sb; struct address_space *i_mapping; void *i_security; unsigned long i_ino; union { const unsigned int i_nlink; unsigned int __i_nlink; }; dev_t i_rdev; loff_t i_size; struct timespec i_atime; struct timespec i_mtime; struct timespec i_ctime; spinlock_t i_lock; unsigned short i_bytes; unsigned int i_blkbits; blkcnt_t i_blocks; unsigned long i_state; struct mutex i_mutex; unsigned long dirtied_when; struct hlist_node i_hash; struct list_head i_wb_list; struct list_head i_lru; struct list_head i_sb_list; union { struct hlist_head i_dentry; struct callback_head i_rcu; }; u64 i_version; atomic_t i_count; atomic_t i_dio_count; atomic_t i_writecount; const struct file_operations *i_fop; struct file_lock *i_flock; struct address_space i_data; struct dquot *i_dquot[2]; struct list_head i_devices; union { struct pipe_inode_info *i_pipe; struct block_device *i_bdev; struct cdev *i_cdev; }; __u32 i_generation; __u32 i_fsnotify_mask; struct hlist_head i_fsnotify_marks; atomic_t i_readcount; void *i_private; };
80 struct ext4_sb_info { unsigned long s_desc_size; unsigned long s_inodes_per_block; unsigned long s_blocks_per_group; unsigned long s_clusters_per_group; unsigned long s_inodes_per_group; unsigned long s_itb_per_group; unsigned long s_gdb_count; unsigned long s_desc_per_block; ext4_group_t s_groups_count; ext4_group_t s_blockfile_groups; unsigned long s_overhead; unsigned int s_cluster_ratio; unsigned int s_cluster_bits; loff_t s_bitmap_maxbytes; struct buffer_head * s_sbh; struct ext4_super_block *s_es; struct buffer_head **s_group_desc; unsigned int s_mount_opt; unsigned int s_mount_opt2; unsigned int s_mount_flags; unsigned int s_def_mount_opt; ext4_fsblk_t s_sb_block; atomic64_t s_resv_clusters; kuid_t s_resuid; kgid_t s_resgid; unsigned short s_mount_state; unsigned short s_pad; int s_addr_per_block_bits; int s_desc_per_block_bits; int s_inode_size; int s_first_ino; unsigned int s_inode_readahead_blks; unsigned int s_inode_goal; spinlock_t s_next_gen_lock; u32 s_next_generation; u32 s_hash_seed[4]; int s_def_hash_version; int s_hash_unsigned; struct percpu_counter s_freeclusters_counter; struct percpu_counter s_freeinodes_counter; struct percpu_counter s_dirs_counter; struct percpu_counter s_dirtyclusters_counter; struct blockgroup_lock *s_blockgroup_lock; struct proc_dir_entry *s_proc; struct kobject s_kobj; struct completion s_kobj_unregister; struct super_block *s_sb; struct journal_s *s_journal; struct list_head s_orphan; struct mutex s_orphan_lock; unsigned long s_resize_flags; unsigned long s_commit_interval; u32 s_max_batch_time; u32 s_min_batch_time; struct block_device *journal_bdev; char *s_qf_names[2]; int s_jquota_fmt; unsigned int s_want_extra_isize; struct rb_root system_blks; struct ext4_group_info ***s_group_info; struct inode *s_buddy_cache; spinlock_t s_md_lock; unsigned short *s_mb_offsets; unsigned int *s_mb_maxs; unsigned int s_group_info_size; unsigned long s_stripe; unsigned int s_mb_stream_request; unsigned int s_mb_max_to_scan; unsigned int s_mb_min_to_scan; unsigned int s_mb_stats; unsigned int s_mb_order2_reqs; unsigned int s_mb_group_prealloc; unsigned int s_max_dir_size_kb; unsigned long s_mb_last_group; unsigned long s_mb_last_start; atomic_t s_bal_reqs; atomic_t s_bal_success; atomic_t s_bal_allocated; atomic_t s_bal_ex_scanned; atomic_t s_bal_goals; atomic_t s_bal_breaks; atomic_t s_bal_2orders; spinlock_t s_bal_lock; unsigned long s_mb_buddies_generated; unsigned long long s_mb_generation_time; atomic_t s_mb_lost_chunks; atomic_t s_mb_preallocated; atomic_t s_mb_discarded; atomic_t s_lock_busy; struct ext4_locality_group *s_locality_groups; unsigned long s_sectors_written_start; u64 s_kbytes_written; unsigned int s_extent_max_zeroout_kb; unsigned int s_log_groups_per_flex; struct flex_groups *s_flex_groups; ext4_group_t s_flex_groups_allocated; struct workqueue_struct *unrsv_conversion_wq; struct workqueue_struct *rsv_conversion_wq; struct timer_list s_err_report; struct ext4_li_request *s_li_request; unsigned int s_li_wait_mult; struct task_struct *s_mmp_tsk; atomic_t s_last_trim_minblks; struct crypto_shash *s_chksum_driver; __u32 s_csum_seed; struct shrinker s_es_shrinker; struct list_head s_es_lru; unsigned long s_es_last_sorted; struct percpu_counter s_extent_cache_cnt; spinlock_t s_es_lru_lock ; };

Completed in 141 milliseconds