Home
last modified time | relevance | path

Searched refs:t1 (Results 101 – 125 of 268) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c416 if (t1->net_time_yr == t2->net_time_yr && in compare_date()
421 if (t1->net_time_yr > t2->net_time_yr || in compare_date()
422 (t1->net_time_yr == t2->net_time_yr && in compare_date()
424 (t1->net_time_yr == t2->net_time_yr && in compare_date()
438 cd = compare_date(t1, t2); in compare_time()
445 if (t1->net_time_hr == t2->net_time_hr && in compare_time()
450 if (t1->net_time_hr > t2->net_time_hr || in compare_time()
806 net_time_t *t1; in addto_time_list() local
809 t1 = &ns->net_stat_time; in addto_time_list()
1191 net_time_t st, et, *t1; in dladm_walk_usage_time() local
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dattach.test29 CREATE TABLE t1(a,b);
30 INSERT INTO t1 VALUES(1,2);
31 INSERT INTO t1 VALUES(3,4);
32 SELECT * FROM t1;
58 SELECT * FROM t1;
281 } {table t1 t1 table tx tx}
302 SELECT * FROM t1
356 execsql {SELECT * FROM t1}
362 execsql {SELECT * FROM t1}
370 catchsql {SELECT * FROM t1}
[all …]
H A Dpragma.test195 CREATE TABLE t1(
205 sqlite_datatypes $::DB {SELECT * FROM t1}
219 CREATE VIEW v1 AS SELECT a+b, b||c, * FROM t1;
225 SELECT d,e FROM t1 UNION SELECT a,c FROM t1
230 SELECT d,e FROM t1 EXCEPT SELECT c,e FROM t1
235 SELECT d,e FROM t1 INTERSECT SELECT c,e FROM t1
240 SELECT d,e FROM t1 INTERSECT SELECT c,e FROM v1
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcatanl.c128 long double x, y, t1, ax, ay, t; in catanl() local
210 t1 = ay - one; in catanl()
212 t = ay / (t1 * t1); in catanl()
216 t = ay / (ax * ax + t1 * t1); in catanl()
H A Dk_atan2.c458 double t, xh, th, t1, t2, w1, w2; in __k_atan2() local
517 t1 = (x - xh) * t + xh * (t - th); in __k_atan2()
519 *w = (t2 - t1) / x; in __k_atan2()
537 t1 = (x - xh) * t + xh * (t - th); in __k_atan2()
540 w2 += (t2 - t1) / (x + y * t); in __k_atan2()
542 t1 = pi - w1; in __k_atan2()
543 t2 = pi - t1; in __k_atan2()
545 w1 = t1; in __k_atan2()
H A Dk_clog_r.c250 double t1, t2, t3, t4, tk, z, wh, w, zh, zk; in __k_clog_r() local
342 t1 = x * x; t2 = y * y; in __k_clog_r()
346 z = t1+t2; in __k_clog_r()
351 t3 = tk * tk - (two * wh * tk - (wh * wh - t1)); in __k_clog_r()
380 tk = t1 - zk; in __k_clog_r()
389 wh = (t1 - wh) - (wh - t2); in __k_clog_r()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh143 function t1
156 t1 addrsp
194 function t1
207 t1 addrsp
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dsdt.h54 #define DTRACE_PROBE1(n, t1, a1) \ argument
58 #define DTRACE_PROBE2(n, t1, a1, t2, a2) \ argument
62 #define DTRACE_PROBE3(n, t1, a1, t2, a2, t3, a3) \ argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dstrstr.c53 register const char* t1;
64 t1 = s1;
70 } while (*t1++ == *t2++);
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A D64.rv64f.s27 fcvt.l.s t1, ft2, rne
33 fcvt.lu.s t1, ft0
41 fcvt.s.l ft2, t1, rne
48 fcvt.s.lu ft2, t1, rne
H A D64.rv64d.s27 fcvt.l.d t1, ft2, rne
33 fcvt.lu.d t1, ft0
43 fcvt.d.l ft2, t1, rne
50 fcvt.d.lu ft2, t1, rne
H A Dtst.pseudo.s32 rdcycle t1
34 csrr t1, ustatus
35 csrw ustatus, t1
H A Dtst.rv32i.s52 sb t0, 0x7ff(t1)
53 sb t1, (t2)
55 sh t3, 0x7ff(t1)
58 sw t4, 0x7ff(t1)
H A D64.rv64f.out2 libdis_test+0x4: 53 03 21 c0 fcvt.l.s t1,ft2,rne
7 libdis_test+0x18: 53 73 30 c0 fcvt.lu.s t1,ft0
14 libdis_test+0x34: 53 01 23 d0 fcvt.s.l ft2,t1,rne
20 libdis_test+0x4c: 53 01 33 d0 fcvt.s.lu ft2,t1,rne
H A Dtst.regs.out7 libdis_test+0x18: 33 03 63 00 add t1,t1,t1
37 libdis_test+0x90: 33 82 62 00 add tp,t0,t1
38 libdis_test+0x94: b3 02 73 00 add t0,t1,t2
39 libdis_test+0x98: 33 83 83 00 add t1,t2,s0
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1184 $t1 = $1;
1193 $from = wclean($t1, 1);
1255 my ($t1, $t2); # tmp vars for regex output
1258 $t1 = $1;
1260 $filtee = wclean($t1);
1263 $t1 = $1;
1265 $filtee = wclean($t1, 1);
1318 $t1 = $1;
1320 $thing_needed = wclean($t1);
1323 $t1 = $1;
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2.c72 double ah0, ah1, ah2, al0, al1, al2, t0, t1, t2; in __vatan2() local
295 t1 = __vlibm_TBL_atan2[k+2]; in __vatan2()
299 z1 = ((y1 - t1 * xh) - t1 * (x1 - xh)) / (x1 + y1 * t1); in __vatan2()
423 t1 = ah1 + (z1 + (al1 + (z1 * x1) * (p1 + x1 * in __vatan2()
429 *pz1 = sign1 * t1; in __vatan2()
443 t1 = ah1 + (z1 + (al1 + (z1 * x1) * (p1 + x1 * in __vatan2()
445 *pz1 = sign1 * t1; in __vatan2()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1721 if (t1 == 0 || t2 == 0 || t1 == t2) in lgrp_plat_latency_adjust()
1739 t = t1; in lgrp_plat_latency_adjust()
1741 if (t2 - t1 > t1 >> lgrp_plat_probe_lt_shift) { in lgrp_plat_latency_adjust()
1811 if (t1 == t2 || (t1 > t2 && t1 - t2 > in lgrp_plat_latency_adjust()
1813 (t2 > t1 && t2 - t1 > in lgrp_plat_latency_adjust()
1826 t = t1; in lgrp_plat_latency_adjust()
1832 t1 = t; in lgrp_plat_latency_adjust()
1837 t = t1; in lgrp_plat_latency_adjust()
1963 if (t1 == 0 || t2 == 0 || t1 == t2) in lgrp_plat_latency_verify()
1983 t1 = t2; in lgrp_plat_latency_verify()
[all …]
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl50 my ($code, $ctx, $inp, $num, $xi, $t0, $t1, $i, @V, $A, $B, $C, $D, $E, $T);
72 $t1="%ecx";
205 mov $b,$t1
210 or $c,$t1
213 and $d,$t1
216 or $t1,$t0
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_jac.c244 mp_int t0, t1, M, S; in ec_GFp_pt_dbl_jac() local
247 MP_DIGITS(&t1) = 0; in ec_GFp_pt_dbl_jac()
251 MP_CHECKOK(mp_init(&t1, FLAG(px))); in ec_GFp_pt_dbl_jac()
302 MP_CHECKOK(group->meth->field_add(&S, &S, &t1, group->meth)); in ec_GFp_pt_dbl_jac()
304 MP_CHECKOK(group->meth->field_sub(rx, &t1, rx, group->meth)); in ec_GFp_pt_dbl_jac()
307 MP_CHECKOK(group->meth->field_sqr(&t0, &t1, group->meth)); in ec_GFp_pt_dbl_jac()
308 if (mp_isodd(&t1)) { in ec_GFp_pt_dbl_jac()
309 MP_CHECKOK(mp_add(&t1, &group->meth->irr, &t1)); in ec_GFp_pt_dbl_jac()
311 MP_CHECKOK(mp_div_2(&t1, &t1)); in ec_GFp_pt_dbl_jac()
314 MP_CHECKOK(group->meth->field_sub(&M, &t1, ry, group->meth)); in ec_GFp_pt_dbl_jac()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c1065 uint32_t t1, t2, t3 = 0; in idle() local
1073 t1 = ALARM_MAX; in idle()
1075 t1 = t; in idle()
1079 (void) alarm(t1); in idle()
1101 t3 += t1 - t2; in idle()
1173 uint32_t t, t1, pt; in esi_proc() local
1197 t1 = idle(t); in esi_proc()
1199 t1 = 0; in esi_proc()
1201 if (t1 > 0) { in esi_proc()
1209 if (t1 > 0) { in esi_proc()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/ctime/
H A Dctime_001_pos.c312 time_t t1, t2; in main() local
317 ret = get_file_time(tfile, timetest_table[i].type, &t1); in main()
340 if (t1 == t2) { in main()
342 timetest_table[i].name, (long)t1, (long)t2); in main()
346 timetest_table[i].name, (long)t1, (long)t2); in main()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java412 Object t1, in createMessages() argument
474 new CSrvTypeMsg(locale, (String)t1, multiCastScopes); in createMessages()
484 if (t1 instanceof ServiceURL) { in createMessages()
487 (ServiceURL)t1, in createMessages()
511 new CSrvTypeMsg(locale, (String)t1, scopes); in createMessages()
521 if (t1 instanceof ServiceURL) { in createMessages()
524 (ServiceURL)t1, in createMessages()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c42 #define times_match_exact(t1,t2) (memcmp((char *)(t1), (char *)(t2), sizeof(*(t1))) == 0) argument
45 times_match(const krb5_ticket_times *t1, const krb5_ticket_times *t2) in times_match() argument
47 if (t1->renew_till) { in times_match()
48 if (t1->renew_till > t2->renew_till) in times_match()
51 if (t1->endtime) { in times_match()
52 if (t1->endtime > t2->endtime) in times_match()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dbound.c455 get_pkt_times(PKT_LIST *ack, lease_t *lease, lease_t *t1, lease_t *t2) in get_pkt_times() argument
458 *t1 = DHCP_PERM; in get_pkt_times()
485 (void) memcpy(t1, ack->opts[CD_T1_TIME]->value, sizeof (*t1)); in get_pkt_times()
486 *t1 = ntohl(*t1); in get_pkt_times()
495 if ((*t1 == DHCP_PERM) || (*t1 >= *lease)) in get_pkt_times()
496 *t1 = (lease_t)fuzzify(*lease, DHCP_T1_FACT); in get_pkt_times()
498 if ((*t2 == DHCP_PERM) || (*t2 > *lease) || (*t2 <= *t1)) in get_pkt_times()
502 *lease, *t1, *t2); in get_pkt_times()
516 lease_t lease, t1, t2; in configure_v4_timers() local
552 get_pkt_times(ack, &lease, &t1, &t2); in configure_v4_timers()
[all …]

1234567891011