Home
last modified time | relevance | path

Searched refs:xdr_int64_t (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/xdr/
Dxdr.c862 xdr_int64_t (XDR * xdrs, in xdr_int64_t() function
962 return (xdr_int64_t (xdrs, (int64_t *) llp)); in xdr_hyper()
992 return (xdr_int64_t (xdrs, (int64_t *) llp)); in xdr_longlong_t()
DREADME18 and xdr_int64_t, as well as the xdr-specific typedefs
/picolibc-latest/newlib/libc/include/rpc/
Dxdr.h312 extern bool_t xdr_int64_t (XDR *, int64_t *);