HomeSort by relevance Sort by last modified time
    Searched defs:R1 (Results 1 - 25 of 29) sorted by null

1 2

  /external/openssl/crypto/md5/asm/
md5-586.pl 25 %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
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( 0,$B,$C,$D,$A,$X,19,20,0xe9b6c7aa)
    [all...]
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 19 struct R1 {
21 R1() : a {}
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 254 sub R1 {
377 for(;$i<32;$i++) { R1($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
  /external/openssl/crypto/md4/
md4_locl.h 106 #define R1(a,b,c,d,k,s,t) { \
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 22 IntrusiveRefCntPtr<VirtualRefCounted> R1 = V1;
32 IntrusiveRefCntPtr<SimpleRefCounted> R1 = S1;
  /external/llvm/unittests/Support/
MDBuilderTest.cpp 47 MDNode *R1 = MDHelper.createRange(A, B);
49 EXPECT_NE(R1, (MDNode *)0);
50 EXPECT_EQ(R1->getNumOperands(), 2U);
51 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(0)));
52 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(1)));
53 ConstantInt *C0 = cast<ConstantInt>(R1->getOperand(0));
54 ConstantInt *C1 = cast<ConstantInt>(R1->getOperand(1));
61 MDNode *R1 = MDHelper.createAnonymousTBAARoot();
62 EXPECT_NE(R0, R1);
64 EXPECT_GE(R1->getNumOperands(), 1U)
    [all...]
  /external/openssl/crypto/md5/
md5_locl.h 117 #define R1(a,b,c,d,k,s,t) { \
  /external/ppp/pppd/
sha1.c 34 /* (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);
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);
  /bionic/libc/bionic/
sha1.c 48 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
51 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
74 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
162 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/
ReachableCode.cpp 182 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 = S->getSourceRange()
    [all...]
  /external/openfst/src/test/
algo_test.h 573 VectorFst< ReverseArc<Arc> > R1;
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));
    [all...]
  /external/valgrind/main/none/tests/
sha1_test.c 92 /* (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);
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/src/crypto/
sha1-internal.c 138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
142 #define R1(v,w,x,y,z,i) \
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);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 42 Word32 i, j, max, R0, R1, R2;
98 R1 = 0;
105 R1 += vo_mult32(*p2, *p2);
108 R1 += vo_mult32(*p2, *p2);
111 R1 += vo_mult32(*p2, *p2);
114 R1 += vo_mult32(*p2, *p2);
118 R1 = (R1 <<1) + 1L;
120 /* gain = R0/ sqrt(R1*R2) */
125 exp_R1 = norm_l(R1);
    [all...]
  /system/extras/ext4_utils/
sha1.c 51 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
54 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
77 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
165 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);
  /dalvik/libdex/
sha1.cpp 125 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
127 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
163 R0(a,b,c,d,e,15); R1(e,a,b,c,d,16); R1(d,e,a,b,c,17);
164 R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); R2(a,b,c,d,e,20);
  /frameworks/compile/libbcc/helper/
sha1.c 124 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
126 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
162 R0(a,b,c,d,e,15); R1(e,a,b,c,d,16); R1(d,e,a,b,c,17);
163 R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); R2(a,b,c,d,e,20);
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 179 struct R1 { int r1; }; member in struct:Test4::R1
181 struct R3 : R1, R2 { int r3; };
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.c 567 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
571 #define R1(v,w,x,y,z,i) \
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/
TransformActions.cpp 46 SourceRange R1, R2;
211 if (!canRemoveRange(act.R1))
220 if (!canReplaceRange(act.R1, act.R2))
253 commitRemove(act.R1);
259 commitReplace(act.R1, act.R2);
265 commitIncreaseIndentation(act.R1, act.Loc);
268 commitClearDiagnostic(act.DiagIDs, act.R1);
308 data.R1 = range;
332 data.R1 = range;
362 data.R1 = range
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 392 CvMat r1 = cvMat(3,1,CV_64F,_r1), r2 = cvMat(3,1,CV_64F,_r2); local
393 CvMat R1 = cvMat(3,3,CV_64F,_R1), R2 = cvMat(3,3,CV_64F,_R2);
403 cvConvert( _rvec1, &r1 );
406 cvRodrigues2( &r1, &R1, &dR1dr1 );
418 cvMatMul( &R2, &R1, &R3 );
419 cvCalcMatMulDeriv( &R2, &R1, &dR3dR2, &dR3dR1 );
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 50 R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6),
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 900 #define R1(a,b,c,d,k,s,t) { \
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(A,B,C,D,X[ 9], 5,0x21e1cde6L)
    [all...]

Completed in 747 milliseconds

1 2