Searched defs:t (Results 1 – 4 of 4) sorted by relevance
/sunrpc/ |
A D | des_impl.c | 347 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument 351 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument 380 register unsigned long c, d, t, s; in des_set_key() local 442 register unsigned long l, r, t, u; in des_encrypt() local
|
A D | xdr_intXX_t.c | 139 int32_t t; in libc_hidden_def() local 187 int32_t t; in libc_hidden_nolink_sunrpc() local
|
A D | pmap_rmt.c | 220 struct timeval t; in clnt_broadcast() local
|
/sunrpc/rpc/ |
A D | xdr.h | 270 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) argument
|
Completed in 10 milliseconds