Searched refs:XDR_GETINT32 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/lib/libc/rpc/ |
| H A D | xdr_float.c | 146 return (XDR_GETINT32(xdrs, (int32_t *)(void *)fp)); in xdr_float() 149 if (!XDR_GETINT32(xdrs, (int32_t *)(void *)&is)) in xdr_float() 275 rv = XDR_GETINT32(xdrs, i32p); in xdr_double() 278 rv = XDR_GETINT32(xdrs, i32p+1); in xdr_double() 280 rv = XDR_GETINT32(xdrs, i32p+1); in xdr_double() 283 rv = XDR_GETINT32(xdrs, i32p); in xdr_double() 288 if (!XDR_GETINT32(xdrs, lp++) || !XDR_GETINT32(xdrs, lp)) in xdr_double()
|
| /netbsd-src/common/include/rpc/ |
| H A D | xdr.h | 176 #define XDR_GETINT32(xdrs, int32p) xdr_getint32(xdrs, int32p) macro
|