Home
last modified time | relevance | path

Searched refs:u_short (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/i387/
Dnpx.h50 u_short en_fcs; /* floating code segment selector */
51 u_short en_opcode; /* opcode last executed (11 bits ) */
154 void npxinit(u_short control);
/bionic/libc/include/sys/
Dtypes.h117 typedef unsigned short u_short; typedef
/bionic/libc/kernel/common/linux/
Dcoda.h27 typedef unsigned short u_short; typedef
142 u_short va_mode;
572 u_short in_size;
573 u_short out_size;
/bionic/libc/netbsd/net/
Dgetservent_r.c110 sp->s_port = htons((u_short)atoi(p)); in getservent_r()
Dgetnameinfo.c91 u_short si_port;
145 u_short port;
/bionic/libc/stdlib/
Dstrtod.c228 (((u_short *)(void *)a)[1] = \
229 (u_short)b, ((u_short *)(void *)a)[0] = (u_short)c, a++)
232 (((u_short *)(void *)a)[0] = \
233 (u_short)b, ((u_short *)(void *)a)[1] = (u_short)c, a++)
/bionic/libc/private/
Dresolv_private.h153 u_short id; /* current message id */
/bionic/libc/bionic/
Dfts.c53 static u_short fts_stat(FTS *, FTSENT *, int);
789 static u_short
/bionic/libc/netbsd/resolv/
Dres_send.c682 u_short len; in send_vc()
751 ns_put16((u_short)buflen, (u_char*)(void *)&len); in send_vc()