Home
last modified time | relevance | path

Searched refs:__uint16_t (Results 1 – 25 of 31) 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()
134 __uint16_t __control; in fegetexcept()
163 (env).__mxcsr_lo = (__uint16_t)(x); \
191 __uint16_t __status; in fegetexceptflag()
206 __uint16_t __status; in fetestexcept()
[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.h46 typedef unsigned short __uint16_t; typedef
67 typedef __uint16_t __uint_least16_t;
127 typedef __uint16_t __mode_t; /* permissions */
193 typedef __uint16_t __acl_entry_type_t;
194 typedef __uint16_t __acl_flag_t;
197 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 Dbitcount.h45 #define __bitcount16(x) __builtin_popcount((__uint16_t)(x))
53 static __inline __uint16_t
54 __bitcount16(__uint16_t _x) in __bitcount16()
H A Dparam.h344 __uint16_t htons(__uint16_t);
346 __uint16_t ntohs(__uint16_t);
H A D_endian.h96 #define __htons(x) ((__uint16_t)(x))
98 #define __ntohs(x) ((__uint16_t)(x))
H A Dtypes.h65 typedef __uint16_t u_int16_t;
132 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.h128 __uint16_t mc_fs;
129 __uint16_t mc_gs;
132 __uint16_t mc_es;
133 __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.c119 __uint16_t status; in feupdateenv()
132 __uint16_t control; in __feenableexcept()
149 __uint16_t control; in __fedisableexcept()
/freebsd/lib/msun/i387/
H A Dfenv.c170 __uint16_t status; in feupdateenv()
186 __uint16_t control; in __feenableexcept()
208 __uint16_t control; in __fedisableexcept()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h269 __uint16_t st_dev;
272 __uint16_t st_nlink;
273 __uint16_t st_uid;
274 __uint16_t st_gid;
275 __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/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.h337 __uint16_t __u6_addr16[8];
/freebsd/sys/netinet/
H A Din.h54 typedef __uint16_t uint16_t;

12