| /src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| float_unssidf.c | 35 qword t0, t1, t2, t3, t4, t5, t6, t7; local 40 t4 = si_sf (t0, t1); 42 t6 = si_andc (t4, t3);
|
| float_unsdidf.c | 43 qword t0, t1, t2, t3, t4, t5, t6, t7, t8; local 48 t4 = si_a (t1, t1); 50 t6 = si_shufb (t5, t4, *(const qword *) __didf_pat);
|
| /src/external/lgpl3/gmp/dist/mpn/cray/ |
| mulww.f | 40 integer*8 ai,t0,t1,t2,t3,t4 local in subroutine:gmpn_mulww 56 t4 = i24mult(a2,s2) 61 p1(i)=shiftl(t4,24)+shiftl(t3,2)+shiftr(t2,20)+shiftr(t1,42)+c
|
| /src/sys/dev/tc/ |
| if_le_ioasic.c | 283 uint32_t t1, t2, t3, t4; local 290 t4 = *(uint16_t *)(from + 14); 296 dst[3] = (t3 >> 16) | (t4 << 16);
|
| /src/sys/arch/hpcmips/stand/romboot/ |
| romboot.S | 45 #define t4 $12 define
|
| /src/sys/arch/mips/include/ |
| regdef.h | 65 #define t4 $12 macro 90 * the old ABI, they map to t4-t7, and in the new ABI, they map to a4-a7.
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/alpha/ |
| regdef.h | 7 #define t4 $5 macro
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ |
| regdef.h | 7 #define t4 $5 macro
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/ |
| regdef.h | 7 #define t4 $5 macro
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntpsim.c | 273 double t1, t2, t3, t4; /* The four timestamps in the packet */ local 310 t1 t4 323 * 1. t1 and t4 are times in the client according to the local clock. 325 * Compute t1, t2, t3 and t4 333 t4 = t1 + d1 + d2 + d3; 358 * arrival time (t4) of the packet at the client 360 e = event(t4, PACKET);
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| hashtab.h | 193 hashval_t t1, t2, t3, t4, q, r; local 198 t4 = t1 + t3; 199 q = t4 >> shift;
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| hashtab.h | 193 hashval_t t1, t2, t3, t4, q, r; local 198 t4 = t1 + t3; 199 q = t4 >> shift;
|
| /src/lib/libm/src/ |
| e_lgammaf_r.c | 49 t4 = 1.7970675603e-02, /* 0x3c93373d */ variable 196 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_lvds.c | 60 int t4; member in struct:intel_lvds_pps 186 pps->t4 = val * 1000; 200 DRM_DEBUG_DRIVER("LVDS PPS:t1+t2 %d t3 %d t4 %d t5 %d tx %d " 202 pps->t1_t2, pps->t3, pps->t4, pps->t5, pps->tx, 229 DIV_ROUND_UP(pps->t4, 1000) + 1));
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecp_smpl.c | 1494 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; local 1499 t4 = r->X; 1504 || !BN_mod_sub_quick(t4, t3, group->a, group->field) 1505 || !group->meth->field_sqr(group, t4, t4, ctx) 1509 || !BN_mod_sub_quick(r->X, t4, t5, group->field) 1565 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; local 1572 t4 = BN_CTX_get(ctx); 1579 || !group->meth->field_mul(group, t4, r->X, s->Z, ctx) 1583 || !BN_mod_add_quick(t6, t3, t4, group->field 1653 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_exp.c | 627 unsigned int t4 = 0; local 716 (CFR_MONTMUL | CFR_MONTSQR) && (t4 = OPENSSL_sparcv9cap_P[0])) 786 if (t4) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecp_smpl.c | 1497 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; local 1502 t4 = r->X; 1507 || !BN_mod_sub_quick(t4, t3, group->a, group->field) 1508 || !group->meth->field_sqr(group, t4, t4, ctx) 1512 || !BN_mod_sub_quick(r->X, t4, t5, group->field) 1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; local 1575 t4 = BN_CTX_get(ctx); 1582 || !group->meth->field_mul(group, t4, r->X, s->Z, ctx) 1586 || !BN_mod_add_quick(t6, t3, t4, group->field 1656 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_exp.c | 622 unsigned int t4 = 0; local 715 (CFR_MONTMUL | CFR_MONTSQR) && (t4 = OPENSSL_sparcv9cap_P[0])) 785 if (t4) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ecp_smpl.c | 1490 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; local 1495 t4 = r->X; 1500 || !BN_mod_sub_quick(t4, t3, group->a, group->field) 1501 || !group->meth->field_sqr(group, t4, t4, ctx) 1505 || !BN_mod_sub_quick(r->X, t4, t5, group->field) 1561 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; local 1568 t4 = BN_CTX_get(ctx); 1575 || !group->meth->field_mul(group, t4, r->X, s->Z, ctx) 1579 || !BN_mod_add_quick(t6, t3, t4, group->field 1649 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; local [all...] |
| /src/external/bsd/tradcpp/dist/ |
| eval.c | 432 struct token *t1, *t2, *t3, *t4, *t5, *t6; local 479 t4 = (num >= 4) ? tokenarray_get(&tokens, num-4) : NULL; 482 t4->tok == T_VAL && 487 t4->val = eval_bop(&t3->place, 488 t4->val, t3->tok, t2->val); 504 t4->tok == T_VAL && 509 t6->val = t6->val ? t4->val : t2->val; 512 token_destroy(t4);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| hashtab.c | 241 hashval_t t1, t2, t3, t4, q, r; local 246 t4 = t1 + t3; 247 q = t4 >> shift;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| hashtab.c | 241 hashval_t t1, t2, t3, t4, q, r; local 246 t4 = t1 + t3; 247 q = t4 >> shift;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| hashtab.c | 241 hashval_t t1, t2, t3, t4, q, r; local 246 t4 = t1 + t3; 247 q = t4 >> shift;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| hashtab.c | 241 hashval_t t1, t2, t3, t4, q, r; local 246 t4 = t1 + t3; 247 q = t4 >> shift;
|
| /src/external/gpl3/gdb.old/dist/sim/riscv/ |
| riscv-sim.h | 34 unsigned_word t3, t4, t5, t6; member in struct:riscv_sim_cpu::__anon22684::__anon22685
|