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

12

/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl255 sub R1 { subroutine
378 for(;$i<32;$i++) { R1($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/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.pl255 sub R1 { subroutine
378 for(;$i<32;$i++) { R1($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/external/chromium_org/third_party/openssl/openssl/crypto/md4/
H A Dmd4_locl.h106 #define R1(a,b,c,d,k,s,t) { \ macro
/external/openssl/crypto/md4/
H A Dmd4_locl.h106 #define R1(a,b,c,d,k,s,t) { \ macro
/external/chromium_org/third_party/openssl/openssl/crypto/md5/
H A Dmd5_locl.h117 #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/IR/
H A DMDBuilderTest.cpp48 MDNode *R1 = MDHelper.createRange(A, B); local
50 EXPECT_NE(R1, (MDNode *)0);
51 EXPECT_EQ(R1->getNumOperands(), 2U);
52 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(0)));
53 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(1)));
54 ConstantInt *C0 = cast<ConstantInt>(R1->getOperand(0));
55 ConstantInt *C1 = cast<ConstantInt>(R1->getOperand(1));
62 MDNode *R1 = MDHelper.createAnonymousTBAARoot(); local
63 EXPECT_NE(R0, R1);
65 EXPECT_GE(R1
74 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/skia/gm/
H A Dtwopointradial.cpp76 const int R1 = 40; local
84 0, 0, R0, 0, 0, R1,
85 0, 0, R0, 20, 0, R1,
86 0, 0, R0, 25, 0, R1,
87 0, 0, R0, 100, 0, R1,
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsha1.cc121 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
125 #define R1(v, w, x, y, z, i) \ macro
182 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/chromium_org/third_party/smhasher/src/
H A Dsha1.cpp106 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
108 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
138 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/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp47 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2);
117 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { argument
130 R1 = Addr.getOperand(0);
135 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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp51 bool SelectADDRParam(SDValue Addr, SDValue& R1, SDValue& R2);
52 bool SelectADDR(SDValue N, SDValue &R1, SDValue &R2);
53 bool SelectADDR64(SDValue N, SDValue &R1, SDValue &R2);
101 SDValue Addr, SDValue& R1, SDValue& R2) {
105 R1 = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
108 R1 = Addr;
112 R1 = Addr.getOperand(0);
115 R1 = Addr;
121 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { argument
126 return SelectADDRParam(Addr, R1, R
100 SelectADDRParam( SDValue Addr, SDValue& R1, SDValue& R2) argument
130 SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) argument
[all...]
/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.cpp83 bool Replacement::Less::operator()(const Replacement &R1, argument
85 if (R1.FilePath != R2.FilePath) return R1.FilePath < R2.FilePath;
86 if (R1.ReplacementRange.getOffset() != R2.ReplacementRange.getOffset())
87 return R1.ReplacementRange.getOffset() < R2.ReplacementRange.getOffset();
88 if (R1.ReplacementRange.getLength() != R2.ReplacementRange.getLength())
89 return R1.ReplacementRange.getLength() < R2.ReplacementRange.getLength();
90 return R1.ReplacementText < R2.ReplacementText;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp211 static bool HasSameSymbol(const RelEntry &R0, const RelEntry &R1) { argument
212 return R0.Sym == R1.Sym;
215 static int CompareOffset(const RelEntry &R0, const RelEntry &R1) { argument
216 return (R0.Offset > R1.Offset) ? 1 : ((R0.Offset == R1.Offset) ? 0 : -1);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp51 bool SelectADDRParam(SDValue Addr, SDValue& R1, SDValue& R2);
52 bool SelectADDR(SDValue N, SDValue &R1, SDValue &R2);
53 bool SelectADDR64(SDValue N, SDValue &R1, SDValue &R2);
101 SDValue Addr, SDValue& R1, SDValue& R2) {
105 R1 = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
108 R1 = Addr;
112 R1 = Addr.getOperand(0);
115 R1 = Addr;
121 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { argument
126 return SelectADDRParam(Addr, R1, R
100 SelectADDRParam( SDValue Addr, SDValue& R1, SDValue& R2) argument
130 SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) argument
[all...]

Completed in 891 milliseconds

12