Searched defs:rh (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | clnt.h | 174 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 176 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 184 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 185 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 192 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 193 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 203 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 204 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 250 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument 251 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _uintmaxtostr.c | 26 unsigned int H, L, high, low, rh; in _uintmaxtostr() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/ |
A D | tempname.c | 146 uint32_t high, low, rh; in brain_damaged_fillrand() local
|
Completed in 8 milliseconds