Searched refs:tp2 (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/libc/stdlib/
H A Dmerge.c121 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
150 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
208 ICOPY_LIST(f2, tp2, b);
209 ICOPY_ELT(f1, tp2, i);
211 CCOPY_LIST(f2, tp2, b);
212 CCOPY_ELT(f1, tp2, i);
216 ICOPY_LIST(f1, tp2, b);
217 ICOPY_ELT(f2, tp2, i);
219 CCOPY_LIST(f1, tp2, b);
220 CCOPY_ELT(f2, tp2,
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
601 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
603 m = tp2 & 0x80808080;
604 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
610 tpb = tp9 ^ tp2;
612 tpe = tp8 ^ tp4 ^ tp2;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
910 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
912 m = tp2 & 0x80808080;
913 tp4 = ((tp2
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1333 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
1335 m = tp2 & 0x80808080;
1336 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
1342 tpb = tp9 ^ tp2;
1344 tpe = tp8 ^ tp4 ^ tp2;
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-586.pl1269 my $tp2 = @s[($i+2)%4]; $tp2 = @s[2] if ($i==1);
1277 &lea ($tp2,&DWP(0,$s[$i],$s[$i]));
1279 &and ($tp2,0xfefefefe);
1281 &xor ($acc,$tp2);
1282 &mov ($tp2,$acc);
1287 &lea ($tp4,&DWP(0,$tp2,$tp2));
1291 &xor ($tp2,$s[$i]); # tp2
[all...]
H A Daes-x86_64.pl1058 xor $tp10,$tp20 # tp2^=tp1
1060 xor $tp18,$tp28 # tp2^=tp1
1076 xor $tp80,$tp20 # tp2^tp1^=tp8
1077 xor $tp88,$tp28 # tp2^tp1^=tp8
1084 xor $tp20,$tp80 # tp8^=tp8^tp2^tp1=tp2^tp1
1085 xor $tp28,$tp88 # tp8^=tp8^tp2^tp1=tp2^tp1
1088 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
[all...]

Completed in 44 milliseconds