HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/cmd/acct/lib/
tmless.c 31 * return 1 if t1 earlier than t2 (times in localtime format)
32 * assumed that t1 and t2 are in same day
37 tmless(t1, t2)
38 register struct tm *t1, *t2;
40 if (t1->tm_hour != t2->tm_hour)
41 return(t1->tm_hour < t2->tm_hour);
42 if (t1->tm_min != t2->tm_min)
43 return(t1->tm_min < t2->tm_min);
44 return(t1->tm_sec < t2->tm_sec);
tmsecs.c 28 * tmsecs returns number of seconds from t1 to t2,
30 * assumed that t1 <= t2, and are in same day.
35 tmsecs(t1, t2)
36 register struct tm *t1, *t2;
38 return((t2->tm_sec - t1->tm_sec) +
39 60*(t2->tm_min - t1->tm_min) +
40 3600L*(t2->tm_hour - t1->tm_hour));
pnpsplit.c 300 * tmsecs returns number of seconds from t1 to t2,
302 * assumed that t1 <= t2, and are in same day.
306 tmsecs(t1, t2)
307 register struct tm *t1, *t2;
309 return((t2->tm_sec - t1->tm_sec) +
310 60*(t2->tm_min - t1->tm_min) +
311 3600L*(t2->tm_hour - t1->tm_hour));
315 * return 1 if t1 earlier than t2 (times in localtime format)
316 * assumed that t1 and t2 are in same day
320 tmless(t1, t2
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtnfctl/
dbg.h 55 #define DBG_TNF_PROBE_1(a, b, c, t1, n1, v1) \
56 TNF_PROBE_1(a, b, c, t1, n1, v1)
57 #define DBG_TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2) \
58 TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2)
59 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \
60 TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3)
62 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
63 TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4)
69 #define DBG_TNF_PROBE_1(a, b, c, t1, n1, v1) \
71 #define DBG_TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2)
    [all...]
  /onnv/onnv-gate/usr/src/lib/librstp/common/
times.c 28 STP_compare_times (IN TIMEVALUES_T *t1, IN TIMEVALUES_T *t2)
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;
times.h 36 STP_compare_times (IN TIMEVALUES_T* t1, IN TIMEVALUES_T* t2);
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
rpc_sel2poll.c 107 int t1, tmp; local
114 t1 = -tmp;
115 t1 += t1 << 1;
116 t1 += tmp << 7;
118 t1 += t->tv_usec / 1000;
120 return (t1);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/dh/
dh_gen.c 105 BIGNUM *t1,*t2; local
112 t1 = BN_CTX_get(ctx);
114 if (t1 == NULL || t2 == NULL) goto err;
127 if (!BN_set_word(t1,24)) goto err;
134 if (!BN_set_word(t1,12)) goto err;
141 if (!BN_set_word(t1,10)) goto err;
153 if (!BN_set_word(t1,2)) goto err;
158 if(!BN_generate_prime_ex(ret->p,prime_len,1,t1,t2,cb)) goto err;
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
strstr.c 53 register const char* t1;
64 t1 = s1;
70 } while (*t1++ == *t2++);
  /onnv/onnv-gate/usr/src/cmd/acct/
acctmerg.c 190 tacctadd(struct tacct *t1, struct tacct *t2)
192 t1->ta_cpu[0] = t1->ta_cpu[0] + t2->ta_cpu[0];
193 t1->ta_cpu[1] = t1->ta_cpu[1] + t2->ta_cpu[1];
194 t1->ta_kcore[0] = t1->ta_kcore[0] + t2->ta_kcore[0];
195 t1->ta_kcore[1] = t1->ta_kcore[1] + t2->ta_kcore[1];
196 t1->ta_con[0] = t1->ta_con[0] + t2->ta_con[0]
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
exists_sub.t 10 sub t1;
22 print "not " unless exists &t1 && not defined &t1;
append.t 43 my $t1 = $a; $t1 .= $ab;
45 print $t1 =~ /b/ ? "ok 6\n" : "not ok 6\t# $t1\n";
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
utils.c 72 idmap_mapping *t1; local
79 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t1);
80 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize);
81 if (t1 == NULL)
83 (void) memset((uchar_t *)t1 + (len * sizeof (*t1)), 0,
84 _GET_IDS_SIZE_INCR * sizeof (*t1));
85 gh->batch.idmap_mapping_batch_val = t1;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/
bn_add.c 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
140 t1 = *(ap++);
141 t2 = (t1+1) & BN_MASK2;
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
198 t1= *(ap++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)&BN_MASK2
    [all...]
bn_asm.c 387 BN_ULONG t1,t2; local
395 t1=a[0]; t2=b[0];
396 r[0]=(t1-t2-c)&BN_MASK2;
397 if (t1 != t2) c=(t1 < t2);
400 t1=a[1]; t2=b[1];
401 r[1]=(t1-t2-c)&BN_MASK2;
402 if (t1 != t2) c=(t1 < t2);
405 t1=a[2]; t2=b[2]
557 BN_ULONG t1,t2; local
666 BN_ULONG t1,t2; local
711 BN_ULONG t1,t2; local
792 BN_ULONG t1,t2; local
    [all...]
bn_mont.c 150 long long t1; local
153 t1 = rp[0] * (n0 & 0177777);
158 t1 = t1 + t2;
159 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
221 BN_ULONG t1,t2,t3,t4; local
223 t1=nrp[i+0];
227 rp[i+0]=t1; ap[i+2]=0;
244 BN_ULONG t1,t2,t3,t4; local
246 t1=ap[i+0]
260 BIGNUM *t1,*t2; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
qud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
117 t1=z1;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
  /onnv/onnv-gate/usr/src/cmd/crypt/
crypt.c 48 char t1[ROTORSZ]; variable
79 t1[i] = i;
88 temp = t1[k];
89 t1[k] = t1[ic];
90 t1[ic] = temp;
98 t2[t1[i]&MASK] = i;
173 *p1 = t2[(t3[(t1[(*p1 + n1)&MASK]+
193 i = t2[(t3[(t1[(i+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1;
  /onnv/onnv-gate/usr/src/common/crypto/ecc/
ec2_mont.c 65 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, x, group->meth))
93 mp_int t1, t2; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/
ttl_utils.c 286 add_to_timeval(struct timeval *t1, int t2)
291 oldval.tv_sec = t1->tv_sec;
294 t1->tv_sec += t2;
297 if (!(t1->tv_sec >= oldval.tv_sec)) {
317 * OUTPUTS: TRUE t1 > t2
318 * FALSE t1 <= t2
322 is_greater_timeval(struct timeval *t1, struct timeval *t2)
324 if (t1->tv_sec > t2->tv_sec)
327 if (t1->tv_sec == t2->tv_sec) {
328 if (t1->tv_usec > t2->tv_usec
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
sun_solaris_compound_nameref.sh 144 function t1 function
157 t1 addrsp
195 function t1 function
208 t1 addrsp
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
expfile.t 57 my $t1 = readfile($FILE);
65 ++$n; print ((($t1 eq $t2) ? '' : 'not '), "ok $n\n");
73 ++$n; print ((($t1 ne $t3) ? '' : 'not '), "ok $n\n");
  /onnv/onnv-gate/usr/src/cmd/refer/
refer5.c 47 char t[100], t1[MXSIG], t2[100], format[10], *sd, *stline; local
84 t1[0] = 0;
85 fpar(nf, flds, t1, 'A', 1, 0);
86 sprintf(t, format, t1, sd);
140 sprintf(t1, "%s%s%s\n", stline, sig, endline);
141 if (strlen(t1) > MXSIG)
142 err(gettext("t1 overflow (%d)"), MXSIG);
143 append(t1);
165 t1[0] = AFLAG;
166 t1[1] = '\0'
239 char t1[50], *sf; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
main.c 65 static void timevalsub(struct timeval *t1, struct timeval *t2);
298 timevaladd(struct timeval *t1, struct timeval *t2)
300 t1->tv_sec += t2->tv_sec;
301 if ((t1->tv_usec += t2->tv_usec) > 1000000) {
302 t1->tv_sec++;
303 t1->tv_usec -= 1000000;
308 timevalsub(struct timeval *t1, struct timeval *t2)
310 t1->tv_sec -= t2->tv_sec;
311 if ((t1->tv_usec -= t2->tv_usec) < 0) {
312 t1->tv_sec--
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/asm/
x86_64-gcc.c 224 BN_ULONG t1,t2; local
231 t1=a[0]; t2=b[0];
232 r[0]=(t1-t2-c)&BN_MASK2;
233 if (t1 != t2) c=(t1 < t2);
236 t1=a[1]; t2=b[1];
237 r[1]=(t1-t2-c)&BN_MASK2;
238 if (t1 != t2) c=(t1 < t2);
241 t1=a[2]; t2=b[2]
343 BN_ULONG t1,t2; local
447 BN_ULONG t1,t2; local
487 BN_ULONG t1,t2; local
563 BN_ULONG t1,t2; local
    [all...]

Completed in 3959 milliseconds

1 2 3 4 5 6 7