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

/openbsd-current/sys/arch/sparc64/include/
H A Dendian.h12 static inline __uint16_t
13 __mswap16(volatile const __uint16_t *m)
15 __uint16_t v;
49 __swapm16(volatile __uint16_t *m, __uint16_t v)
H A D_types.h64 typedef unsigned short __uint16_t; typedef
74 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/sh/include/
H A Dendian.h13 static __inline __uint16_t
14 __swap16md(__uint16_t _x)
16 __uint16_t _rv;
H A D_types.h64 typedef unsigned short __uint16_t; typedef
74 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/sys/
H A D_endian.h49 (__uint16_t)(((__uint16_t)(x) & 0xffU) << 8 | ((__uint16_t)(x) & 0xff00U) >> 8)
67 static __inline __uint16_t
68 __swap16md(__uint16_t x)
87 (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x))
101 #define __htole16(x) ((__uint16_t)(x))
125 #define __htobe16(x) ((__uint16_t)(x))
155 #define __bemtoh16(_x) __htobe16(*(__uint16_t *)(_x))
161 #define __htobem16(_x, _v) (*(__uint16_t *)(_
[all...]
H A Ddirent.h54 __uint16_t d_reclen; /* length of this record */
H A D_types.h51 typedef __uint16_t __in_port_t; /* IP port type */
H A Dtypes.h90 typedef __uint16_t uint16_t;
115 typedef __uint16_t u_int16_t;
H A Dendian.h76 __uint16_t *__swap16_multi_v = (v); \
H A Dstdint.h47 typedef __uint16_t uint16_t;
H A Dexec_elf.h43 typedef __uint16_t Elf32_Half; /* Unsigned medium integer */
57 typedef __uint16_t Elf64_Half;
/openbsd-current/include/
H A Duchar.h27 typedef __uint16_t char16_t;
/openbsd-current/sys/arch/mips64/include/
H A D_types.h68 typedef unsigned short __uint16_t; typedef
78 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/i386/include/
H A D_types.h64 typedef unsigned short __uint16_t; typedef
74 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/powerpc/include/
H A D_types.h64 typedef unsigned short __uint16_t; typedef
74 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/m88k/include/
H A D_types.h68 typedef unsigned short __uint16_t; typedef
78 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/riscv64/include/
H A D_types.h64 typedef unsigned short __uint16_t; typedef
76 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/powerpc64/include/
H A D_types.h63 typedef unsigned short __uint16_t; typedef
75 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/alpha/include/
H A D_types.h64 typedef unsigned short __uint16_t; typedef
74 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/hppa/include/
H A D_types.h68 typedef unsigned short __uint16_t; typedef
78 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/arm/include/
H A D_types.h64 typedef unsigned short __uint16_t; typedef
74 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/amd64/include/
H A D_types.h64 typedef unsigned short __uint16_t; typedef
74 typedef __uint16_t __uint_least16_t;
/openbsd-current/sys/arch/arm64/include/
H A D_types.h63 typedef unsigned short __uint16_t; typedef
75 typedef __uint16_t __uint_least16_t;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h97 __uint16_t kve_vn_mode;
98 __uint16_t kve_status;
/openbsd-current/include/arpa/
H A Dinet.h76 typedef __uint16_t uint16_t;

Completed in 116 milliseconds