HomeSort by relevance Sort by last modified time
    Searched defs:R1 (Results 1 - 16 of 16) 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));
27 1, 6, 11, 0, 5, 10, 15, 4, 9, 14, 3, 8, 13, 2, 7, 12, # R1
61 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
70 sub R1
74 &comment("R1 $ki");
218 &comment("R1 section");
219 &R1(-1,$A,$B,$C,$D,$X,16, 5,0xf61e2562);
220 &R1( 0,$D,$A,$B,$C,$X,17, 9,0xc040b340);
221 &R1( 0,$C,$D,$A,$B,$X,18,14,0x265e5a51);
222 &R1( 0,$B,$C,$D,$A,$X,19,20,0xe9b6c7aa)
    [all...]
  /external/openssl/crypto/md4/
md4_locl.h 106 #define R1(a,b,c,d,k,s,t) { \
  /external/openssl/crypto/md5/
md5_locl.h 115 #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);
  /bionic/libc/stdlib/
sha1hash.c 107 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
109 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
156 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.c 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);
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24torgb16.cpp 240 half2 = *((uint16*)(pSrc += 2)); /* read 2 bytes, R1 B0 or B1 R0 */
251 half2 &= 0xF800; /* get 5 bits of R1 */
253 tmp0 = (tmp0 << 3) | half2; /* R1 G1 */
254 tmp0 |= (half1 >> 11); /* R1 G1 B1 */
262 half1 = *((uint16*)(pSrc += 2)); /* read 2 bytes, R1 G1 */
264 tmp0 = half1 & 0xF800; /* get 5 bits of R1 */
266 tmp0 |= half1; /* R1 G1 */
267 tmp0 |= (half2 >> 11); /* R1 G1 B1 */
325 half2 = *((uint16*)(pSrc += 2)); /* read 2 bytes, R1 B0 or B1 R0 */
336 half2 &= 0xF800; /* get 5 bits of R1 */
    [all...]
  /external/wpa_supplicant/
sha1.c 560 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
564 #define R1(v,w,x,y,z,i) \
619 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_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/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),
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_intra.cpp 830 int r0, r1, r2, r3, r4, r5, r6, r7; local
835 r1 = *comp_refx++;
853 r0 += (r1 << 1);
857 r1 += (r2 << 1);
858 r1 += r3;
859 r1 += 2;
860 r1 >>= 2;
881 temp = r0 | (r1 << 8);
971 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
995 R1 = (R0 + S0) >> 2
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 829 int r0, r1, r2, r3, r4, r5, r6, r7; local
834 r1 = *comp_refx++;
852 r0 += (r1 << 1);
856 r1 += (r2 << 1);
857 r1 += r3;
858 r1 += 2;
859 r1 >>= 2;
880 temp = r0 | (r1 << 8);
970 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
994 R1 = (R0 + S0) >> 2
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
intra_est.cpp 735 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
737 int r0, r1, r2, r3, r4, r5, r6, r7; local
931 r1 = P_B;
935 r0 += (r1 << 1);
939 r1 += (r2 << 1);
940 r1 += r3;
941 r1 += 2;
942 r1 >>= 2;
970 temp = r0 | (r1 << 8);
992 temp = r0 | (r1 << 8)
    [all...]

Completed in 1777 milliseconds