Searched refs:u_short (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ |
D | types.h | 101 typedef unsigned short u_short; typedef
|
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfprintf_local.h | 156 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, (*ap), int) : \
|
D | vfprintf.c | 562 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()
|
D | vfwprintf.c | 547 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/ |
D | xdr.h | 285 #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/ |
D | xdr.c | 299 u_short * usp) in xdr_u_short() 312 *usp = (u_short) (u_long) l; in xdr_u_short()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2721 (u_short, u_int, u_long, caddr_t, daddr_t): Ditto.
|