Searched refs:t1 (Results 176 - 200 of 345) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tcsh/
H A Dsh.parse.c226 struct command *t, *t1; local
258 t1 = syn1(p1, p, flags);
259 if (t1->t_dtyp == NODE_LIST ||
260 t1->t_dtyp == NODE_AND ||
261 t1->t_dtyp == NODE_OR) {
265 t->t_dspr = t1;
266 t1 = t;
269 t1->t_dflg |= F_AMPERSAND | F_NOINTERRUPT;
273 t->t_dcar = t1;
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_termios.c71 #define undefined_flag2(f,a,b,c1,t1,c2,t2) /**/
72 #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) /**/
90 #define svr4_to_bsd_flag2(f,a,b,c1,t1,c2,t2) \
94 case __CONCAT3(SVR4_,c1,t1): bt->f |= __CONCAT(c1,t1); break; \
99 #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \
103 case __CONCAT3(SVR4_,c1,t1): bt->f |= __CONCAT(c1,t1); break; \
123 #define bsd_to_svr4_flag2(f,a,b,c1,t1,c2,t2) \
126 case __CONCAT(c1,t1)
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S49 t1=r34; s1=r35;
95 { .mmi; LDKEY t1=[rk1],2*KSZ
105 xor s1=s1,t1
117 { .mmi; (p0) LDKEY t1=[rk1],2*KSZ // 0/1:rk[1]
168 (p0) xor t1=t1,te30 };; // 8/1:
172 { .mmi; (p0) xor t1=t1,te23 // 10[9]/1:
176 (p0) xor t1=t1,te0
[all...]
H A Daes-x86_64.pl59 $t1="%r11d";
100 mov 0($sbox,$acc1,8),$t1
107 xor 3($sbox,$acc1,8),$t1
125 xor 2($sbox,$acc1,8),$t1
132 xor 1($sbox,$acc1,8),$t1
145 xor $t1,$s1
159 movzb 2($sbox,$acc1,8),$t1
167 mov 0($sbox,$acc2,8),$acc2 #$t1
173 xor $acc2,$t1
193 mov 0($sbox,$acc1,8),$acc1 #$t1
[all...]
/freebsd-11-stable/contrib/less/
H A Dscreen.c247 static char *cheaper LESSPARAMS((char *t1, char *t2, char *def));
1154 char *t1, *t2; local
1320 t1 = ltgetstr("ho", &sp);
1321 if (t1 == NULL)
1322 t1 = "";
1331 sc_home = cheaper(t1, t2, "|\b^");
1337 t1 = ltgetstr("ll", &sp);
1338 if (t1 == NULL)
1339 t1 = "";
1348 sc_lower_left = cheaper(t1, t
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S286 SAVE_REG(t1, T1, sp) ;\
334 RESTORE_REG(t1, MULHI, sp) ;\
336 mthi t1 ;\
347 RESTORE_REG(t1, T1, sp) ;\
447 SAVE_U_PCB_REG(t1, T1, k1)
529 RESTORE_U_PCB_REG(t1, MULHI, k1)
531 mthi t1
541 RESTORE_U_PCB_REG(t1, T1, k1)
580 xori t1, t0, MIPS_SR_INT_IE
581 mtc0 t1, MIPS_COP_0_STATU
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c260 int luaV_equalobj_ (lua_State *L, const TValue *t1, const TValue *t2) { argument
262 lua_assert(ttisequal(t1, t2));
263 switch (ttype(t1)) {
265 case LUA_TNUMBER: return luai_numeq(nvalue(t1), nvalue(t2));
266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
267 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2);
268 case LUA_TLCF: return fvalue(t1) == fvalue(t2);
269 case LUA_TSHRSTR: return eqshrstr(rawtsvalue(t1), rawtsvalue(t2));
270 case LUA_TLNGSTR: return luaS_eqlngstr(rawtsvalue(t1), rawtsvalue(t2));
272 if (uvalue(t1)
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Do_time.c446 time_t t1, t2; local
447 time(&t1);
448 t2 = t1 + offset;
450 OPENSSL_gmtime(&t1, &tm1);
/freebsd-11-stable/sbin/recoverdisk/
H A Drecoverdisk.c161 time_t t1, t2; local
254 t1 = 0;
274 if (t1 != t2 || lp->len < (off_t)bigsize) {
276 t1 = t2;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp41 const char *t1 = (const char *)s1; local
43 for (uptr i = 0; i < n; ++i, ++t1, ++t2)
44 if (*t1 != *t2)
45 return *t1 < *t2 ? -1 : 1;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Droken-common.h426 timevalfix(struct timeval *t1);
430 timevaladd(struct timeval *t1, const struct timeval *t2);
434 timevalsub(struct timeval *t1, const struct timeval *t2);
/freebsd-11-stable/tools/build/options/
H A Dmakeman35 for t1 in $1 ; do
37 if [ "${t1}" = "${t2}" ] ; then
41 echo ${t1}
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha256-internal.c86 u32 S[8], W[64], t0, t1; local
108 t1 = Sigma0(a) + Maj(a, b, c); \
110 h = t0 + t1;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_win32.c66 time_t t_local, t1, t2; local
87 t1 = mktime(tm1);
91 tz_offset = t2 - t1;
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dutil.c86 static char const * const t1[] = { local
93 return (encrypt >= SIZE(t1)? "?" : t1[encrypt]);
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c712 static struct buf t1, t2; local
727 VOID partialno(&t1, r1, l1>2 ? 2 : l1);
729 r = cmpnum(t1.string,t2.string)<0 ? t1.string : t2.string;
733 return partialno(&t1,r1,l3);
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ossl.c369 BIGNUM u1, u2, t1; local
390 BN_init(&t1);
438 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p,
440 /* BN_copy(&u1,&t1); */
442 if (!BN_mod(&u1, &t1, dsa->q, ctx))
457 BN_free(&t1);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv8.pl33 ($t0,$t1,$t2,$K)=map("w$_",(25..28));
55 and $t1,$c,$b
58 orr $t0,$t0,$t1
71 and $t1,$c,$b
75 orr $t0,$t0,$t1
95 and $t1,$b,$c
102 orr $t0,$t0,$t1
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s658 t1 .reg %r22 label
684 LDD 0(a_ptr),t1
686 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
689 CMPCLR,*>> t1,t2,sub_tmp2 ; clear if t1 > t2
692 CMPCLR,*= t1,t2,%r0
696 LDD 8(a_ptr),t1
698 SUB t1,t2,sub_tmp1 ; t3 = t1
[all...]
H A Dpa-risc2W.s647 t1 .reg %r22 label
673 LDD 0(a_ptr),t1
675 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
678 CMPCLR,*>> t1,t2,sub_tmp2 ; clear if t1 > t2
681 CMPCLR,*= t1,t2,%r0
685 LDD 8(a_ptr),t1
687 SUB t1,t2,sub_tmp1 ; t3 = t1
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c404 ** Main operation for equality of Lua values; return 't1 == t2'.
407 int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2) { argument
409 if (ttype(t1) != ttype(t2)) { /* not the same variant? */
410 if (ttnov(t1) != ttnov(t2) || ttnov(t1) != LUA_TNUMBER)
414 return (tointeger(t1, &i1) && tointeger(t2, &i2) && i1 == i2);
418 switch (ttype(t1)) {
420 case LUA_TNUMINT: return (ivalue(t1) == ivalue(t2));
421 case LUA_TNUMFLT: return luai_numeq(fltvalue(t1), fltvalue(t2));
422 case LUA_TBOOLEAN: return bvalue(t1)
[all...]
/freebsd-11-stable/contrib/libbegemot/
H A Drpoll.c456 int t1 = *(const int *)p1; local
459 return tims[t1].when < tims[t2].when ? -1
460 : tims[t1].when > tims[t2].when ? +1
651 int t0, t1; variable
709 poll_stop_timer(t1);
718 t1 = poll_start_timer(250, 1, tfunc1, "1/4 second");
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp647 double t1, t2, t3; /* calculation temps */ local
679 t1 = w * w;
680 t3 = t1 + 1.0 - (w + w);
681 t2 = 2.0 - (t3 + t1);
682 xp = (((int) (t1 * x[2] + t2 * x[1] + t3 * x[0])) + 1) / 2;
683 yp = (((int) (t1 * y[2] + t2 * y[1] + t3 * y[0])) + 1) / 2;
/freebsd-11-stable/sys/riscv/riscv/
H A Dswtch.S190 li t1, ~SSTATUS_IE
191 and t0, t0, t1
200 ld t1, (TF_T + 1 * 8)(sp)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c1112 struct testcase *t0, *t1; local
1120 for (t1 = &testcases[0]; t1->s != NULL; ++t1) {
1121 len1 = strnlen(t1->s, t1->n);
1134 ATF_CHECK(fwrite(t1->s, 1, t1->n, fp)
1136 ATF_CHECK(ftell(fp) == t1->n);
1138 ATF_CHECK(fwrite(t1
[all...]

Completed in 326 milliseconds

1234567891011>>