Home
last modified time | relevance | path

Searched refs:x_handy (Results 1 – 17 of 17) sorted by relevance

/netbsd/common/lib/libc/rpc/
H A Dxdr_mem.c130 xdrs->x_handy = size; in xdrmem_create()
146 xdrs->x_handy -= sizeof(int32_t); in xdrmem_getlong_aligned()
158 xdrs->x_handy -= sizeof(int32_t); in xdrmem_putlong_aligned()
171 xdrs->x_handy -= sizeof(int32_t); in xdrmem_getlong_unaligned()
185 xdrs->x_handy -= sizeof(int32_t); in xdrmem_putlong_unaligned()
196 if (xdrs->x_handy < len) in xdrmem_getbytes()
198 xdrs->x_handy -= len; in xdrmem_getbytes()
208 if (xdrs->x_handy < len) in xdrmem_putbytes()
210 xdrs->x_handy -= len; in xdrmem_putbytes()
242 if (xdrs->x_handy >= len) { in xdrmem_inline_aligned()
[all …]
/netbsd/lib/libc/rpc/
H A Dxdr_sizeof.c69 xdrs->x_handy += BYTES_PER_XDR_UNIT; in x_putlong()
77 xdrs->x_handy += len; in x_putbytes()
84 return (xdrs->x_handy); in x_getpostn()
106 xdrs->x_handy += len; in x_inline()
117 xdrs->x_handy += len; in x_inline()
132 xdrs->x_handy = 0; in x_destroy()
164 x.x_handy = 0; in xdr_sizeof()
171 return (stat == TRUE ? (unsigned) x.x_handy: 0); in xdr_sizeof()
H A Dxdr_stdio.c101 xdrs->x_handy = 0; in xdrstdio_create()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h133 unsigned x_handy; member
H A Dsanitizer_platform_limits_solaris.cc357 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
H A Dsanitizer_platform_limits_posix.h391 unsigned x_handy; member
H A Dsanitizer_platform_limits_posix.cc1269 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h135 unsigned x_handy; member
H A Dsanitizer_platform_limits_solaris.cc359 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
H A Dsanitizer_platform_limits_freebsd.cc515 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
H A Dsanitizer_platform_limits_posix.h344 unsigned x_handy; member
H A Dsanitizer_platform_limits_posix.cc1224 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h133 unsigned x_handy; member
H A Dsanitizer_platform_limits_solaris.cc357 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
H A Dsanitizer_platform_limits_posix.h391 unsigned x_handy; member
H A Dsanitizer_platform_limits_posix.cc1269 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
/netbsd/common/include/rpc/
H A Dxdr.h124 unsigned int x_handy; /* extra private word */ member