Home
last modified time | relevance | path

Searched refs:t (Results 1 – 4 of 4) sorted by relevance

/sunrpc/
A Ddes_impl.c347 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
348 (b)^=(t),\
349 (a)^=((t)<<(n)))
351 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument
352 (a)=(a)^(t)^(t>>(16-(n))))
357 t=R^s[S+1]; \
358 t=((t>>4)+(t<<28)); \
360 des_SPtrans[3][(t>> 8)&0x3f]| \
464 t = (r << 1) | (r >> 31); in des_encrypt()
466 l = t; in des_encrypt()
[all …]
A Dxdr_intXX_t.c139 int32_t t; in libc_hidden_def() local
144 t = (int32_t) *ip; in libc_hidden_def()
145 return XDR_PUTINT32 (xdrs, &t); in libc_hidden_def()
147 if (!XDR_GETINT32 (xdrs, &t)) in libc_hidden_def()
149 *ip = (int16_t) t; in libc_hidden_def()
187 int32_t t; in libc_hidden_nolink_sunrpc() local
192 t = (int32_t) *ip; in libc_hidden_nolink_sunrpc()
193 return XDR_PUTINT32 (xdrs, &t); in libc_hidden_nolink_sunrpc()
195 if (!XDR_GETINT32 (xdrs, &t)) in libc_hidden_nolink_sunrpc()
197 *ip = (int8_t) t; in libc_hidden_nolink_sunrpc()
A Dpmap_rmt.c220 struct timeval t; in clnt_broadcast() local
265 t.tv_usec = 0; in clnt_broadcast()
294 for (t.tv_sec = 4; t.tv_sec <= 14; t.tv_sec += 2) in clnt_broadcast()
317 milliseconds = t.tv_sec * 1000 + t.tv_usec / 1000; in clnt_broadcast()
/sunrpc/rpc/
A Dxdr.h270 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) argument

Completed in 10 milliseconds