Searched refs:__uint16_t (Results 1 – 23 of 23) sorted by relevance
88 static __inline __uint16_t89 __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))
55 typedef unsigned short __uint16_t; typedef129 typedef __uint16_t __uint_least16_t;
65 #define __ntohs(x) ((__uint16_t)(x))67 #define __htons(x) ((__uint16_t)(x))101 static __inline __uint16_t102 __bswap16_var(__uint16_t v) in __bswap16_var()112 return ((__uint16_t)ret); in __bswap16_var()128 ((__uint16_t)(__builtin_constant_p(x) ? \
54 typedef unsigned short __uint16_t; typedef102 typedef __uint16_t __uint_least16_t;
84 static __inline __uint16_t85 __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)) : \
48 typedef unsigned short __uint16_t; typedef88 typedef __uint16_t __uint_least16_t;
69 __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 */
106 __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 */
68 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_t324 __bitcount16(__uint16_t _x) in __bitcount16()
326 __uint16_t htons(__uint16_t);328 __uint16_t ntohs(__uint16_t);
61 typedef __uint16_t uint16_t;
51 typedef __uint16_t __mode_t; /* permissions */
44 typedef __uint16_t uint16_t;
130 __uint16_t mc_fs;131 __uint16_t mc_gs;134 __uint16_t mc_es;135 __uint16_t mc_ds;
141 __uint16_t r_fs;142 __uint16_t r_gs;144 __uint16_t r_es;145 __uint16_t r_ds;
58 typedef unsigned short __uint16_t; typedef127 typedef __uint16_t __uint_least16_t;
70 typedef __uint16_t uint16_t;
68 typedef __uint16_t in_port_t;
56 typedef __uint16_t uint16_t;
57 typedef __uint16_t uint16_t;
81 #define HTONS(x) (x) = htons((__uint16_t)(x))83 #define NTOHS(x) (x) = ntohs((__uint16_t)(x))
2683 …<typedef-decl name='__uint16_t' type-id='type-id-206' filepath='/usr/include/bits/types.h' line='4…
632 …<typedef-decl name='__uint16_t' type-id='type-id-20' filepath='/usr/include/bits/types.h' line='40…