Searched defs:t1 (Results 1 - 25 of 44) sorted by relevance

12

/osnet-11/usr/src/lib/librstp/common/
H A Dtimes.c28 STP_compare_times (IN TIMEVALUES_T *t1, IN TIMEVALUES_T *t2) argument
30 if (t1->MessageAge < t2->MessageAge) return -1;
31 if (t1->MessageAge > t2->MessageAge) return 1;
33 if (t1->MaxAge < t2->MaxAge) return -2;
34 if (t1->MaxAge > t2->MaxAge) return 2;
36 if (t1->ForwardDelay < t2->ForwardDelay) return -3;
37 if (t1->ForwardDelay > t2->ForwardDelay) return 3;
39 if (t1->HelloTime < t2->HelloTime) return -4;
40 if (t1->HelloTime > t2->HelloTime) return 4;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_sel2poll.c107 int t1, tmp; local
114 t1 = -tmp;
115 t1 += t1 << 1;
116 t1 += tmp << 7;
118 t1 += t->tv_usec / 1000;
120 return (t1);
/osnet-11/usr/src/lib/libfruutils/
H A Dfru_tag.c371 tags_equal(fru_tag_t t1, fru_tag_t t2) argument
373 return ((get_tag_type(&t1) == get_tag_type(&t2)) &&
374 (get_tag_dense(&t1) == get_tag_dense(&t2)) &&
375 (get_payload_length(&t1) == get_payload_length(&t2)));
/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dminilib.c56 const char *t1 = s1; local
61 if (*t1 != *t2)
62 return (int) *t1 - (int) *t2;
64 t1++;
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c283 add_to_timeval(struct timeval *t1, int t2) argument
288 oldval.tv_sec = t1->tv_sec;
291 t1->tv_sec += t2;
294 if (!(t1->tv_sec >= oldval.tv_sec)) {
314 * OUTPUTS: TRUE t1 > t2
315 * FALSE t1 <= t2
319 is_greater_timeval(struct timeval *t1, struct timeval *t2) argument
321 if (t1->tv_sec > t2->tv_sec)
324 if (t1->tv_sec == t2->tv_sec) {
325 if (t1
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java412 Object t1,
474 new CSrvTypeMsg(locale, (String)t1, multiCastScopes);
484 if (t1 instanceof ServiceURL) {
487 (ServiceURL)t1,
511 new CSrvTypeMsg(locale, (String)t1, scopes);
521 if (t1 instanceof ServiceURL) {
524 (ServiceURL)t1,
411 createMessages(int msgType, Object t1, Object t2, ServiceType type, Vector scopes) argument
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java312 * @see Tuple#compare(Tuple t1, Tuple t2, int pos)
334 * @param t1 first tuple
345 compare(Tuple t1, Tuple t2, int pos) argument
348 ValueRecord rec1 = t1.get(pos);
/osnet-11/usr/src/common/crypto/ecc/
H A Dec2_mont.c65 mp_int t1; local
67 MP_DIGITS(&t1) = 0;
68 MP_CHECKOK(mp_init(&t1, kmflag));
71 MP_CHECKOK(group->meth->field_sqr(z, &t1, group->meth));
72 MP_CHECKOK(group->meth->field_mul(x, &t1, z, group->meth));
74 MP_CHECKOK(group->meth->field_sqr(&t1, &t1, group->meth));
76 field_mul(&group->curveb, &t1, &t1, group->meth));
77 MP_CHECKOK(group->meth->field_add(x, &t1,
93 mp_int t1, t2; local
[all...]
H A Decp_jm.c69 mp_int *t0, *t1, *M, *S; local
72 t1 = &scratch[1];
98 /* t0 = 2y^2 , t1 = 8y^4 */
101 MP_CHECKOK(group->meth->field_sqr(t0, t1, group->meth));
102 MP_CHECKOK(group->meth->field_add(t1, t1, t1, group->meth));
114 /* ry = M * (S - rx) - t1 */
117 MP_CHECKOK(group->meth->field_sub(ry, t1, ry, group->meth));
119 /* ra*z^4 = 2*t1*(apz
[all...]
H A Decp_jac.c246 mp_int t0, t1, M, S; local
249 MP_DIGITS(&t1) = 0;
253 MP_CHECKOK(mp_init(&t1, FLAG(px)));
273 MP_CHECKOK(group->meth->field_sub(px, &M, &t1, group->meth));
274 MP_CHECKOK(group->meth->field_mul(&t0, &t1, &M, group->meth));
304 MP_CHECKOK(group->meth->field_add(&S, &S, &t1, group->meth));
306 MP_CHECKOK(group->meth->field_sub(rx, &t1, rx, group->meth));
309 MP_CHECKOK(group->meth->field_sqr(&t0, &t1, group->meth));
310 if (mp_isodd(&t1)) {
311 MP_CHECKOK(mp_add(&t1,
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthread.c185 pthread_equal(pthread_t t1, pthread_t t2) argument
187 return (t1 == t2);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_crypt.c48 static char t1[ROTORSIZE]; variable
141 t1[i] = i;
150 temp = t1[k];
151 t1[k] = t1[ic];
152 t1[ic] = temp;
160 t2[t1[i]&MASK] = i;
179 s[i] = t2[(t3[(t1[(str[i]+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1;
/osnet-11/usr/src/lib/libidmap/common/
H A Dutils.c87 idmap_mapping *t1; local
94 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t1);
95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize);
96 if (t1 == NULL)
98 (void) memset((uchar_t *)t1 + (len * sizeof (*t1)), 0,
99 _GET_IDS_SIZE_INCR * sizeof (*t1));
100 gh->batch.idmap_mapping_batch_val = t1;
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c293 hrtime_t t0, t1, delta; local
298 t1 = gethrtime();
299 delta = t1 - t0;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c45 times_match_exact(const krb5_ticket_times *t1, const krb5_ticket_times *t2) argument
47 return (t1->authtime == t2->authtime &&
48 t1->starttime == t2->starttime &&
49 t1->endtime == t2->endtime &&
50 t1->renew_till == t2->renew_till);
54 times_match(const krb5_ticket_times *t1, const krb5_ticket_times *t2) argument
56 if (t1->renew_till) {
57 if (t1->renew_till > t2->renew_till)
60 if (t1->endtime) {
61 if (t1
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dseed.c270 union wordbuf t0, t1;
295 t1.w = x2 + KC[i] - x4;
297 *(keyout++) = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3];
331 t1.w = X4 ^ ctx->keyschedule[rbase+1]; \
332 t1.w ^= t0.w; \
333 t1.w = SS0[t1
268 union wordbuf t0, t1; local
344 union wordbuf t0, t1; local
390 union wordbuf t0, t1; local
[all...]
H A Dcamellia.c111 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
116 t1 = ir >> 16; \
118 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
119 ^ CAMELLIA_SP3033(t1 & 0xff) \
135 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
140 t1 = klr; \
141 t1 |= lr; \
142 ll ^= t1; \
152 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
450 u32 il, ir, t0, t1, w local
662 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
968 u32 il, ir, t0, t1; local
1058 u32 il,ir,t0,t1; /* temporary valiables */ local
1151 u32 il,ir,t0,t1; /* temporary valiables */ local
1265 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
H A Delgamal.c489 gcry_mpi_t t1 = mpi_alloc_secure( mpi_get_nlimbs( skey->p ) ); local
492 gcry_mpi_powm( t1, a, skey->x, skey->p );
493 mpi_invm( t1, t1, skey->p );
494 mpi_mulm( output, b, t1, skey->p );
505 mpi_free(t1);
562 gcry_mpi_t t1; local
570 t1 = mpi_alloc( mpi_get_nlimbs(a) );
574 /* t1 = (y^a mod p) * (a^b mod p) mod p */
575 gcry_mpi_powm( t1, pke
[all...]
H A Dsha256.c106 t1 = (h) + Sum1((e)) + Cho((e),(f),(g)) + (k) + (w); \
111 e = d + t1; \
115 a = t1 + t2; \
140 u32 a,b,c,d,e,f,g,h,t1,t2; local
H A Dsha512.c198 u64 t1, t2; local
200 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
205 e = d + t1;
209 a = t1 + t2;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dseed.c270 union wordbuf t0, t1;
295 t1.w = x2 + KC[i] - x4;
297 *(keyout++) = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3];
331 t1.w = X4 ^ ctx->keyschedule[rbase+1]; \
332 t1.w ^= t0.w; \
333 t1.w = SS0[t1
268 union wordbuf t0, t1; local
344 union wordbuf t0, t1; local
390 union wordbuf t0, t1; local
[all...]
H A Dsha256.c106 t1 = (h) + Sum1((e)) + Cho((e),(f),(g)) + (k) + (w); \
111 e = d + t1; \
115 a = t1 + t2; \
140 u32 a,b,c,d,e,f,g,h,t1,t2; local
H A Dsha512.c200 u64 t1, t2; local
202 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
207 e = d + t1;
211 a = t1 + t2;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtest.c520 Time_t t1, t2; local
527 t1 = tmxgetmtime(&statb1);
529 if (t1 > t2)
531 if (t1 < t2)
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c740 __nis_table_mapping_t *t1, *returned_map; local
771 t1 = t;
773 free_table_mapping(t1);
842 t1 = new_merged_mapping(t->dbId, t);
844 if (t1) {
845 if ((append_domainContext(&t1,
856 free(t1);
860 t1->next = prev->next;
861 prev->next = t1;
864 t1
[all...]

Completed in 50 milliseconds

12