Home
last modified time | relevance | path

Searched refs:i32p (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A Dxdr_float.c215 int32_t *i32p; in xdr_double() local
229 i32p = (int32_t *)(void *)dp; in xdr_double()
232 rv = XDR_PUTINT32(xdrs, i32p); in xdr_double()
235 rv = XDR_PUTINT32(xdrs, i32p+1); in xdr_double()
237 rv = XDR_PUTINT32(xdrs, i32p+1); in xdr_double()
240 rv = XDR_PUTINT32(xdrs, i32p); in xdr_double()
272 i32p = (int32_t *)(void *)dp; in xdr_double()
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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td4201 [IntrInaccessibleMemOnly, IntrConvergent], "llvm.nvvm.match.all.sync.i32p">;