Searched refs:__uint16_t (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h72 #define __bswap16_const(x) ((((__uint16_t)(x) >> 8) & 0xff) | \
73 (((__uint16_t)(x) << 8) & 0xff00))
87 static __inline __uint16_t
88 __bswap16_var(__uint16_t _x)
112 #define __bswap16(x) ((__uint16_t)(__is_constant(x) ? __bswap16_const(x) : \
120 #define __htons(x) ((__uint16_t)(x))
122 #define __ntohs(x) ((__uint16_t)(x))
H A D_types.h48 typedef unsigned short __uint16_t; typedef
88 typedef __uint16_t __uint_least16_t;
/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h92 #define __bswap16_const(x) ((((__uint16_t)(x) >> 8) & 0xff) | \
93 (((__uint16_t)(x) << 8) & 0xff00))
107 static __inline __uint16_t
108 __bswap16_var(__uint16_t _x)
132 #define __bswap16(x) ((__uint16_t)(__is_constant(x) ? __bswap16_const(x) : \
141 #define __htons(x) (__bswap16((__uint16_t)(x)))
143 #define __ntohs(x) (__bswap16((__uint16_t)(x)))
146 #define __htons(x) ((__uint16_t)(x))
148 #define __ntohs(x) ((__uint16_t)(x))
H A D_types.h52 typedef unsigned short __uint16_t; typedef
122 typedef __uint16_t __uint_least16_t;
/freebsd-11-stable/sys/arm/include/
H A Dendian.h63 #define __ntohs(x) ((__uint16_t)(x))
65 #define __htons(x) ((__uint16_t)(x))
99 static __inline __uint16_t
100 __bswap16_var(__uint16_t v)
110 return ((__uint16_t)ret);
126 ((__uint16_t)(__builtin_constant_p(x) ? \
H A D_types.h52 typedef unsigned short __uint16_t; typedef
100 typedef __uint16_t __uint_least16_t;
/freebsd-11-stable/sys/arm64/include/
H A Dendian.h84 static __inline __uint16_t
85 __bswap16_var(__uint16_t v)
92 return ((__uint16_t)ret);
108 ((__uint16_t)(__builtin_constant_p(x) ? \
H A D_types.h48 typedef unsigned short __uint16_t; typedef
88 typedef __uint16_t __uint_least16_t;
/freebsd-11-stable/sys/mips/include/
H A Dendian.h86 static __inline __uint16_t
87 __bswap16_var(__uint16_t _x)
111 #define __bswap16(x) ((__uint16_t)(__is_constant((x)) ? \
112 __bswap16_const((__uint16_t)(x)) : __bswap16_var((__uint16_t)(x))))
120 #define __htons(x) ((__uint16_t)(x))
122 #define __ntohs(x) ((__uint16_t)(x))
H A D_types.h53 typedef unsigned short __uint16_t; typedef
127 typedef __uint16_t __uint_least16_t;
/freebsd-11-stable/sys/x86/include/
H A Dendian.h66 #define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
74 ((__uint16_t)(__builtin_constant_p(x) ? \
75 __bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
91 static __inline __uint16_t
92 __bswap16_var(__uint16_t _x)
H A Ducontext.h128 __uint16_t mc_fs;
129 __uint16_t mc_gs;
132 __uint16_t mc_es;
133 __uint16_t mc_ds;
H A Dreg.h139 __uint16_t r_fs;
140 __uint16_t r_gs;
142 __uint16_t r_es;
143 __uint16_t r_ds;
H A D_types.h56 typedef unsigned short __uint16_t; typedef
131 typedef __uint16_t __uint_least16_t;
/freebsd-11-stable/lib/msun/x86/
H A Dfenv.h40 typedef __uint16_t fexcept_t;
74 __uint16_t __control;
75 __uint16_t __mxcsr_hi;
76 __uint16_t __status;
77 __uint16_t __mxcsr_lo;
113 __uint16_t __control;
134 __uint16_t __control;
163 (env).__mxcsr_lo = (__uint16_t)(x); \
191 __uint16_t __status;
206 __uint16_t __statu
[all...]
/freebsd-11-stable/sys/riscv/include/
H A Dendian.h87 static __inline __uint16_t
88 __bswap16_var(__uint16_t _x)
94 return ((__uint16_t)ret);
110 ((__uint16_t)(__builtin_constant_p(x) ? \
H A D_types.h48 typedef unsigned short __uint16_t; typedef
88 typedef __uint16_t __uint_least16_t;
/freebsd-11-stable/sys/sys/
H A D_stdint.h59 typedef __uint16_t uint16_t;
H A D_types.h49 typedef __uint16_t __mode_t; /* permissions */
52 typedef __uint16_t __nlink_t; /* link count */
H A Ddirent.h52 __uint16_t d_reclen; /* length of this record */
H A Dparam.h315 __uint16_t htons(__uint16_t);
317 __uint16_t ntohs(__uint16_t);
H A Dtypes.h66 typedef __uint16_t u_int16_t;
133 typedef __uint16_t in_port_t;
304 #define __bitcount16(x) __builtin_popcount((__uint16_t)(x))
312 static __inline __uint16_t
313 __bitcount16(__uint16_t _x)
/freebsd-11-stable/lib/msun/amd64/
H A Dfenv.c120 __uint16_t status;
133 __uint16_t control;
150 __uint16_t control;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h97 __uint16_t kve_vn_mode;
98 __uint16_t kve_status;
/freebsd-11-stable/lib/msun/i387/
H A Dfenv.c171 __uint16_t status;
187 __uint16_t control;
209 __uint16_t control;

Completed in 197 milliseconds

12