Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dtypes.h101 typedef unsigned short u_short; typedef
/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_local.h156 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, (*ap), int) : \
Dvfprintf.c562 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFPRINTF()
569 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFPRINTF()
582 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFPRINTF()
588 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFPRINTF()
Dvfwprintf.c547 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFWPRINTF()
558 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFWPRINTF()
/picolibc-latest/newlib/libc/include/rpc/
Dxdr.h285 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
297 extern bool_t xdr_u_short (XDR *, u_short *);
/picolibc-latest/newlib/libc/xdr/
Dxdr.c299 u_short * usp) in xdr_u_short()
312 *usp = (u_short) (u_long) l; in xdr_u_short()
/picolibc-latest/newlib/
DChangeLog-20152721 (u_short, u_int, u_long, caddr_t, daddr_t): Ditto.