Searched refs:t0 (Results 26 - 47 of 47) sorted by relevance

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes_enc.c346 register DES_LONG t0,t1; local
355 t0=tin0;
368 xor0=t0;
376 t0=tin0;
388 xor0=t0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-ppc.pl76 $t0="r12";
103 else { die if ($Tbl3 ne "r2"); $Tbl3=$t0; $t0="r0"; }
395 lwz $t0,0($key)
404 xor $s0,$s0,$t0
415 lwz $t0,0($key)
441 xor $t0,$t0,$acc00
449 xor $t0,$t0,
[all...]
H A Daes-x86_64.pl56 $t0="%r10d";
97 mov 0($sbox,$acc0,8),$t0
104 xor 3($sbox,$acc0,8),$t0
122 xor 2($sbox,$acc0,8),$t0
129 xor 1($sbox,$acc0,8),$t0
142 xor $t0,$s0
156 movzb 2($sbox,$acc0,8),$t0
164 mov 0($sbox,$acc1,8),$acc1 #$t0
170 xor $acc1,$t0
190 mov 0($sbox,$acc0,8),$acc0 #$t0
[all...]
H A Daes-ia64.S48 t0=r32; s0=r33;
93 LDKEY t0=[rk0],2*KSZ
104 { .mmi; xor s0=s0,t0
114 { .mmi; (p0) LDKEY t0=[rk0],2*KSZ // 0/0:rk[0]
162 (p0) xor t0=t0,te33 };; // 7/0:
165 (p0) xor t0=t0,te22 } // 8/0:
171 (p0) xor t0=t0,te0
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_misc.c110 p_argc(value v0, type t0),
111 p_argv(value v0, type t0, value v1, type t1),
116 p_getenv(value v0, type t0, value v1, type t1),
126 p_setenv(value v0, type t0, value v1, type t1),
257 p_argc(value v0, type t0) argument
259 Check_Output_Integer(t0);
260 Return_Unify_Integer(v0,t0,ec_options.Argc);
269 p_argv(value v0, type t0, value v1, type t1) argument
273 if (IsInteger(t0))
295 else if (IsAtom(t0))
326 p_getenv(value v0, type t0, value v1, type t1) argument
356 p_setenv(value v0, type t0, value v1, type t1) argument
[all...]
H A Dmanual_examples.c145 p_get_env(value v0, type t0, argument
152 Get_Name(v0,t0,name)
H A Dbip_domain.c2704 type t0; local
2720 t0.kernel = tag;
2735 comp = ec_compare_terms(s->val, s->tag, v0, t0);
/barrelfish-2018-10-04/include/trace/
H A Dtrace.h184 uint64_t t0; // Start time of trace member in struct:trace_buffer
345 master->t0 = ev->timestamp;
463 master->t0 = ev->timestamp;
465 master->stop_time = master->t0 + master->duration;
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dpane.tcl213 regexp -- "\-rel$xy (\[^ \]+)" [place info $w0] junk t0
216 set offset [expr ($t1+$t2-$t0)/10.0]
218 W0 $w0 W1 $w1 XY0 $t0 XY1 [expr $t1+$t2] \
219 C0 [expr $t0+$offset] C1 [expr $t1+$t2-$offset]]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-ia64.pl121 s0=r26; s1=r27; t0=r28; t1=r29;
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
217 mux2 $t0=A,0x44 };; // copy lower half to upper
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
467 _rotr r10=$t0,$Sigma0[0] } // ROTR(a,28)
471 _rotr r11=$t0,$Sigma0[1] } // ROTR(a,34)
475 _rotr r8=$t0,$Sigma0[2] } // ROTR(a,39)
507 $t0="t0",
[all...]
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/
H A Ddiffproc58 local rval=0 str ret t0 t1
70 t0=`echo "$str" | awk -F"|" '{print $1}'`
82 percent=$[ ($diff01 * 10000) / ($t0 * 100 + 1) ]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86.pl82 my $t0=@T[($j)%4],$t1=@T[($j+1)%4],$t2=@T[($j+2)%4],$t3=@T[($j+3)%4];
84 &xor ($t0,$idx); # t0^=key[0]
86 &movz ($idx,&HB($t0)); # (t0>>8)&0xff
88 &movz ($idx,&LB($t0)); # (t0>>0)&0xff
90 &shr ($t0,16);
93 &movz ($idx,&HB($t0)); # (t0>>2
[all...]
/barrelfish-2018-10-04/lib/msun/src/
H A De_lgammaf_r.c46 t0 = -2.94064460e-11, /* 0xae0154b7 */ variable
179 p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7)))));
H A De_lgamma_r.c111 t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */ variable
260 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_asm.c479 BN_ULONG ta=(a),tb=(b),t0; \
480 BN_UMULT_LOHI(t0,t1,ta,tb); \
482 t1 = t0+t0; t2 += (t1<t0)?1:0; \
508 BN_ULONG ta=(a),tb=(b),t0; \
510 t0 = ta * tb; \
512 t1 = t0+t0; t2 += (t1<t0)
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dx86_64-gcc.c287 BN_ULONG ta=(a),tb=(b),t0; \
289 t0 = ta * tb; \
291 t1 = t0+t0; t2 += (t1<t0)?1:0; \
/barrelfish-2018-10-04/lib/msun/ld128/
H A De_lgammal_r.c72 t0 = -1.99238329499314692728655623767019240e-36L, variable
284 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_demangle.cpp812 const char* t0 = parse_number(first+2, last); local
813 if (t0 != last && *t0 == 'p')
815 ++t0;
816 const char* t = parse_cv_qualifiers(t0, last, cv);
2968 const char* t0 = first+2; local
2969 if (t0 == last)
2974 if (std::isdigit(*t0))
2976 const char* t1 = t0 + 1;
2979 db.names.back().first.append(t0, t
2994 const char* t0 = first+2; local
3122 const char* t0 = first; local
3907 const char* t0 = parse_cv_qualifiers(first+1, last, cv); local
4167 const char* t0 = first; local
4356 const char* t0 = parse_call_offset(first+2, last); local
4377 const char* t0 = parse_number(t, last); local
4398 const char* t0 = parse_call_offset(first+1, last); local
[all...]
/barrelfish-2018-10-04/lib/msun/ld80/
H A De_lgammal_r.c103 #define t0 (t0u.e) macro
320 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
/barrelfish-2018-10-04/lib/trace/
H A Dcontrol.c200 master->t0, master->duration, master->stop_time);
306 //core, tbuf->events[tbuf->tail_index].timestamp - t0,
/barrelfish-2018-10-04/lib/tzcode/stdtime/
H A Dlocaltime.c175 static int differ_by_repeat(time_t t1, time_t t0);
358 differ_by_repeat(const time_t t1, const time_t t0) argument
360 int_fast64_t _t0 = t0;
366 //turn ((int_fast64_t)(t1 - t0) == SECSPERREPEAT);
/barrelfish-2018-10-04/tools/demo/Aquarium/
H A DWindow1.xaml.cs728 DateTime t0 = DateTime.Now;

Completed in 118 milliseconds

12