Searched refs:t5 (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/haval/
H A Dhaval.c406 t5 = state->fingerprint[5], local
412 FF_1(t7, t6, t5, t4, t3, t2, t1, t0, *(w ));
413 FF_1(t6, t5, t4, t3, t2, t1, t0, t7, *(w+ 1));
414 FF_1(t5, t4, t3, t2, t1, t0, t7, t6, *(w+ 2));
415 FF_1(t4, t3, t2, t1, t0, t7, t6, t5, *(w+ 3));
416 FF_1(t3, t2, t1, t0, t7, t6, t5, t4, *(w+ 4));
417 FF_1(t2, t1, t0, t7, t6, t5, t4, t3, *(w+ 5));
418 FF_1(t1, t0, t7, t6, t5, t4, t3, t2, *(w+ 6));
419 FF_1(t0, t7, t6, t5, t4, t3, t2, t1, *(w+ 7));
421 FF_1(t7, t6, t5, t
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/haval.1996/
H A Dhaval.c432 t5 = state->fingerprint[5], local
438 FF_1(t7, t6, t5, t4, t3, t2, t1, t0, *(w ));
439 FF_1(t6, t5, t4, t3, t2, t1, t0, t7, *(w+ 1));
440 FF_1(t5, t4, t3, t2, t1, t0, t7, t6, *(w+ 2));
441 FF_1(t4, t3, t2, t1, t0, t7, t6, t5, *(w+ 3));
442 FF_1(t3, t2, t1, t0, t7, t6, t5, t4, *(w+ 4));
443 FF_1(t2, t1, t0, t7, t6, t5, t4, t3, *(w+ 5));
444 FF_1(t1, t0, t7, t6, t5, t4, t3, t2, *(w+ 6));
445 FF_1(t0, t7, t6, t5, t4, t3, t2, t1, *(w+ 7));
447 FF_1(t7, t6, t5, t
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
87 : base_type(t0, t1, t2, t3, t4, t5)
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
94 : base_type(t0, t1, t2, t3, t4, t5, t6)
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
101 : base_type(t0, t1, t2, t3, t4, t5, t6, t7)
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
108 : base_type(t0, t1, t2, t3, t4, t5, t6, t7, t8)
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dtools.c197 giant t5 = popg(), t6 = popg(), t7 = popg(); local
199 gtog(a, t5); modg(n, t5);
201 while(!isZero(t5)) {
203 while((t5->n[0] & 1) == 0) {
204 gshiftright(1, t5);
207 gtog(t5, t7); gtog(t6, t5); gtog(t7, t6);
209 if(((t5->n[0] & 3) == 3) && ((u & 3) == 3)) t = -t;
210 modg(t6, t5);
345 { giant t5 = popg(), t6 = popg(); local
[all...]
H A Dellproj.c105 t5 = NULL, t6 = NULL, t7 = NULL; variable
150 t5 = newgiant(shorts);
228 gtog(x1, t4); gtog(y1, t5);
239 mulg(t7, t5); modg(p, t5);
241 negg(t5); addg(t2, t5); modg(p, t5);
243 if(isZero(t5)) {
251 addg(t2, t2); subg(t5, t
[all...]
H A Dschoofs.c56 t3, t4, t5; variable
181 t5 = newgiant(MAX_DIGS);
1015 itog(T[j], t5);
1016 mulg(ss[j], t5);
1017 mulg(ss[j+ct], t5);
1018 addg(t5, t4);
1021 gtog(p, t5);
1022 iaddg(1, t5);
1027 subg(t2, t5);
1033 printf("o = "); gout(t5);
[all...]
H A Dschoof.c72 t3, t4, t5; variable
193 t5 = newgiant(MAX_DIGS);
1055 itog(T[j], t5);
1056 mulg(ss[j], t5);
1057 mulg(ss[j+ct], t5);
1058 addg(t5, t4);
1061 gtog(p, t5);
1062 iaddg(1, t5);
1067 subg(t2, t5);
1073 printf("o = "); gout(t5); gto
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dtools.c197 giant t5 = popg(), t6 = popg(), t7 = popg(); local
199 gtog(a, t5); modg(n, t5);
201 while(!isZero(t5)) {
203 while((t5->n[0] & 1) == 0) {
204 gshiftright(1, t5);
207 gtog(t5, t7); gtog(t6, t5); gtog(t7, t6);
209 if(((t5->n[0] & 3) == 3) && ((u & 3) == 3)) t = -t;
210 modg(t6, t5);
345 { giant t5 = popg(), t6 = popg(); local
[all...]
H A Dellproj.c105 t5 = NULL, t6 = NULL, t7 = NULL; variable
150 t5 = newgiant(shorts);
228 gtog(x1, t4); gtog(y1, t5);
239 mulg(t7, t5); modg(p, t5);
241 negg(t5); addg(t2, t5); modg(p, t5);
243 if(isZero(t5)) {
251 addg(t2, t2); subg(t5, t
[all...]
H A Dschoofs.c56 t3, t4, t5; variable
181 t5 = newgiant(MAX_DIGS);
1015 itog(T[j], t5);
1016 mulg(ss[j], t5);
1017 mulg(ss[j+ct], t5);
1018 addg(t5, t4);
1021 gtog(p, t5);
1022 iaddg(1, t5);
1027 subg(t2, t5);
1033 printf("o = "); gout(t5);
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DellipticProj.c177 giant t5; local
191 t5 = borrowGiant(cp->maxDigits);
196 gtog(x1, t4); gtog(y1, t5);
207 mulg(t7, t5); feemod(cp, t5);
209 negg(t5); addg(t2, t5); feemod(cp, t5);
211 if(isZero(t5)) {
220 addg(t2, t2); subg(t5, t
360 giant t5 = borrowGiant(cp->maxDigits); local
[all...]
H A DgiantFFT.c273 double t1, t2, t3, t4, t5, t6; local
351 t5 = t1 + t3;
361 t1 = x[i1] + t5;
362 x[i6] = x[i1] - t5;
384 double t1, t2, t3, t4, t5; local
454 t5 = t1 - t4;
458 x[i3] = t5*cc1 + t4*ss1;
459 x[i7] = -t4*cc1 + t5*ss1;
H A Delliptic.c507 giant t5; local
515 t5 = borrowGiant(par->maxDigits);
528 int_to_giant(1, t4); int_to_giant(1, t5);
529 denom_times(x1, t4, x2, t5, t3, par);
550 returnGiant(t5);
742 giant t5; local
750 t5 = borrowGiant(par->maxDigits);
763 int_to_giant(1, t4); int_to_giant(1, t5);
764 denom_times(p1x, t4 , p2x, t5, t3, par);
778 returnGiant(t5);
1200 giant t5; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DellipticProj.c177 giant t5; local
191 t5 = borrowGiant(cp->maxDigits);
196 gtog(x1, t4); gtog(y1, t5);
207 mulg(t7, t5); feemod(cp, t5);
209 negg(t5); addg(t2, t5); feemod(cp, t5);
211 if(isZero(t5)) {
220 addg(t2, t2); subg(t5, t
360 giant t5 = borrowGiant(cp->maxDigits); local
[all...]
H A DgiantFFT.c273 double t1, t2, t3, t4, t5, t6; local
351 t5 = t1 + t3;
361 t1 = x[i1] + t5;
362 x[i6] = x[i1] - t5;
384 double t1, t2, t3, t4, t5; local
454 t5 = t1 - t4;
458 x[i3] = t5*cc1 + t4*ss1;
459 x[i7] = -t4*cc1 + t5*ss1;
H A Delliptic.c507 giant t5; local
515 t5 = borrowGiant(par->maxDigits);
528 int_to_giant(1, t4); int_to_giant(1, t5);
529 denom_times(x1, t4, x2, t5, t3, par);
550 returnGiant(t5);
742 giant t5; local
750 t5 = borrowGiant(par->maxDigits);
763 int_to_giant(1, t4); int_to_giant(1, t5);
764 denom_times(p1x, t4 , p2x, t5, t3, par);
778 returnGiant(t5);
1200 giant t5; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/function/
H A Dtostring-1.js66 t5 = new TestFunction( "anonymous", "", tab+"return \"hello!\";" );
92 simplify(t5.toString()),
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_listener.rb45 t5 = %Q{<string>&lt;&gt;&amp;lt;&amp;gt;</string>}
46 assert_equal( "<>&lt;&gt;", @listener.parse( t5 ),
/macosx-10.10/sudo-73/src/
H A Dsudo_noexec.c62 #define DUMMY6(fn, t1, t2, t3, t4, t5, t6) \
64 fn(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
/macosx-10.10/OpenSSH-189/openssh/regress/
H A DMakefile6 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec
119 t5:
121 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest093.tcl243 set t5 $testdir/t5
262 set fcopy [open $t5 w]
293 Test093:diff($t5,$t4) [filecmp $t5 $t4] 0
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec2_mult.c153 BIGNUM *t3, *t4, *t5; local
174 t5 = BN_CTX_get(ctx);
175 if (t5 == NULL) goto err;
177 if (!BN_one(t5)) goto err;
194 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.hpp528 const token_type& t5,
536 t.type() != t4 && t.type() != t5 && t.type() != t6 &&
551 const token_type& t5,
560 t.type() != t4 && t.type() != t5 && t.type() != t6 &&
524 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const std::string& textual) argument
547 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const token_type& t8, const std::string& textual) argument
/macosx-10.10/BerkeleyDB-21/db/test/scr015/
H A DTestConstruct01.cpp211 void t5(int except_flag) function
282 t5(except_flag);
/macosx-10.10/bind9-45.101/bind9/bin/tests/master/
H A Dt_master.c231 t5() { function
326 { t5, "DNS_BADCLASS" },

Completed in 818 milliseconds

123