Searched defs:R1 (Results 1 - 25 of 29) sorted by relevance

12

/external/openssl/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
28 1, 6, 11, 0, 5, 10, 15, 4, 9, 14, 3, 8, 13, 2, 7, 12, # R1
62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
71 sub R1 subroutine
75 &comment("R1 $ki");
219 &comment("R1 section");
220 &R1(-1,$A,$B,$C,$D,$X,16, 5,0xf61e2562);
221 &R1( 0,$D,$A,$B,$C,$X,17, 9,0xc040b340);
222 &R1( 0,$C,$D,$A,$B,$X,18,14,0x265e5a51);
223 &R1(
[all...]
/external/clang/test/Parser/
H A Dcxx0x-member-initializers.cpp19 struct R1 { struct
21 R1() : a {} function in struct:R1
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl254 sub R1 { subroutine
377 for(;$i<32;$i++) { R1($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/external/openssl/crypto/md4/
H A Dmd4_locl.h106 #define R1(a,b,c,d,k,s,t) { \ macro
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp22 IntrusiveRefCntPtr<VirtualRefCounted> R1 = V1; local
32 IntrusiveRefCntPtr<SimpleRefCounted> R1 = S1; local
/external/llvm/unittests/VMCore/
H A DMDBuilderTest.cpp49 MDNode *R1 = MDHelper.createRange(A, B); local
51 EXPECT_NE(R1, (MDNode *)0);
52 EXPECT_EQ(R1->getNumOperands(), 2U);
53 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(0)));
54 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(1)));
55 ConstantInt *C0 = cast<ConstantInt>(R1->getOperand(0));
56 ConstantInt *C1 = cast<ConstantInt>(R1->getOperand(1));
63 MDNode *R1 = MDHelper.createAnonymousTBAARoot(); local
64 EXPECT_NE(R0, R1);
66 EXPECT_GE(R1
75 MDNode *R1 = MDHelper.createTBAARoot("Root"); local
[all...]
/external/openssl/crypto/md5/
H A Dmd5_locl.h117 #define R1(a,b,c,d,k,s,t) { \ macro
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp47 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2);
114 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { argument
127 R1 = Addr.getOperand(0);
132 R1 = Addr;
/external/ppp/pppd/
H A Dsha1.c34 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
36 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
72 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/external/valgrind/main/none/tests/
H A Dsha1_test.c92 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
94 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
131 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
142 #define R1(v,w,x,y,z,i) \ macro
197 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
142 #define R1(v,w,x,y,z,i) \ macro
197 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/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 */
142 #define R1(v,w,x,y,z,i) \ macro
197 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/external/clang/lib/Analysis/
H A DReachableCode.cpp182 SourceRange &R1,
184 R1 = R2 = SourceRange();
196 R1 = UO->getSubExpr()->getSourceRange();
201 R1 = CAO->getLHS()->getSourceRange();
213 R1 = ME->getSourceRange();
218 R1 = ASE->getLHS()->getSourceRange();
224 R1 = CSC->getSubExpr()->getSourceRange();
229 R1 = CE->getSubExpr()->getSourceRange();
237 R1 = CSC->getSubExpr()->getSourceRange();
242 R1
181 GetUnreachableLoc(const Stmt *S, SourceRange &R1, SourceRange &R2) argument
248 SourceRange R1, R2; local
[all...]
/external/clang/lib/Tooling/
H A DRefactoring.cpp82 bool Replacement::Less::operator()(const Replacement &R1, argument
84 if (R1.FilePath != R2.FilePath) return R1.FilePath < R2.FilePath;
85 if (R1.Offset != R2.Offset) return R1.Offset < R2.Offset;
86 if (R1.Length != R2.Length) return R1.Length < R2.Length;
87 return R1.ReplacementText < R2.ReplacementText;
/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/openfst/src/test/
H A Dalgo_test.h573 VectorFst< ReverseArc<Arc> > R1; local
575 Reverse(T, &R1);
576 Reverse(R1, &R2);
599 VectorFst<Arc> R1(T);
600 RmEpsilon(&R1);
601 CHECK(Equiv(T, R1));
606 CHECK(Equiv(R1, R2));
/external/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp179 struct R1 { int r1; }; struct in namespace:Test4
181 struct R3 : R1, R2 { int r3; };
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha1.c567 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
571 #define R1(v,w,x,y,z,i) \ macro
626 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp47 SourceRange R1, R2; member in struct:__anon3461::TransformActionsImpl::ActionData
212 if (!canRemoveRange(act.R1))
221 if (!canReplaceRange(act.R1, act.R2))
254 commitRemove(act.R1);
260 commitReplace(act.R1, act.R2);
266 commitIncreaseIndentation(act.R1, act.Loc);
269 commitClearDiagnostic(act.DiagIDs, act.R1);
309 data.R1 = range;
333 data.R1 = range;
363 data.R1
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h750 ResPacket R0, R1, R2, R3, R4, R5, R6; local
754 R1 = ploadu<ResPacket>(r1);
764 traits.acc(C1, alphav, R1);
772 pstoreu(r1, R1);
782 ResPacket R0, R1, R4; local
786 R1 = ploadu<ResPacket>(r1);
791 traits.acc(C1, alphav, R1);
794 pstoreu(r1, R1);
928 ResPacket R0, R1, R2, R3; local
937 R1
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp55 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
56 bool SelectADDRriS11_0(SDValue& N, SDValue &R1, SDValue &R2);
57 bool SelectADDRriS11_1(SDValue& N, SDValue &R1, SDValue &R2);
58 bool SelectADDRriS11_2(SDValue& N, SDValue &R1, SDValue &R2);
60 bool SelectADDRriS11_3(SDValue& N, SDValue &R1, SDValue &R2);
62 bool SelectADDRriU6_0(SDValue& N, SDValue &R1, SDValue &R2);
63 bool SelectADDRriU6_1(SDValue& N, SDValue &R1, SDValue &R2);
64 bool SelectADDRriU6_2(SDValue& N, SDValue &R1, SDValue &R2);
1443 bool HexagonDAGToDAGISel::SelectADDRrr(SDValue &Addr, SDValue &R1, argument
1454 R1
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c900 #define R1(a,b,c,d,k,s,t) { \ macro
969 R1(A,B,C,D,X[ 1], 5,0xf61e2562L);
970 R1(D,A,B,C,X[ 6], 9,0xc040b340L);
971 R1(C,D,A,B,X[11],14,0x265e5a51L);
972 R1(B,C,D,A,X[ 0],20,0xe9b6c7aaL);
973 R1(A,B,C,D,X[ 5], 5,0xd62f105dL);
974 R1(D,A,B,C,X[10], 9,0x02441453L);
975 R1(C,D,A,B,X[15],14,0xd8a1e681L);
976 R1(B,C,D,A,X[ 4],20,0xe7d3fbc8L);
977 R1(
[all...]
/external/opencv/cv/src/
H A Dcvcalibration.cpp393 CvMat R1 = cvMat(3,3,CV_64F,_R1), R2 = cvMat(3,3,CV_64F,_R2); local
406 cvRodrigues2( &r1, &R1, &dR1dr1 );
418 cvMatMul( &R2, &R1, &R3 );
419 cvCalcMatMulDeriv( &R2, &R1, &dR3dR2, &dR3dR1 );
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp63 void HandleUnreachable(SourceLocation L, SourceRange R1, SourceRange R2) { argument
64 S.Diag(L, diag::warn_unreachable) << R1 << R2;

Completed in 611 milliseconds

12