Searched defs:R2 (Results 1 - 25 of 40) 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));
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/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/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl295 sub R2 { subroutine
379 for(;$i<48;$i++) { R2($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl295 sub R2 { subroutine
379 for(;$i<48;$i++) { R2($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/external/chromium_org/third_party/openssl/openssl/crypto/md4/
H A Dmd4_locl.h110 #define R2(a,b,c,d,k,s,t) { \ macro
/external/openssl/crypto/md4/
H A Dmd4_locl.h110 #define R2(a,b,c,d,k,s,t) { \ macro
/external/chromium_org/third_party/openssl/openssl/crypto/md5/
H A Dmd5_locl.h122 #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/chromium_org/third_party/libjingle/source/talk/base/
H A Dsha1.cc121 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
128 #define R2(v, w, x, y, z, i) \ macro
183 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);
184 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[all...]
/external/chromium_org/third_party/smhasher/src/
H A Dsha1.cpp106 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
109 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
139 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);
140 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(
[all...]
/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
131 R2 = Addr.getOperand(1);
136 R2 = CurDAG->getRegister(SP::G0, getTargetLowering()->getPointerTy());
/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/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) {
106 R2 = CurDAG->getTargetConstant(0, MVT::i32);
109 R2 = CurDAG->getTargetConstant(0, MVT::i32);
113 R2 = Addr.getOperand(1);
116 R2 = CurDAG->getTargetConstant(0, MVT::i32);
121 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { argument
126 return SelectADDRParam(Addr, R1, R2);
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.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/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) {
106 R2 = CurDAG->getTargetConstant(0, MVT::i32);
109 R2 = CurDAG->getTargetConstant(0, MVT::i32);
113 R2 = Addr.getOperand(1);
116 R2 = CurDAG->getTargetConstant(0, MVT::i32);
121 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { argument
126 return SelectADDRParam(Addr, R1, R2);
100 SelectADDRParam( SDValue Addr, SDValue& R1, SDValue& R2) argument
130 SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) argument
[all...]
/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/llvm/include/llvm/Support/
H A DMathExtras.h228 #define R2(n) n, n + 2 * 64, n + 1 * 64, n + 3 * 64 macro
229 #define R4(n) R2(n), R2(n + 2 * 16), R2(n + 1 * 16), R2(n + 3 * 16)
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp175 double R2 = R * R; local
177 double R2MinusQ3 = R2 - Q3;
208 if (AlmostEqualUlps(R2, Q3)) {
/external/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp216 struct R2 { int r2; }; struct in namespace:Test4
217 struct R3 : R1, R2 { int r3; };
220 virtual R2 *f();
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc218 CHECK(reg_is_pointer_sized(R1)); // otherwise R2 may be wrong.
220 // Pick R2 that's not R1 or used by the operand. It's OK if the instr uses
221 // R2 elsewhere, since we'll restore it before instr.
233 reg_id_t R2 = *unused_registers.begin(); local
234 CHECK(R1 != R2);
236 // Save the current values of R1 and R2.
238 // TODO: Something smarter than spilling a "fixed" register R2?
239 dr_save_reg(drcontext, bb, instr, R2, SPILL_SLOT_2);
242 CHECK(drutil_insert_get_mem_addr(drcontext, bb, instr, op, R1, R2));
243 PRE(instr, mov_imm(drcontext, opnd_create_reg(R2),
[all...]

Completed in 2370 milliseconds

12