Home
last modified time | relevance | path

Searched refs:__uint32_t (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_stats.h43 __uint32_t xs_allocx;
44 __uint32_t xs_allocb;
45 __uint32_t xs_freex;
46 __uint32_t xs_freeb;
48 __uint32_t xs_abt_lookup;
49 __uint32_t xs_abt_compare;
50 __uint32_t xs_abt_insrec;
51 __uint32_t xs_abt_delrec;
53 __uint32_t xs_blk_mapr;
54 __uint32_t xs_blk_mapw;
[all …]
/freebsd-9-stable/sys/sys/
D_umtx.h41 __uint32_t m_flags; /* Flags of the mutex */
42 __uint32_t m_ceilings[2]; /* Priority protect ceiling */
43 __uint32_t m_spare[4];
47 volatile __uint32_t c_has_waiters; /* Has waiters in kernel */
48 __uint32_t c_flags; /* Flags of the condition variable */
49 __uint32_t c_clockid; /* Clock id */
50 __uint32_t c_spare[1]; /* Spare space */
55 __uint32_t rw_flags;
56 __uint32_t rw_blocked_readers;
57 __uint32_t rw_blocked_writers;
[all …]
D_types.h38 typedef __uint32_t __blksize_t; /* file block size */
42 typedef __uint32_t __fflags_t; /* file flags */
45 typedef __uint32_t __gid_t;
47 typedef __uint32_t __ino_t; /* inode number */
60 typedef __uint32_t __socklen_t;
64 typedef __uint32_t __uid_t;
99 typedef __uint32_t __dev_t; /* device number */
101 typedef __uint32_t __fixpt_t; /* fixed point number */
Dtypes.h67 typedef __uint32_t u_int32_t;
131 typedef __uint32_t in_addr_t; /* base type for internet address */
257 typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask...) */
288 #define __bitcount32(x) __builtin_popcount((__uint32_t)(x))
308 static __inline __uint32_t
309 __bitcount32(__uint32_t _x) in __bitcount32()
Dstat.h118 __uint32_t st_gen; /* file generation number */
137 __uint32_t st_gen; /* file generation number */
156 __uint32_t st_mode; /* inode protection mode */
157 __uint32_t st_nlink; /* number of hard links */
168 __uint32_t st_gen; /* file generation number */
/freebsd-9-stable/sys/arm/include/
D_types.h54 typedef unsigned int __uint32_t; typedef
69 typedef __uint32_t __clock_t; /* clock()... */
87 typedef __uint32_t __size_t; /* sizeof() */
90 typedef __uint32_t __uintfptr_t;
92 typedef __uint32_t __uintptr_t;
93 typedef __uint32_t __uint_fast8_t;
94 typedef __uint32_t __uint_fast16_t;
95 typedef __uint32_t __uint_fast32_t;
99 typedef __uint32_t __uint_least32_t;
101 typedef __uint32_t __u_register_t;
[all …]
Dendian.h62 #define __ntohl(x) ((__uint32_t)(x))
64 #define __htonl(x) ((__uint32_t)(x))
85 static __inline __uint32_t
86 __bswap32_var(__uint32_t v) in __bswap32_var()
88 __uint32_t t1; in __bswap32_var()
102 __uint32_t ret = v & 0xffff; in __bswap16_var()
131 ((__uint32_t)(__builtin_constant_p(x) ? \
/freebsd-9-stable/sys/powerpc/include/
D_types.h54 typedef unsigned int __uint32_t; typedef
74 typedef __uint32_t __clock_t; /* clock()... */
108 typedef __uint32_t __size_t; /* sizeof() */
111 typedef __uint32_t __uintfptr_t;
112 typedef __uint32_t __uintptr_t;
115 typedef __uint32_t __uint_fast8_t;
116 typedef __uint32_t __uint_fast16_t;
117 typedef __uint32_t __uint_fast32_t;
121 typedef __uint32_t __uint_least32_t;
129 typedef __uint32_t __u_register_t;
[all …]
Dendian.h89 #define __bswap32_const(x) ((((__uint32_t)(x) >> 24) & 0xff) | \
90 (((__uint32_t)(x) >> 8) & 0xff00) | \
91 (((__uint32_t)(x)<< 8) & 0xff0000) | \
92 (((__uint32_t)(x) << 24) & 0xff000000))
109 static __inline __uint32_t
110 __bswap32_var(__uint32_t _x) in __bswap32_var()
134 #define __htonl(x) ((__uint32_t)(x))
136 #define __ntohl(x) ((__uint32_t)(x))
/freebsd-9-stable/sys/x86/include/
D_types.h56 typedef unsigned int __uint32_t; typedef
113 typedef __uint32_t __size_t;
116 typedef __uint32_t __uintfptr_t;
117 typedef __uint32_t __uintptr_t;
120 typedef __uint32_t __uint_fast8_t;
121 typedef __uint32_t __uint_fast16_t;
122 typedef __uint32_t __uint_fast32_t;
126 typedef __uint32_t __uint_least32_t;
134 typedef __uint32_t __u_register_t;
135 typedef __uint32_t __vm_offset_t;
[all …]
/freebsd-9-stable/sys/mips/include/
D_types.h55 typedef unsigned int __uint32_t; typedef
113 typedef __uint32_t __size_t; /* sizeof() */
115 typedef __uint32_t __uintfptr_t;
116 typedef __uint32_t __uintptr_t;
120 typedef __uint32_t __uint_fast8_t;
121 typedef __uint32_t __uint_fast16_t;
122 typedef __uint32_t __uint_fast32_t;
126 typedef __uint32_t __uint_least32_t;
131 typedef __uint32_t __u_register_t;
137 typedef __uint32_t __vm_offset_t;
[all …]
Dendian.h93 static __inline __uint32_t
94 __bswap32_var(__uint32_t _x) in __bswap32_var()
113 #define __bswap32(x) ((__uint32_t)(__is_constant((x)) ? \
114 __bswap32_const((__uint32_t)(x)) : __bswap32_var((__uint32_t)(x))))
119 #define __htonl(x) ((__uint32_t)(x))
121 #define __ntohl(x) ((__uint32_t)(x))
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_types.h40 typedef unsigned int __uint32_t; typedef
47 typedef __uint32_t prid_t; /* project ID */
48 typedef __uint32_t inst_t; /* an instruction */
60 typedef __uint32_t __psunsigned_t;
70 typedef __uint32_t xfs_agblock_t; /* blockno in alloc. group */
71 typedef __uint32_t xfs_extlen_t; /* extent length in blocks */
72 typedef __uint32_t xfs_agnumber_t; /* allocation group number */
84 typedef __uint32_t xfs_dablk_t; /* dir/attr block number (in file) */
85 typedef __uint32_t xfs_dahash_t; /* dir/attr hash value */
108 typedef __uint32_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
[all …]
Dxfs_bit.h29 static inline __uint32_t xfs_mask32hi(int n) in xfs_mask32hi()
31 return (__uint32_t)-1 << (32 - (n)); in xfs_mask32hi()
39 static inline __uint32_t xfs_mask32lo(int n) in xfs_mask32lo()
41 return ((__uint32_t)1 << (n)) - 1; in xfs_mask32lo()
50 extern int xfs_highbit32(__uint32_t v);
Dxfs_bit.c111 __uint32_t v) in xfs_highbit32()
141 __uint32_t w = (__uint32_t)v; in xfs_lowbit64()
147 w = (__uint32_t)(v >> 32); in xfs_lowbit64()
161 __uint32_t h = (__uint32_t)(v >> 32); in xfs_highbit64()
165 return xfs_highbit32((__uint32_t)v); in xfs_highbit64()
Dxfs_inum.h29 typedef __uint32_t xfs_agino_t; /* within allocation grp inode number */
39 typedef __uint32_t xfs_intino_t;
47 #define XFS_INO_MASK(k) (__uint32_t)((1ULL << (k)) - 1)
/freebsd-9-stable/sys/sparc64/include/
Dendian.h74 #define __bswap32_const(x) ((((__uint32_t)(x) >> 24) & 0xff) | \
75 (((__uint32_t)(x) >> 8) & 0xff00) | \
76 (((__uint32_t)(x)<< 8) & 0xff0000) | \
77 (((__uint32_t)(x) << 24) & 0xff000000))
94 static __inline __uint32_t
95 __bswap32_var(__uint32_t _x) in __bswap32_var()
119 #define __htonl(x) ((__uint32_t)(x))
121 #define __ntohl(x) ((__uint32_t)(x))
D_types.h50 typedef unsigned int __uint32_t; typedef
81 typedef __uint32_t __uint_fast8_t;
82 typedef __uint32_t __uint_fast16_t;
83 typedef __uint32_t __uint_fast32_t;
87 typedef __uint32_t __uint_least32_t;
/freebsd-9-stable/lib/msun/amd64/
Dfenv.h37 __uint32_t __control;
38 __uint32_t __status;
39 __uint32_t __tag;
42 __uint32_t __mxcsr;
113 __uint32_t __mxcsr; in fegetexceptflag()
128 __uint32_t __mxcsr; in fetestexcept()
154 __uint32_t __mxcsr; in fesetround()
Dfenv.c89 __uint32_t mxcsr; in feholdexcept()
104 __uint32_t mxcsr; in feupdateenv()
117 __uint32_t mxcsr, omask; in __feenableexcept()
134 __uint32_t mxcsr, omask; in __fedisableexcept()
/freebsd-9-stable/lib/msun/i387/
Dfenv.h44 __uint32_t __tag;
51 (env).__mxcsr_hi = (__uint32_t)(x) >> 16; \
117 __uint32_t __mxcsr; in feclearexcept()
137 __uint32_t __mxcsr; in fegetexceptflag()
155 __uint32_t __mxcsr; in fetestexcept()
184 __uint32_t __mxcsr; in fesetround()
212 __uint32_t __mxcsr; in fesetenv()
Dfenv.c90 __uint32_t mxcsr; in fesetexceptflag()
120 __uint32_t mxcsr; in fegetenv()
138 __uint32_t mxcsr; in feholdexcept()
155 __uint32_t mxcsr; in feupdateenv()
171 __uint32_t mxcsr, omask; in __feenableexcept()
193 __uint32_t mxcsr, omask; in __fedisableexcept()
/freebsd-9-stable/sys/ia64/include/
D_types.h54 typedef unsigned int __uint32_t; typedef
85 typedef __uint32_t __uint_fast8_t;
86 typedef __uint32_t __uint_fast16_t;
87 typedef __uint32_t __uint_fast32_t;
91 typedef __uint32_t __uint_least32_t;
/freebsd-9-stable/sys/amd64/include/
Dendian.h98 static __inline __uint32_t
99 __bswap32_var(__uint32_t _x) in __bswap32_var()
119 __bswap32_const((__uint32_t)(_x)) : __bswap32_var(_x))
/freebsd-9-stable/sys/i386/include/
Dendian.h98 static __inline __uint32_t
99 __bswap32_var(__uint32_t _x) in __bswap32_var()
119 __bswap32_const((__uint32_t)(_x)) : __bswap32_var(_x))

123