Home
last modified time | relevance | path

Searched refs:rh (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dclnt.h174 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
175 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
177 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
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
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_uintmaxtostr.c26 unsigned int H, L, high, low, rh; in _uintmaxtostr() local
121 rh = high % base; in _uintmaxtostr()
123 digit = (low % base) + (L * rh); in _uintmaxtostr()
124 low = (low / base) + (H * rh) + (digit / base); in _uintmaxtostr()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dtempname.c146 uint32_t high, low, rh; in brain_damaged_fillrand() local
153 rh = high % NUM_LETTERS; in brain_damaged_fillrand()
156 k = (low % NUM_LETTERS) + (L * rh); in brain_damaged_fillrand()
159 low = (low / NUM_LETTERS) + (H * rh) + (k / NUM_LETTERS); in brain_damaged_fillrand()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dop-2.h171 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
172 (rh = xh + yh + ((rl = xl + yl) < xl))
175 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
176 (rh = xh - yh - ((rl = xl - yl) > xl))
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/
A Dcy_GB4 % a b c ch d dd e f ff g ng h i l ll m n o p ph r rh s t th u w y

Completed in 18 milliseconds