Home
last modified time | relevance | path

Searched refs:__uint16_t (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/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; in __fegetround_int()
134 __uint16_t __control; in fegetexcept()
177 (env).__mxcsr_lo = (__uint16_t)(x); \
205 __uint16_t __status; in __fegetexceptflag_int()
220 __uint16_t __status; in __fetestexcept_int()
[all …]
/freebsd/sys/sys/
H A Dctf.h34 __uint16_t ctp_magic;
63 __uint16_t ctt_info;
65 __uint16_t _size;
66 __uint16_t _type;
81 __uint16_t ctt_info;
83 __uint16_t _size;
84 __uint16_t _type;
105 __uint16_t cta_contents;
106 __uint16_t cta_index;
118 __uint16_t ctm_type;
[all …]
H A D_types.h45 typedef unsigned short __uint16_t; typedef
70 typedef __uint16_t __uint_least16_t;
146 typedef __uint16_t __mode_t; /* permissions */
230 typedef __uint16_t __acl_entry_type_t;
231 typedef __uint16_t __acl_flag_t;
234 typedef __uint16_t *__acl_flagset_t;
H A Ddirent.h66 __uint16_t d_reclen; /* length of this record */
69 __uint16_t d_namlen; /* length of string in d_name */
70 __uint16_t d_pad1;
82 __uint16_t d_reclen; /* length of this record */
H A Dstat.h103 __uint16_t st_dev; /* inode's device */
106 __uint16_t st_nlink; /* number of hard links */
107 __uint16_t st_uid; /* user ID of the file's owner */
108 __uint16_t st_gid; /* group ID of the file's group */
109 __uint16_t st_rdev; /* device type */
126 __uint16_t st_nlink; /* number of hard links */
H A Dparam.h339 __uint16_t htons(__uint16_t);
341 __uint16_t ntohs(__uint16_t);
H A Dbitcount.h67 #define __bitcount16(x) __builtin_popcount((__uint16_t)(x))
75 static __inline __uint16_t
76 __bitcount16(__uint16_t _x) in __bitcount16()
H A D_endian.h96 #define __htons(x) ((__uint16_t)(x))
98 #define __ntohs(x) ((__uint16_t)(x))
H A Dtypes.h66 typedef __uint16_t u_int16_t;
133 typedef __uint16_t in_port_t;
H A D_stdint.h59 typedef __uint16_t uint16_t;
H A Dendian.h42 typedef __uint16_t uint16_t;
/freebsd/sys/arm64/include/
H A Dreg.h73 __uint16_t sve_vec_len;
74 __uint16_t sve_max_vec_len;
75 __uint16_t sve_flags;
76 __uint16_t sve_reserved;
H A Ducontext.h69 __uint16_t sve_vector_len;
70 __uint16_t sve_flags;
71 __uint16_t sve_reserved[2];
/freebsd/sys/x86/include/
H A Ducontext.h130 __uint16_t mc_fs;
131 __uint16_t mc_gs;
134 __uint16_t mc_es;
135 __uint16_t mc_ds;
H A Dreg.h141 __uint16_t r_fs;
142 __uint16_t r_gs;
144 __uint16_t r_es;
145 __uint16_t r_ds;
/freebsd/lib/msun/amd64/
H A Dfenv.c141 __uint16_t status; in feupdateenv()
154 __uint16_t control; in __feenableexcept()
171 __uint16_t control; in __fedisableexcept()
/freebsd/lib/msun/i387/
H A Dfenv.c192 __uint16_t status; in feupdateenv()
208 __uint16_t control; in __feenableexcept()
230 __uint16_t control; in __fedisableexcept()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h261 __uint16_t st_dev;
264 __uint16_t st_nlink;
265 __uint16_t st_uid;
266 __uint16_t st_gid;
267 __uint16_t st_rdev;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h
/freebsd/include/
H A Dendian.h25 typedef __uint16_t uint16_t;
H A Dnetdb.h69 typedef __uint16_t in_port_t;
/freebsd/tools/build/cross-build/include/linux/sys/
H A Dtypes.h55 typedef uint16_t __uint16_t; typedef
/freebsd/sys/dev/nvme/
H A Dnvme_linux.h20 __uint16_t rsvd1;
/freebsd/include/arpa/
H A Dinet.h73 typedef __uint16_t uint16_t;
/freebsd/contrib/tcpdump/
H A Dnetdissect-stdinc.h322 __uint16_t __u6_addr16[8];

12