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

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_in_port_t.h30 typedef __uint16_t in_port_t;
H A D_nlink_t.h30 typedef __uint16_t nlink_t; /* link count */
/darwin-on-arm/xnu/bsd/sys/
H A D_endian.h102 __uint16_t ntohs(__uint16_t);
103 __uint16_t htons(__uint16_t);
111 #define ntohs(x) ((__uint16_t)(x))
113 #define htons(x) ((__uint16_t)(x))
134 #define NTOHS(x) (x) = ntohs((__uint16_t)x)
136 #define HTONS(x) (x) = htons((__uint16_t)x)
H A Dipc.h143 __uint16_t cuid; /* Creator's user ID */
144 __uint16_t cgid; /* Creator's group ID */
145 __uint16_t uid; /* Owner's user ID */
146 __uint16_t gid; /* Owner's group ID */
148 __uint16_t seq; /* Reserved for internal use */
H A Ddirent.h94 __uint16_t d_reclen; /* length of this record */
108 __uint16_t d_reclen; /* length of this record */ \
109 __uint16_t d_namlen; /* length of string in d_name */ \
H A Dtypes.h131 typedef __uint16_t in_port_t;
157 typedef __uint16_t nlink_t; /* link count */
H A D_types.h109 typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
H A Dstat.h127 typedef __uint16_t nlink_t; /* link count */
162 __uint16_t st_dev; /* inode's device */
166 __uint16_t st_uid; /* user ID of the file's owner */
167 __uint16_t st_gid; /* group ID of the file's group */
168 __uint16_t st_rdev; /* device type */
H A Dsocket.h477 __uint16_t sp_family; /* address family */
478 __uint16_t sp_protocol; /* protocol */
858 __uint16_t sa_family; /* address family */
/darwin-on-arm/xnu/bsd/netinet/
H A Din_systm.h82 typedef __uint16_t n_short; /* short as received from the net */
H A Din.h81 typedef __uint16_t in_port_t;
/darwin-on-arm/xnu/osfmk/mach/i386/
H A D_structs.h239 __uint16_t __fpu_fop; /* x87 FPU Opcode */
241 __uint16_t __fpu_cs; /* x87 FPU Instruction Pointer Selector */
242 __uint16_t __fpu_rsrv2; /* reserved */
244 __uint16_t __fpu_ds; /* x87 FPU Instruction Operand(Data) Pointer Selector */
245 __uint16_t __fpu_rsrv3; /* reserved */
276 __uint16_t __fpu_fop; /* x87 FPU Opcode */
278 __uint16_t __fpu_cs; /* x87 FPU Instruction Pointer Selector */
279 __uint16_t __fpu_rsrv2; /* reserved */
281 __uint16_t __fpu_ds; /* x87 FPU Instruction Operand(Data) Pointer Selector */
282 __uint16_t __fpu_rsrv
[all...]
/darwin-on-arm/xnu/libkern/libkern/i386/
H A D_OSByteOrder.h45 __uint16_t
47 __uint16_t _data
/darwin-on-arm/xnu/libkern/libkern/
H A D_OSByteOrder.h44 ((__uint16_t)((((__uint16_t)(x) & 0xff00) >> 8) | \
45 (((__uint16_t)(x) & 0x00ff) << 8)))
75 ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
/darwin-on-arm/xnu/bsd/arm/
H A D_types.h19 typedef unsigned short __uint16_t; typedef
/darwin-on-arm/xnu/bsd/i386/
H A D_types.h43 typedef unsigned short __uint16_t; typedef
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.h161 __uint16_t __u6_addr16[8];

Completed in 108 milliseconds