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

1 2

  /frameworks/base/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...]
  /external/openssl/crypto/md4/
md4_dgst.c 127 R1(A,B,C,D,X( 0), 3,0x5A827999L);
128 R1(D,A,B,C,X( 4), 5,0x5A827999L);
129 R1(C,D,A,B,X( 8), 9,0x5A827999L);
130 R1(B,C,D,A,X(12),13,0x5A827999L);
131 R1(A,B,C,D,X( 1), 3,0x5A827999L);
132 R1(D,A,B,C,X( 5), 5,0x5A827999L);
133 R1(C,D,A,B,X( 9), 9,0x5A827999L);
134 R1(B,C,D,A,X(13),13,0x5A827999L);
135 R1(A,B,C,D,X( 2), 3,0x5A827999L);
136 R1(D,A,B,C,X( 6), 5,0x5A827999L)
    [all...]
md4_locl.h 106 #define R1(a,b,c,d,k,s,t) { \
  /external/openssl/crypto/md5/
md5_dgst.c 127 R1(A,B,C,D,X( 1), 5,0xf61e2562L);
128 R1(D,A,B,C,X( 6), 9,0xc040b340L);
129 R1(C,D,A,B,X(11),14,0x265e5a51L);
130 R1(B,C,D,A,X( 0),20,0xe9b6c7aaL);
131 R1(A,B,C,D,X( 5), 5,0xd62f105dL);
132 R1(D,A,B,C,X(10), 9,0x02441453L);
133 R1(C,D,A,B,X(15),14,0xd8a1e681L);
134 R1(B,C,D,A,X( 4),20,0xe7d3fbc8L);
135 R1(A,B,C,D,X( 9), 5,0x21e1cde6L);
136 R1(D,A,B,C,X(14), 9,0xc33707d6L)
    [all...]
md5_locl.h 117 #define R1(a,b,c,d,k,s,t) { \
  /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...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /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);
  /external/libvpx/vp8/common/ppc/
idctllm_altivec.asm 14 .macro load_c V, LABEL, OFF, R0, R1
16 la \R1, \LABEL@l(\R0)
17 lvx \V, \OFF, \R1
135 stwu r1,-416(r1) ;# create space on the stack
137 stvx v0, 0, r1
138 lwz r6, 0(r1)
140 lwz r6, 4(r1)
145 lwz r6, 8(r1)
147 lwz r6, 12(r1)
    [all...]
filter_bilinear_altivec.asm 17 .macro load_c V, LABEL, OFF, R0, R1
19 la \R1, \LABEL@l(\R0)
20 lvx \V, \OFF, \R1
151 stvx \V, 0, r1
152 lwz \R, 0(r1)
154 lwz \R, 4(r1)
173 stwu r1,-32(r1) ;# create space on the stack
219 stvx v0, 0, r1
220 lwz r0, 0(r1)
    [all...]
  /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);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Deemph_32_opt.s 27 @x_lo RN R1
39 LDRSH r7, [r1], #2 @load x_lo[0]
52 LDRSH r7, [r1], #2 @load x_lo[1]
70 LDRSH r7, [r1], #2
80 LDRSH r7, [r1], #2
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Deemph_32_neon.s 27 @x_lo RN R1
39 LDRSH r7, [r1], #2 @load x_lo[0]
52 LDRSH r7, [r1], #2 @load x_lo[1]
70 LDRSH r7, [r1], #2
80 LDRSH r7, [r1], #2
  /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/libvpx/vp8/common/arm/armv6/
recon_v6.asm 18 dif RN r1
24 ; R1 short * dif_ptr
130 ; R1 short *dif_ptr
227 ; R1 short *dif_ptr
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 15 .macro load_c V, LABEL, OFF, R0, R1
17 la \R1, \LABEL@l(\R0)
18 lvx \V, \OFF, \R1
32 stwu r1,-32(r1) ;# create space on the stack
49 addi r1, r1, 32 ;# recover stack
116 addi r8, r1, 0
145 addi r8, r1, 0
168 addi r8, r1,
    [all...]
variance_subpixel_altivec.asm 18 .macro load_c V, LABEL, OFF, R0, R1
20 la \R1, \LABEL@l(\R0)
21 lvx \V, \OFF, \R1
151 stvx \sum, 0, r1
152 lwz r3, 12(r1)
154 stvx \sse, 0, r1
155 lwz r4, 12(r1)
200 stwu r1,-32(r1) ;# create space on the stack
270 addi r1, r1, 32 ;# recover stac
    [all...]
  /system/extras/ext4_utils/
sha1.c 49 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
52 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
75 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
163 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/
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);
  /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/dropbear/libtomcrypt/src/ciphers/
kseed.c 188 #define F(L1, L2, R1, R2, K1, K2) \
189 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \
190 T = G( G(T2 + (R1 ^ K1)) + T2); \
192 L1 ^= (T + G(T2 + (R1 ^ K1))); \
  /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...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
736 int r0, r1, r2, r3, r4, r5, r6, r7; local
930 r1 = P_B;
934 r0 += (r1 << 1);
938 r1 += (r2 << 1);
939 r1 += r3;
940 r1 += 2;
941 r1 >>= 2;
969 temp = r0 | (r1 << 8);
991 temp = r0 | (r1 << 8)
    [all...]

Completed in 250 milliseconds

1 2