Home
last modified time | relevance | path

Searched refs:t1 (Results 176 – 200 of 268) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c151 float t1, t2, t3, w; in drawwig() local
179 t1 = 0.5 * w * w; in drawwig()
184 xp = t1 * x[i+2] + t2 * x[i+1] + t3 * x[i] + 0.5; in drawwig()
185 yp = t1 * y[i+2] + t2 * y[i+1] + t3 * y[i] + 0.5; in drawwig()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1388 file path=opt/util-tests/tests/files/grep/gout.t1.0 mode=0444
1389 file path=opt/util-tests/tests/files/grep/gout.t1.1 mode=0444
1390 file path=opt/util-tests/tests/files/grep/gout.t1.10 mode=0444
1400 file path=opt/util-tests/tests/files/grep/gout.t1.2 mode=0444
1411 file path=opt/util-tests/tests/files/grep/gout.t1.3 mode=0444
1422 file path=opt/util-tests/tests/files/grep/gout.t1.4 mode=0444
1433 file path=opt/util-tests/tests/files/grep/gout.t1.5 mode=0444
1444 file path=opt/util-tests/tests/files/grep/gout.t1.6 mode=0444
1455 file path=opt/util-tests/tests/files/grep/gout.t1.7 mode=0444
1466 file path=opt/util-tests/tests/files/grep/gout.t1.8 mode=0444
[all …]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java357 Tuple t1 = r1.getTuple(); in toString()
359 return t1.compareTo(t2); in toString()
H A DTuple.java345 compare(Tuple t1, Tuple t2, int pos) in compare() argument
348 ValueRecord rec1 = t1.get(pos); in compare()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1719 mib2_tcp_t *t1; in mib_item_diff() local
1723 t1 = (mib2_tcp_t *)tempp1->valp; in mib_item_diff()
1739 MDIFF(d, t2, t1, tcpHCOutSegs); in mib_item_diff()
1744 MDIFF(d, t2, t1, tcpOutAck); in mib_item_diff()
1746 MDIFF(d, t2, t1, tcpOutUrg); in mib_item_diff()
1750 MDIFF(d, t2, t1, tcpOutRsts); in mib_item_diff()
1752 MDIFF(d, t2, t1, tcpHCInSegs); in mib_item_diff()
1753 MDIFF(d, t2, t1, tcpInAckSegs); in mib_item_diff()
1755 MDIFF(d, t2, t1, tcpInDupAck); in mib_item_diff()
1769 MDIFF(d, t2, t1, tcpInClosed); in mib_item_diff()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.supervisor.s31 sfence.vma t0, t1
H A Dtst.supervisor.out7 libdis_test+0x18: 73 80 62 12 sfence.vma t0,t1
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c69 taginfo t1; \
70 retval = asn1_get_tag_2(&buf, &t1); \
72 if (t1.asn1class != APPLICATION || t1.construction != CONSTRUCTED) \
74 if (t1.tagnum != (tagexpect)) clean_return(KRB5_BADMSGTYPE); \
75 asn1class = t1.asn1class; \
76 construction = t1.construction; \
77 tagnum = t1.tagnum; \
H A Dasn1_k_decode.c83 taginfo t1; \
84 retval = asn1_get_tag_2(buf, &t1); \
86 if (t1.asn1class != APPLICATION || t1.construction != CONSTRUCTED || \
87 t1.tagnum != (tagexpect)) return ASN1_BAD_ID; \
89 asn1class = t1.asn1class; \
90 construction = t1.construction; \
91 tagnum = t1.tagnum; \
92 applen = t1.length; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh442 float t1=$SECONDS
447 (( (SECONDS-t1) > 4 )) && err_exit '/bin/sleep& in subshell hanging'
448 ((t1=SECONDS))
451 (( (SECONDS-t1) > 4 )) && err_exit 'sleep& in subshell hanging'
H A Dbuiltins.sh619 if mkdir $tmp/t1
621 cd $tmp/t1
625 mv t1 t2
626 mkdir t1
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c124 static long oadd(long t1, long t2);
2109 oadd(t1, t2) in oadd() argument
2110 const long t1; in oadd()
2115 t = t1 + t2;
2116 if ((t2 > 0 && t <= t1) || (t2 < 0 && t >= t1)) {
2124 tadd(t1, t2) in tadd() argument
2125 const zic_t t1; in tadd()
2130 if (t1 == max_time && t2 > 0)
2132 if (t1 == min_time && t2 < 0)
2134 t = t1 + t2;
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A Dtimes.h36 STP_compare_times (IN TIMEVALUES_T* t1, IN TIMEVALUES_T* t2);
/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c574 struct symbol *t1, *t2; in befoul() local
577 PREPARE_PTR_LIST(restr, t1); in befoul()
580 if (t1 == type) in befoul()
582 if (!t1) in befoul()
584 NEXT_PTR_LIST(t1); in befoul()
588 FINISH_PTR_LIST(t1); in befoul()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c305 int t1; in glob_dir() local
344 trim(ap->gl_begin, rescan, &t1, NiL, NiL); in glob_dir()
345 rescan -= t1; in glob_dir()
421 trim(ap->gl_begin, pat, &t1, rescan, &t2); in glob_dir()
422 pat -= t1; in glob_dir()
H A Dmagic.c1048 char* t1; in cklang() local
1113 t1 = T("command"); in cklang()
1124 t1 = T("interpreter"); in cklang()
1128 sfsprintf(mp->sbuf, sizeof(mp->sbuf), T("%s%s script"), s, t1); in cklang()
1256 base = (t1 = strrchr(file, '/')) ? t1 + 1 : (char*)file; in cklang()
1257 suff = (t1 = strrchr(base, '.')) ? t1 + 1 : ""; in cklang()
1338 t1 = ""; in cklang()
1349 t1 = "lex "; in cklang()
1362 t1 = "yacc "; in cklang()
1371 sfsprintf(mp->sbuf, sizeof(mp->sbuf), "%s%s%s", t1, t2, t3); in cklang()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c73 #define F1(f,t1,a1) f(t1 a1) argument
74 #define F2(f,t1,a1,t2,a2) f(t1 a1, t2 a2) argument
77 #define F1(f,t1,a1) f(a1) t1 a1; argument
78 #define F2(f,t1,a1,t2,a2) f(a1, a2) t1 a1; t2 a2; argument
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c168 nwam_ncu_type_t t1, t2; in name_cmp() local
172 if (nwam_ncu_typed_name_to_name(*(const char **)c1, &t1, &n1) in name_cmp()
182 if (t1 < t2) in name_cmp()
184 else if (t1 > t2) in name_cmp()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c524 Time_t t1, t2; in test_time() local
531 t1 = tmxgetmtime(&statb1); in test_time()
533 if (t1 > t2) in test_time()
535 if (t1 < t2) in test_time()
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c470 time_t t, t1, tim; in getsdt() local
512 t1 = time((time_t *)NULL); in getsdt()
513 lt = localtime(&t1); in getsdt()
520 return (t1 + tim - t); in getsdt()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c220 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal() argument
222 return (t1 == t2); in pthread_equal()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c562 const char *t1 = objtypename(p1); in luaG_ordererror() local
564 if (t1 == t2) in luaG_ordererror()
565 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror()
567 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y466 u_long t1; local
491 t1 = tv.tv_sec - a->ac_lastsec;
493 t1--;
495 if (t1 < a->ac_second)
/illumos-gate/usr/src/cmd/initpkg/
H A Dswapadd.sh106 while read special t1 t2 fstype t3 t4 t5; do
/illumos-gate/usr/src/cmd/tbl/
H A DMakefile31 SRCS = t0.c t1.c t2.c t3.c t4.c t5.c t6.c t7.c \

1234567891011