Searched refs:__uint32_t (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/sys/sys/
H A D_umtx.h38 __uint32_t m_flags; /* Flags of the mutex */
39 __uint32_t m_ceilings[2]; /* Priority protect ceiling */
42 __uint32_t m_pad;
44 __uint32_t m_spare[2];
48 volatile __uint32_t c_has_waiters; /* Has waiters in kernel */
49 __uint32_t c_flags; /* Flags of the condition variable */
50 __uint32_t c_clockid; /* Clock id */
51 __uint32_t c_spare[1]; /* Spare space */
56 __uint32_t rw_flags;
57 __uint32_t rw_blocked_reader
[all...]
H A D_types.h41 typedef __uint32_t __fflags_t; /* file flags */
44 typedef __uint32_t __gid_t;
46 typedef __uint32_t __ino_t; /* inode number */
60 typedef __uint32_t __socklen_t;
64 typedef __uint32_t __uid_t;
110 typedef __uint32_t __dev_t; /* device number */
112 typedef __uint32_t __fixpt_t; /* fixed point number */
H A D_sigset.h52 __uint32_t __bits[_SIG_WORDS];
/freebsd-11-stable/sys/arm/include/
H A Dptrace.h15 __uint32_t vfp_scr;
16 __uint32_t vfp_pad0;
H A D_types.h54 typedef unsigned int __uint32_t; typedef
69 typedef __uint32_t __clock_t; /* clock()... */
89 typedef __uint32_t __size_t; /* sizeof() */
92 typedef __uint32_t __uintfptr_t;
94 typedef __uint32_t __uintptr_t;
95 typedef __uint32_t __uint_fast8_t;
96 typedef __uint32_t __uint_fast16_t;
97 typedef __uint32_t __uint_fast32_t;
101 typedef __uint32_t __uint_least32_t;
103 typedef __uint32_t __u_register_
[all...]
H A 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)
88 __uint32_t t1;
102 __uint32_t ret = v & 0xffff;
131 ((__uint32_t)(__builtin_constant_p(x) ? \
/freebsd-11-stable/sys/x86/include/
H A D_types.h58 typedef unsigned int __uint32_t; typedef
119 typedef __uint32_t __size_t;
122 typedef __uint32_t __uintfptr_t;
123 typedef __uint32_t __uintptr_t;
126 typedef __uint32_t __uint_fast8_t;
127 typedef __uint32_t __uint_fast16_t;
128 typedef __uint32_t __uint_fast32_t;
132 typedef __uint32_t __uint_least32_t;
140 typedef __uint32_t __u_register_t;
141 typedef __uint32_t __vm_offset_
[all...]
H A Dreg.h101 __uint32_t r_fs;
102 __uint32_t r_es;
103 __uint32_t r_ds;
104 __uint32_t r_edi;
105 __uint32_t r_esi;
106 __uint32_t r_ebp;
107 __uint32_t r_isp;
108 __uint32_t r_ebx;
109 __uint32_t r_edx;
110 __uint32_t r_ec
[all...]
H A Dendian.h68 (((__uint32_t)__bswap16((x) & 0xffff) << 16) | __bswap16((x) >> 16))
78 __bswap32_gen((__uint32_t)(x)) : __bswap32_var(x))
98 static __inline __uint32_t
99 __bswap32_var(__uint32_t _x)
/freebsd-11-stable/sys/powerpc/include/
H A D_types.h54 typedef unsigned int __uint32_t; typedef
74 typedef __uint32_t __clock_t; /* clock()... */
110 typedef __uint32_t __size_t; /* sizeof() */
113 typedef __uint32_t __uintfptr_t;
114 typedef __uint32_t __uintptr_t;
117 typedef __uint32_t __uint_fast8_t;
118 typedef __uint32_t __uint_fast16_t;
119 typedef __uint32_t __uint_fast32_t;
123 typedef __uint32_t __uint_least32_t;
131 typedef __uint32_t __u_register_
[all...]
H A Dendian.h94 #define __bswap32_const(x) ((((__uint32_t)(x) >> 24) & 0xff) | \
95 (((__uint32_t)(x) >> 8) & 0xff00) | \
96 (((__uint32_t)(x)<< 8) & 0xff0000) | \
97 (((__uint32_t)(x) << 24) & 0xff000000))
114 static __inline __uint32_t
115 __bswap32_var(__uint32_t _x)
140 #define __htonl(x) (__bswap32((__uint32_t)(x)))
142 #define __ntohl(x) (__bswap32((__uint32_t)(x)))
145 #define __htonl(x) ((__uint32_t)(x))
147 #define __ntohl(x) ((__uint32_t)(
[all...]
/freebsd-11-stable/sys/arm64/include/
H A Ducontext.h41 __uint32_t gp_spsr;
47 __uint32_t fp_sr;
48 __uint32_t fp_cr;
H A Dendian.h73 static __inline __uint32_t
74 __bswap32_var(__uint32_t v)
76 __uint32_t ret;
87 __uint32_t ret;
113 ((__uint32_t)(__builtin_constant_p(x) ? \
H A D_types.h50 typedef unsigned int __uint32_t; typedef
83 typedef __uint32_t __uint_fast8_t;
84 typedef __uint32_t __uint_fast16_t;
85 typedef __uint32_t __uint_fast32_t;
89 typedef __uint32_t __uint_least32_t;
/freebsd-11-stable/sys/mips/include/
H A D_types.h55 typedef unsigned int __uint32_t; typedef
115 typedef __uint32_t __size_t; /* sizeof() */
117 typedef __uint32_t __uintfptr_t;
118 typedef __uint32_t __uintptr_t;
122 typedef __uint32_t __uint_fast8_t;
123 typedef __uint32_t __uint_fast16_t;
124 typedef __uint32_t __uint_fast32_t;
128 typedef __uint32_t __uint_least32_t;
133 typedef __uint32_t __u_register_t;
139 typedef __uint32_t __vm_offset_
[all...]
H A Dendian.h93 static __inline __uint32_t
94 __bswap32_var(__uint32_t _x)
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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h87 __uint32_t kve_vn_fsid;
96 __uint32_t kve_vn_rdev;
104 __uint32_t p_type;
105 __uint32_t p_offset;
106 __uint32_t p_vaddr;
107 __uint32_t p_paddr;
108 __uint32_t p_filesz;
109 __uint32_t p_memsz;
110 __uint32_t p_flags;
111 __uint32_t p_alig
[all...]
/freebsd-11-stable/sys/sparc64/include/
H A 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)
119 #define __htonl(x) ((__uint32_t)(x))
121 #define __ntohl(x) ((__uint32_t)(x))
H A D_types.h50 typedef unsigned int __uint32_t; typedef
83 typedef __uint32_t __uint_fast8_t;
84 typedef __uint32_t __uint_fast16_t;
85 typedef __uint32_t __uint_fast32_t;
89 typedef __uint32_t __uint_least32_t;
/freebsd-11-stable/sys/riscv/include/
H A D_types.h50 typedef unsigned int __uint32_t; typedef
83 typedef __uint32_t __uint_fast8_t;
84 typedef __uint32_t __uint_fast16_t;
85 typedef __uint32_t __uint_fast32_t;
89 typedef __uint32_t __uint_least32_t;
H A Dendian.h79 static __inline __uint32_t
80 __bswap32_var(__uint32_t _x)
90 __uint32_t ret;
115 ((__uint32_t)(__builtin_constant_p(x) ? \
/freebsd-11-stable/lib/libc/iconv/
H A D__iconv.c35 size_t *e, __uint32_t f, size_t *g)
H A Diconv-internal.h33 size_t *, __uint32_t, size_t *);
/freebsd-11-stable/lib/msun/x86/
H A Dfenv.h78 __uint32_t __tag;
84 __uint32_t __control;
85 __uint32_t __status;
86 __uint32_t __tag;
89 __uint32_t __mxcsr;
162 (env).__mxcsr_hi = (__uint32_t)(x) >> 16; \
170 __uint32_t __mxcsr;
190 __uint32_t __mxcsr;
205 __uint32_t __mxcsr;
219 __uint32_t __mxcs
[all...]
/freebsd-11-stable/include/
H A Dsemaphore.h42 __uint32_t _magic;
44 __uint32_t _padding; /* Preserve structure size */

Completed in 343 milliseconds

123