Searched refs:t2 (Results 101 - 125 of 209) sorted by relevance

123456789

/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s659 t2 .reg %r21 label
685 LDD 0(b_ptr),t2
686 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
689 CMPCLR,*>> t1,t2,sub_tmp2 ; clear if t1 > t2
692 CMPCLR,*= t1,t2,%r0
697 LDD 8(b_ptr),t2
698 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
[all...]
H A Dpa-risc2W.s648 t2 .reg %r21 label
674 LDD 0(b_ptr),t2
675 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
678 CMPCLR,*>> t1,t2,sub_tmp2 ; clear if t1 > t2
681 CMPCLR,*= t1,t2,%r0
686 LDD 8(b_ptr),t2
687 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dadmin.c625 char *t2; local
635 t2 = t + 2;
638 t2 = t + 1;
655 rev2 = xstrdup (t2);
662 if (*t2 == '\0')
667 rev2 = xstrdup (t2);
/freebsd-9.3-release/contrib/mtree/
H A Dspecspec.c193 walk_in_the_forest(NODE *t1, NODE *t2, char const *path) argument
205 if (t2 != NULL)
206 c2 = t2->child;
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos_unix.c65 time_t t_local, t1, t2; local
89 t2 = mktime(tm1);
90 tz_offset = t2 - t1;
/freebsd-9.3-release/usr.sbin/mtree/
H A Dspecspec.c176 walk_in_the_forest(NODE *t1, NODE *t2, char const *path) argument
188 if (t2 != NULL)
189 c2 = t2->child;
/freebsd-9.3-release/gnu/usr.bin/rcs/co/
H A Dco.c712 static struct buf t1, t2; local
728 VOID partialno(&t2, r2, l2>2 ? 2 : l2);
729 r = cmpnum(t1.string,t2.string)<0 ? t1.string : t2.string;
/freebsd-9.3-release/sys/mips/mips/
H A Dswtch.S135 RESTORE_U_PCB_REG(t2, T2, k1)
388 RESTORE_U_PCB_REG(t2, PS, a0) # get CPU status register
390 and t2, t2, t3 # clear COP_1 enable bit
391 SAVE_U_PCB_REG(t2, PS, a0) # save new status register
505 RESTORE_U_PCB_REG(t2, PS, a0) # get CPU status register
507 and t2, t2, t3 # clear COP_1 enable bit
510 SAVE_U_PCB_REG(t2, PS, a0) # save new status register
H A Dexception.S269 SAVE_REG(t2, T2, sp) ;\
330 RESTORE_REG(t2, T2, sp) ;\
436 SAVE_U_PCB_REG(t2, T2, k1)
529 RESTORE_U_PCB_REG(t2, T2, k1)
650 SAVE_U_PCB_REG(t2, T2, k1)
752 RESTORE_U_PCB_REG(t2, PC, k1)
755 MTC0 t2, MIPS_COP_0_EXC_PC # set return address
764 RESTORE_U_PCB_REG(t2, T2, k1)
1048 sll t2, t1, (31 - 17) # unimplemented operation?
1049 bgez t2,
[all...]
H A Dsupport.S691 sltu t2, a0, a1
692 and t1, t1, t2 # t1 = true if from < to < (from+len)
694 slt t2, a2, 12 # check for small copy
708 bne t2, zero, smallcpy # do a small bcopy
780 sll t2, t1, 16 # shift that left 16
781 or t1, t2, t1 # or together
1277 and t2, t1, ~MIPS_SR_INT_IE
1278 mtc0 t2, MIPS_COP_0_STATUS
1300 and t2, t1, ~MIPS_SR_INT_IE
1301 mtc0 t2, MIPS_COP_0_STATU
[all...]
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.h53 extern time_t t1, t2;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c865 reference_related_p (tree t1, tree t2) argument
868 t2 = TYPE_MAIN_VARIANT (t2);
875 return (same_type_p (t1, t2)
876 || (CLASS_TYPE_P (t1) && CLASS_TYPE_P (t2)
877 && DERIVED_FROM_P (t1, t2)));
883 reference_compatible_p (tree t1, tree t2) argument
890 return (reference_related_p (t1, t2)
891 && at_least_as_qualified_p (t1, t2));
946 tree t2 local
3125 tree t2 = non_reference (TREE_TYPE (e2)); local
5785 conversion *t2; local
5805 conversion *t2; local
6129 conversion *t2 = cand2->convs[i + off2]; local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Ddecl.c347 tspec_t t2; local
349 t2 = td->t_tspec;
354 if (t2 == CHAR || t2 == SHORT || t2 == INT || t2 == LONG ||
355 t2 == QUAD) {
359 td = duptyp(gettyp(mrgtspec(t2, t)));
365 if (t2 == INT || t2
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c2553 /* Compare t1 and t2, and return 1 only if they are known to result in
2557 compare_constant (const tree t1, const tree t2)
2562 return t2 == NULL_TREE;
2563 if (t2 == NULL_TREE)
2566 if (TREE_CODE (t1) != TREE_CODE (t2))
2573 if (TYPE_PRECISION (TREE_TYPE (t1)) != TYPE_PRECISION (TREE_TYPE (t2)))
2575 if (TYPE_MODE (TREE_TYPE (t1)) != TYPE_MODE (TREE_TYPE (t2)))
2577 return tree_int_cst_equal (t1, t2);
2581 if (TYPE_PRECISION (TREE_TYPE (t1)) != TYPE_PRECISION (TREE_TYPE (t2)))
2584 return REAL_VALUES_IDENTICAL (TREE_REAL_CST (t1), TREE_REAL_CST (t2));
2544 compare_constant(const tree t1, const tree t2) argument
4696 tree t2; local
[all...]
H A Dtree-complex.c983 tree t1, t2, t3, t4; local
986 t2 = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, bi);
996 rr = gimplify_build2 (bsi, MINUS_EXPR, inner_type, t1, t2);
1018 tree rr, ri, div, t1, t2, t3; local
1021 t2 = gimplify_build2 (bsi, MULT_EXPR, inner_type, bi, bi);
1022 div = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t1, t2);
1025 t2 = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, bi);
1026 t3 = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t1, t2);
1030 t2 = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, bi);
1031 t3 = gimplify_build2 (bsi, MINUS_EXPR, inner_type, t1, t2);
1045 tree rr, ri, ratio, div, t1, t2, tr, ti, cond; local
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c59 const struct udp_index *t2 = p2; local
61 return (asn_compare_oid(&t1->index, &t2->index));
/freebsd-9.3-release/sys/pc98/pc98/
H A Dbusiosubr.c310 bus_space_tag_t t2, bus_space_handle_t bsh2)
314 if (t1->bs_tag != t2->bs_tag)
309 i386_memio_compare(bus_space_tag_t t1, bus_space_handle_t bsh1, bus_space_tag_t t2, bus_space_handle_t bsh2) argument
/freebsd-9.3-release/tools/build/options/
H A Dmakeman22 for t2 in $2 ; do
23 if [ "${t1}" = "${t2}" ] ; then
/freebsd-9.3-release/contrib/amd/amd/
H A Dmap.c50 #define smallest_t(t1, t2) (t1 != NEVER ? (t2 != NEVER ? (t1 < t2 ? t1 : t2) : t1) : t2)
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dset_key.c365 register DES_LONG c, d, t, s, t2; local
423 t2 = ((t << 16L) | (s & 0x0000ffffL)) & 0xffffffffL;
424 *(k++) = ROTATE(t2, 30) & 0xffffffffL;
426 t2 = ((s >> 16L) | (t & 0xffff0000L));
427 *(k++) = ROTATE(t2, 26) & 0xffffffffL;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2expr.c469 CORE_ADDR t1, t2, t3;
475 t2 = ctx->stack[ctx->stack_len - 2];
477 ctx->stack[ctx->stack_len - 1] = t2;
468 CORE_ADDR t1, t2, t3; local
H A Dvalops.c54 struct field t1[], struct value *t2[]);
371 struct type *t2 = check_typedef (TYPE_TARGET_TYPE (type2)); local
373 && TYPE_CODE (t2) == TYPE_CODE_STRUCT
384 value_ind (arg2), 0, t2, 1);
397 if (TYPE_NAME (t2) != NULL)
399 v = search_struct_field (type_name_no_tag (t2),
1209 struct field t1[], struct value *t2[])
1213 if (t2 == 0)
1218 t2 ++;
1226 if (!t2[
1206 typecmp(int staticp, int varargs, int nargs, struct field t1[], struct value *t2[]) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dfe25519.c133 fe25519 t2 = *y; local
135 fe25519_freeze(&t2);
137 if(t1.v[i] != t2.v[i]) return 0;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs.h148 #define NFS_CMPTIME(t1, t2) \
149 ((t1).tv_sec == (t2).tv_sec && (t1).tv_nsec == (t2).tv_nsec)
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpsim.c270 double t1, t2, t3, t4; /* The four timestamps in the packet */ local
311 t2 ----------------- t3
321 * 2. t2 and t3 are server times according to the simulated server.
322 * Compute t1, t2, t3 and t4
328 t2 = server->server_time + d1;
334 DTOLFP(t2, &lfp_host);

Completed in 189 milliseconds

123456789