HomeSort by relevance Sort by last modified time
    Searched defs:R2 (Results 1 - 14 of 14) sorted by null

  /external/openssl/crypto/md5/asm/
md5-586.pl 24 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
28 5, 8, 11, 14, 1, 4, 7, 10, 13, 0, 3, 6, 9, 12, 15, 2, # R2
93 sub R2
100 &comment("R2 $ki");
118 &comment("R2 $ki");
237 &comment("R2 section");
238 &R2( 0,-1,$A,$B,$C,$D,$X,32, 4,0xfffa3942);
239 &R2( 1, 0,$D,$A,$B,$C,$X,33,11,0x8771f681);
240 &R2( 2, 0,$C,$D,$A,$B,$X,34,16,0x6d9d6122);
241 &R2( 3, 0,$B,$C,$D,$A,$X,35,23,0xfde5380c)
    [all...]
  /external/openssl/crypto/md4/
md4_locl.h 110 #define R2(a,b,c,d,k,s,t) { \
  /external/openssl/crypto/md5/
md5_locl.h 120 #define R2(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 */
37 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
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(d,e,a,b,c,27)
    [all...]
  /bionic/libc/bionic/
sha1.c 48 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
52 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
75 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i)
163 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);
164 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27)
    [all...]
  /bionic/libc/stdlib/
sha1hash.c 107 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
110 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
157 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);
158 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27)
    [all...]
  /dalvik/libdex/
sha1.c 125 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
128 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
164 R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); R2(a,b,c,d,e,20);
165 R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
166 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26);
167 R2(d,e,a,b,c,27); R2(c,d,e,a,b,28); R2(b,c,d,e,a,29)
    [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24torgb16.cpp 426 uint32 rgb, R0, G0, B0, R1, G1, B1, R2, G2, B2;
468 R2 = G2 = B2 = 0;
498 R2 += R0;
503 R2 = (R2 + (denom / 2)) / denom;
513 R2 = (R2 + R0 + 1) >> 1;
517 rgb = (R2 << 6) | G2;
519 R2 = G2 = B2 = 0;
529 R2 += R1
    [all...]
  /external/wpa_supplicant/
sha1.c 560 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
567 #define R2(v,w,x,y,z,i) \
620 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);
621 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.c 567 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
574 #define R2(v,w,x,y,z,i) \
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(d,e,a,b,c,27)
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/
Crossing.java 99 double R2 = R * R;
102 if (R2 < Q3) {
110 // Debug.println("R2 >= Q3 (" + R2 + "/" + Q3 + ")");
111 double A = Math.pow(Math.abs(R) + Math.sqrt(R2 - Q3), 1.0 / 3.0);
121 // if (R2 == Q3) {
122 double delta = R2 - Q3;
  /external/opencore/codecs_v2/video/avc_h264/common/src/
deblock.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /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),

Completed in 407 milliseconds