Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dendian.h88 static __inline __uint16_t
89 __bswap16_var(__uint16_t _x) in __bswap16_var()
113 #define __bswap16(x) ((__uint16_t)(__is_constant((x)) ? \
114 __bswap16_const((__uint16_t)(x)) : __bswap16_var((__uint16_t)(x))))
122 #define __htons(x) ((__uint16_t)(x))
124 #define __ntohs(x) ((__uint16_t)(x))
H A D_types.h55 typedef unsigned short __uint16_t; typedef
129 typedef __uint16_t __uint_least16_t;
/f-stack/freebsd/arm/include/
H A Dendian.h65 #define __ntohs(x) ((__uint16_t)(x))
67 #define __htons(x) ((__uint16_t)(x))
101 static __inline __uint16_t
102 __bswap16_var(__uint16_t v) in __bswap16_var()
112 return ((__uint16_t)ret); in __bswap16_var()
128 ((__uint16_t)(__builtin_constant_p(x) ? \
H A D_types.h54 typedef unsigned short __uint16_t; typedef
102 typedef __uint16_t __uint_least16_t;
/f-stack/freebsd/arm64/include/
H A Dendian.h84 static __inline __uint16_t
85 __bswap16_var(__uint16_t v) in __bswap16_var()
92 return ((__uint16_t)ret); in __bswap16_var()
108 ((__uint16_t)(__builtin_constant_p(x) ? \
109 __bswap16_constant((__uint16_t)(x)) : \
H A D_types.h48 typedef unsigned short __uint16_t; typedef
88 typedef __uint16_t __uint_least16_t;
/f-stack/freebsd/sys/
H A Ddirent.h69 __uint16_t d_reclen; /* length of this record */
72 __uint16_t d_namlen; /* length of string in d_name */
73 __uint16_t d_pad1;
85 __uint16_t d_reclen; /* length of this record */
H A Dstat.h106 __uint16_t st_dev; /* inode's device */
109 __uint16_t st_nlink; /* number of hard links */
110 __uint16_t st_uid; /* user ID of the file's owner */
111 __uint16_t st_gid; /* group ID of the file's group */
112 __uint16_t st_rdev; /* device type */
129 __uint16_t st_nlink; /* number of hard links */
H A Dtypes.h68 typedef __uint16_t u_int16_t;
135 typedef __uint16_t in_port_t;
315 #define __bitcount16(x) __builtin_popcount((__uint16_t)(x))
323 static __inline __uint16_t
324 __bitcount16(__uint16_t _x) in __bitcount16()
H A Dparam.h326 __uint16_t htons(__uint16_t);
328 __uint16_t ntohs(__uint16_t);
H A D_stdint.h61 typedef __uint16_t uint16_t;
H A D_types.h51 typedef __uint16_t __mode_t; /* permissions */
H A Dendian.h44 typedef __uint16_t uint16_t;
/f-stack/freebsd/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;
H A D_types.h58 typedef unsigned short __uint16_t; typedef
127 typedef __uint16_t __uint_least16_t;
/f-stack/tools/compat/include/arpa/
H A Dinet.h70 typedef __uint16_t uint16_t;
/f-stack/tools/compat/include/
H A Dnetdb.h68 typedef __uint16_t in_port_t;
/f-stack/tools/compat/include/netinet/
H A Din.h56 typedef __uint16_t uint16_t;
/f-stack/freebsd/netinet/
H A Din.h57 typedef __uint16_t uint16_t;
/f-stack/freebsd/net/
H A Dpfvar.h81 #define HTONS(x) (x) = htons((__uint16_t)(x))
83 #define NTOHS(x) (x) = ntohs((__uint16_t)(x))
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi2683 …<typedef-decl name='__uint16_t' type-id='type-id-206' filepath='/usr/include/bits/types.h' line='4…
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi632 …<typedef-decl name='__uint16_t' type-id='type-id-20' filepath='/usr/include/bits/types.h' line='40…