Searched defs:R2 (Results 1 - 25 of 25) 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));
29 5, 8, 11, 14, 1, 4, 7, 10, 13, 0, 3, 6, 9, 12, 15, 2, # R2
94 sub R2 subroutine
101 &comment("R2 $ki");
119 &comment("R2 $ki");
238 &comment("R2 section");
239 &R2( 0,-1,$A,$B,$C,$D,$X,32, 4,0xfffa3942);
240 &R2( 1, 0,$D,$A,$B,$C,$X,33,11,0x8771f681);
241 &R2( 2, 0,$C,$D,$A,$B,$X,34,16,0x6d9d6122);
242 &R2(
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl294 sub R2 { subroutine
378 for(;$i<48;$i++) { R2($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/external/openssl/crypto/md4/
H A Dmd4_locl.h110 #define R2(a,b,c,d,k,s,t) { \ macro
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp24 IntrusiveRefCntPtr<VirtualRefCounted> R2 = V2; local
34 IntrusiveRefCntPtr<SimpleRefCounted> R2 = S2; local
/external/openssl/crypto/md5/
H A Dmd5_locl.h122 #define R2(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
128 R2 = Addr.getOperand(1);
133 R2 = CurDAG->getRegister(SP::G0, MVT::i32);
/external/ppp/pppd/
H A Dsha1.c34 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
37 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
73 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
74 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[all...]
/external/valgrind/main/none/tests/
H A Dsha1_test.c92 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
95 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
132 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
133 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[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 */
145 #define R2(v,w,x,y,z,i) \ macro
198 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
199 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
145 #define R2(v,w,x,y,z,i) \ macro
198 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
199 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[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 */
145 #define R2(v,w,x,y,z,i) \ macro
198 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
199 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[all...]
/external/clang/lib/Analysis/
H A DReachableCode.cpp183 SourceRange &R2) {
184 R1 = R2 = SourceRange();
202 R2 = CAO->getRHS()->getSourceRange();
219 R2 = ASE->getRHS()->getSourceRange();
248 SourceRange R1, R2; local
249 SourceLocation Loc = GetUnreachableLoc(S, R1, R2);
250 CB.HandleUnreachable(Loc, R1, R2);
181 GetUnreachableLoc(const Stmt *S, SourceRange &R1, SourceRange &R2) argument
/external/openfst/src/test/
H A Dalgo_test.h574 VectorFst<Arc> R2; local
576 Reverse(R1, &R2);
577 CHECK(Equiv(T, R2));
605 RmEpsilonFst<Arc> R2(T);
606 CHECK(Equiv(R1, R2));
/external/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp180 struct R2 { int r2; }; struct in namespace:Test4
181 struct R3 : R1, R2 { int r3; };
184 virtual R2 *f();
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha1.c567 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
574 #define R2(v,w,x,y,z,i) \ macro
627 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
628 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[all...]
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp47 SourceRange R1, R2; member in struct:__anon3462::TransformActionsImpl::ActionData
221 if (!canReplaceRange(act.R1, act.R2))
260 commitReplace(act.R1, act.R2);
334 data.R2 = replacementRange;
/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);
1444 SDValue &R2) {
1455 R2
1443 SelectADDRrr(SDValue &Addr, SDValue &R1, SDValue &R2) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c905 #define R2(a,b,c,d,k,s,t) { \ macro
986 R2(A,B,C,D,X[ 5], 4,0xfffa3942L);
987 R2(D,A,B,C,X[ 8],11,0x8771f681L);
988 R2(C,D,A,B,X[11],16,0x6d9d6122L);
989 R2(B,C,D,A,X[14],23,0xfde5380cL);
990 R2(A,B,C,D,X[ 1], 4,0xa4beea44L);
991 R2(D,A,B,C,X[ 4],11,0x4bdecfa9L);
992 R2(C,D,A,B,X[ 7],16,0xf6bb4b60L);
993 R2(B,C,D,A,X[10],23,0xbebfbc70L);
994 R2(
[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
407 cvRodrigues2( &r2, &R2, &dR2dr2 );
418 cvMatMul( &R2, &R1, &R3 );
419 cvCalcMatMulDeriv( &R2, &R1, &dR3dR2, &dR3dR1 );
460 cvMatMulAdd( &R2, &t1, &t2, &t3 );
467 cvCalcMatMulDeriv( &R2, &t1, &dxdR2, &dxdt1 );
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp574 Value *R2 = RHS->getOperand(1); local
577 if (decomposeBitTestICmp(RHS, RHSCC, R11, R12, R2)) {
585 E = R2; R1 = 0; ok = true;
588 A = R11; D = R12; E = R2; ok = true;
590 A = R12; D = R11; E = R2; ok = true;
599 if (!ok && match(R2, m_And(m_Value(R11), m_Value(R12)))) {
/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; local
H A DSemaStmt.cpp158 SourceRange R1, R2; local
160 !E->isUnusedResultAWarning(WarnExpr, Loc, R1, R2, Context))
191 Diag(Loc, diag::warn_unused_result) << R1 << R2; local
195 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "pure"; local
199 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "const"; local
210 Diag(Loc, diag::warn_unused_result) << R1 << R2; local
241 Diag(Loc, diag::warn_unused_volatile) << R1 << R2; local
245 DiagRuntimeBehavior(Loc, 0, PDiag(DiagID) << R1 << R2);
/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 ...
/external/clang/lib/AST/
H A DExpr.cpp1795 SourceRange &R1, SourceRange &R2,
1812 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
1815 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
1840 return UO->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
1861 return BO->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
1865 if (!BO->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) ||
1866 !BO->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx))
1875 R2 = BO->getRHS()->getSourceRange();
1888 if (!Exp->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx))
1892 return Exp->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ct
1794 isUnusedResultAWarning(const Expr *&WarnE, SourceLocation &Loc, SourceRange &R1, SourceRange &R2, ASTContext &Ctx) const argument
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp78 SourceRange R2) {
80 assert(R2.isValid() && "Second range is invalid?");
81 if (R1.getEnd() != R2.getBegin() &&
82 SM.isBeforeInTranslationUnit(R1.getEnd(), R2.getBegin()))
84 if (R2.getEnd() != R1.getBegin() &&
85 SM.isBeforeInTranslationUnit(R2.getEnd(), R1.getBegin()))
76 RangeCompare(SourceManager &SM, SourceRange R1, SourceRange R2) argument

Completed in 508 milliseconds