Searched defs:R0 (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
27 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, # R0
43 sub R0 subroutine
52 &comment("R0 $ki");
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
199 &comment("R0 section");
201 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
202 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
203 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
204 &R0(
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl214 sub R0 { subroutine
376 for(;$i<16;$i++) { R0($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/external/openssl/crypto/md4/
H A Dmd4_locl.h102 #define R0(a,b,c,d,k,s,t) { \ macro
/external/llvm/unittests/VMCore/
H A DMDBuilderTest.cpp48 MDNode *R0 = MDHelper.createRange(A, A); local
50 EXPECT_EQ(R0, (MDNode *)0);
62 MDNode *R0 = MDHelper.createAnonymousTBAARoot(); local
64 EXPECT_NE(R0, R1);
65 EXPECT_GE(R0->getNumOperands(), 1U);
67 EXPECT_EQ(R0->getOperand(0), R0);
69 EXPECT_TRUE(R0->getNumOperands() == 1 || R0->getOperand(1) == 0);
74 MDNode *R0 local
[all...]
/external/openssl/crypto/md5/
H A Dmd5_locl.h112 #define R0(a,b,c,d,k,s,t) { \ macro
/external/ppp/pppd/
H A Dsha1.c34 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
35 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
68 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
69 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/valgrind/main/none/tests/
H A Dsha1_test.c92 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
93 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
127 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
128 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
139 #define R0(v,w,x,y,z,i) \ macro
193 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
194 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
139 #define R0(v,w,x,y,z,i) \ macro
193 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
194 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
139 #define R0(v,w,x,y,z,i) \ macro
193 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
194 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp207 static bool HasSameSymbol(const RelEntry &R0, const RelEntry &R1) { argument
208 return R0.Sym == R1.Sym;
211 static int CompareOffset(const RelEntry &R0, const RelEntry &R1) { argument
212 return (R0.Offset > R1.Offset) ? 1 : ((R0.Offset == R1.Offset) ? 0 : -1);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha1.c567 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
568 #define R0(v,w,x,y,z,i) \ macro
622 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
623 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h545 unsigned newRegUnit(CodeGenRegister *R0, CodeGenRegister *R1 = 0) { argument
547 RegUnits.back().Roots[0] = R0;
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c895 #define R0(a,b,c,d,k,s,t) { \ macro
952 R0(A,B,C,D,X[ 0], 7,0xd76aa478L);
953 R0(D,A,B,C,X[ 1],12,0xe8c7b756L);
954 R0(C,D,A,B,X[ 2],17,0x242070dbL);
955 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL);
956 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL);
957 R0(D,A,B,C,X[ 5],12,0x4787c62aL);
958 R0(C,D,A,B,X[ 6],17,0xa8304613L);
959 R0(B,C,D,A,X[ 7],22,0xfd469501L);
960 R0(
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c3399 /* Provide a symbolic name for register "R0" */
3400 #define R0 0 macro
3519 /* Load from memory into R0, then MULTIPLY with R1 */
3520 p = s390_emit_LY(p, R0, x, b, dl, dh);
3521 return s390_emit_MR(p, r1, R0);
3532 /* Load from memory into R0, then MULTIPLY with R1 */
3533 p = s390_emit_LHY(p, R0, x, b, dl, dh);
3534 return s390_emit_MSR(p, r1, R0);
3545 /* Load I2 into R0; then MULTIPLY R0 wit
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7648 milliseconds