Searched refs:t1 (Results 226 - 250 of 345) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2expr.c499 CORE_ADDR t1, t2, t3;
504 t1 = ctx->stack[ctx->stack_len - 1];
509 ctx->stack[ctx->stack_len - 3] = t1;
498 CORE_ADDR t1, t2, t3; local
H A Dlanguage.c549 struct type *t1 = check_typedef (VALUE_TYPE (v1));
552 int l1 = TYPE_LENGTH (t1);
560 if (TYPE_CODE (t1) == TYPE_CODE_FLT)
564 return TYPE_CODE (t1) == TYPE_CODE_FLT && l1 > l2 ?
566 else if (TYPE_UNSIGNED (t1) && l1 > l2)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c271 double t1, t2, t3, t4; /* The four timestamps in the packet */ local
308 t1 t4
321 * 1. t1 and t4 are times in the client according to the local clock.
323 * Compute t1, t2, t3 and t4
324 * Note: This function is called at time t1.
328 LFPTOD(&lfp_host, t1);
331 t4 = t1 + d1 + d2 + d3;
H A Drefclock_bancomm.c228 bcBinTimeT t1, t2; local
231 rc = bcReadBinTime(hnd, &t1, &t2, p3);
233 *pt1 = (uint32_t)t1;
/freebsd-11-stable/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)
2561 if (t1 == NULL_TREE)
2566 if (TREE_CODE (t1) != TREE_CODE (t2))
2569 switch (TREE_CODE (t1))
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_CS
2544 compare_constant(const tree t1, const tree t2) argument
[all...]
H A Dfold-const.c1486 associate_trees (tree t1, tree t2, enum tree_code code, tree type)
1488 if (t1 == 0)
1491 return t1;
1496 if (TREE_CODE (t1) == code || TREE_CODE (t2) == code
1497 || TREE_CODE (t1) == MINUS_EXPR || TREE_CODE (t2) == MINUS_EXPR)
1501 if (TREE_CODE (t1) == NEGATE_EXPR)
1503 fold_convert (type, TREE_OPERAND (t1, 0)));
1505 return build2 (MINUS_EXPR, type, fold_convert (type, t1),
1508 return fold_convert (type, t1);
1513 return fold_convert (type, t1);
1476 associate_trees(tree t1, tree t2, enum tree_code code, tree type) argument
1834 tree t1 local
5591 tree t1, t2; local
7737 tree t1 = TREE_TYPE (arg00); local
8481 tree t1 = NULL_TREE; local
12332 tree op1, t1; local
[all...]
H A Dgenrecog.c1299 struct decision_test *t1, *t2;
1315 for (t1 = d1; t1 ; t1 = t1->next)
1317 if (maybe_both_true_2 (t1, t2) == 0)
1450 struct decision_test *t1, *t2;
1452 for (t1 = d1->tests, t2 = d2->tests; t1 && t2; t1
1295 struct decision_test *t1, *t2; local
1446 struct decision_test *t1, *t2; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.h71 uint8_t t1, r1; /* series 1: tries, rate code */ member in struct:txschedule
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl173 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
178 vand $t1, $x1, $y0
180 veor $x1, $t1, $t0
181 veor $x0, $x0, $t1
202 $x2,$x3,$y2,$y3,$t1)=@_;
205 veor $t1, $y2, $y3
207 vand $t1, $t1, $x2
217 veor $x3, $x3, $t1
304 @ Inv_GF16 \t0, \t1, \t
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.c562 const char *t1 = objtypename(p1); local
564 if (t1 == t2)
565 luaG_runerror(L, "attempt to compare two %s values", t1);
567 luaG_runerror(L, "attempt to compare %s with %s", t1, t2);
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c206 ASN1_TYPE *t1, *t2; local
217 t1 = sk_ASN1_TYPE_value(ndsa, 0);
219 if (t1->type == V_ASN1_SEQUENCE) {
221 pval = t1->value.ptr;
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c611 uint32_t t0, t1; local
619 t1 = *(uint32_t *)PTOV(0x46c);
621 t0 = t1;
622 if ((uint32_t)(t1 - t0) >= ticks)
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c1693 mp_int q, x, y, t1, t2; local
1719 if ((res = mp_init (&t1)) != MP_OKAY) {
1802 mp_zero (&t1);
1803 t1.dp[0] = (t - 1 < 0) ? 0 : y.dp[t - 1];
1804 t1.dp[1] = y.dp[t];
1805 t1.used = 2;
1806 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1815 } while (mp_cmp_mag(&t1, &t2) == MP_GT);
1818 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) !
[all...]
/freebsd-11-stable/sys/dev/sume/
H A Dadapter.h209 * t1, t1 - could be used for timestamping by SUME
216 uint32_t t1; member in struct:nf_metadata
/freebsd-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c400 TSortData t1[]=
408 pResult=prepare(t1,3);
/freebsd-11-stable/lib/msun/src/
H A De_lgamma_r.c112 t1 = -1.47587722994593911752e-01, /* 0xBFC2E427, 0x8DC6C509 */ variable
261 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c61 const struct tcp_index *t1 = p1; local
64 return (asn_compare_oid(&t1->index, &t2->index));
/freebsd-11-stable/contrib/lua/src/
H A Dloslib.c352 time_t t1 = l_checktime(L, 1); local
354 lua_pushnumber(L, (lua_Number)difftime(t1, t2));
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c1178 * Merge the tbl data of t2 into t1.
1181 sum_tbl(STRFILE *t1, STRFILE *t2) argument
1183 t1->str_numstr += t2->str_numstr;
1184 if (t1->str_longlen < t2->str_longlen)
1185 t1->str_longlen = t2->str_longlen;
1186 if (t1->str_shortlen > t2->str_shortlen)
1187 t1->str_shortlen = t2->str_shortlen;
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend258 usr.bin/bmake/tests/basic/t1 \
287 usr.bin/bmake/tests/sysmk/t1 \
288 usr.bin/bmake/tests/sysmk/t1/2 \
289 usr.bin/bmake/tests/sysmk/t1/2/1 \
290 usr.bin/bmake/tests/sysmk/t1/mk \
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c138 static long oadd(long t1, long t2);
156 static zic_t tadd(zic_t t1, long t2);
2487 oadd(t1, t2)
2488 const long t1;
2493 t = t1 + t2;
2494 if ((t2 > 0 && t <= t1) || (t2 < 0 && t >= t1)) {
2502 tadd(t1, t2)
2503 const zic_t t1;
2508 if (t1
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c274 entryeq(TERMTYPE *t1, TERMTYPE *t2) argument
279 for (i = 0; i < NUM_BOOLEANS(t1); i++)
280 if (t1->Booleans[i] != t2->Booleans[i])
283 for (i = 0; i < NUM_NUMBERS(t1); i++)
284 if (t1->Numbers[i] != t2->Numbers[i])
287 for (i = 0; i < NUM_STRINGS(t1); i++)
288 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i]))
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1574 u_int16_t far = status.snmp.t1.prm[index];
1596 printf(" LCV=%d", status.snmp.t1.lcv);
1597 printf(" LOS=%d", (status.snmp.t1.line & TLINE_LOS) ? 1 : 0);
1598 printf(" FE=%d", status.snmp.t1.fe);
1599 printf(" CRC=%d", status.snmp.t1.crc);
1600 printf(" AIS=%d", (status.snmp.t1.line & TLINE_RX_AIS) ? 1 : 0);
1601 printf(" SEF=%d", (status.snmp.t1.line & T1LINE_SEF) ? 1 : 0);
1602 printf(" OOF=%d", (status.snmp.t1.line & TLINE_LOF) ? 1 : 0);
1603 printf(" RAI=%d",(status.snmp.t1.line & TLINE_RX_RAI) ? 1 : 0);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dsolo.c397 u_int8_t t0, t1; local
405 t1 = 128 - (768000 / speed);
406 s1 = 768000 / (128 - t1);
407 t1 |= 0x80;
412 return use0? t0 : t1;
/freebsd-11-stable/sys/dev/sound/isa/
H A Dess.c431 u_int8_t t0, t1; local
439 t1 = 128 - (768000 / speed);
440 s1 = 768000 / (128 - t1);
441 t1 |= 0x80;
446 return use0? t0 : t1;

Completed in 421 milliseconds

1234567891011>>