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

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-586.pl 25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
27 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, # R0
43 sub R0
52 &comment("R0 $ki");
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
199 &comment("R0 section");
201 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
202 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
203 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
204 &R0( 0,$B,$C,$D,$A,$X, 3,22,0xc1bdceee)
    [all...]
  /external/openssl/crypto/md5/asm/
md5-586.pl 25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
27 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, # R0
43 sub R0
52 &comment("R0 $ki");
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
199 &comment("R0 section");
201 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
202 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
203 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
204 &R0( 0,$B,$C,$D,$A,$X, 3,22,0xc1bdceee)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 215 sub R0 {
377 for(;$i<16;$i++) { R0($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 215 sub R0 {
377 for(;$i<16;$i++) { R0($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
  /external/chromium_org/third_party/openssl/openssl/crypto/md4/
md4_locl.h 102 #define R0(a,b,c,d,k,s,t) { \
  /external/openssl/crypto/md4/
md4_locl.h 102 #define R0(a,b,c,d,k,s,t) { \
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
touch_position_correction_utils.h 32 static const float R0 = 0.0f;
47 // R0 R1 R2 .
49 if (x < R0) {
52 return (A * (R1 - x) + B * (x - R0)) / (R1 - R0);
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/
md5_locl.h 112 #define R0(a,b,c,d,k,s,t) { \
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 47 MDNode *R0 = MDHelper.createRange(A, A);
49 EXPECT_EQ(R0, (MDNode *)0);
61 MDNode *R0 = MDHelper.createAnonymousTBAARoot();
63 EXPECT_NE(R0, R1);
64 EXPECT_GE(R0->getNumOperands(), 1U);
66 EXPECT_EQ(R0->getOperand(0), R0);
68 EXPECT_TRUE(R0->getNumOperands() == 1 || R0->getOperand(1) == 0);
73 MDNode *R0 = MDHelper.createTBAARoot("Root")
    [all...]
  /external/openssl/crypto/md5/
md5_locl.h 112 #define R0(a,b,c,d,k,s,t) { \
  /external/chromium_org/third_party/libjingle/source/talk/base/
sha1.cc 121 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
122 #define R0(v, w, x, y, z, i) \
178 R0(a,b,c,d,e,0); R0(e,a,b,c,d,1); R0(d,e,a,b,c,2); R0(c,d,e,a,b,3);
179 R0(b,c,d,e,a,4); R0(a,b,c,d,e,5); R0(e,a,b,c,d,6); R0(d,e,a,b,c,7)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs.h 81 struct brw_reg R0;
brw_clip.h 78 struct brw_reg R0;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs.h 81 struct brw_reg R0;
brw_clip.h 78 struct brw_reg R0;
  /external/ppp/pppd/
sha1.c 34 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
35 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
68 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
69 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7)
    [all...]
  /external/skia/gm/
twopointradial.cpp 26 SkScalar r0 = d0[2]; local
36 SkScalarToFloat(c0.fX), SkScalarToFloat(c0.fY), SkScalarToFloat(r0),
41 paint.setShader(SkGradientShader::CreateTwoPointConical(c0, r0, c1, r1,
49 canvas->drawCircle(c0.fX, c0.fY, r0, paint);
75 const int R0 = 20;
84 0, 0, R0, 0, 0, R1,
85 0, 0, R0, 20, 0, R1,
86 0, 0, R0, 25, 0, R1,
87 0, 0, R0, 100, 0, R1,
88 0, 0, R0, 25, 0, R0
    [all...]
  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 65 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
67 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
100 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i)
183 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
184 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7)
    [all...]
  /external/chromium_org/third_party/smhasher/src/
sha1.cpp 106 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
107 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
134 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
135 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7)
    [all...]
  /external/valgrind/main/none/tests/
sha1_test.c 92 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
93 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
127 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
128 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
sha1-internal.c 138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
139 #define R0(v,w,x,y,z,i) \
193 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
194 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 42 Word32 i, j, max, R0, R1, R2;
60 R0 = 0;
65 R0 += vo_L_mult((*p1++), (*p2++));
66 R0 += vo_L_mult((*p1++), (*p2++));
67 R0 += vo_L_mult((*p1++), (*p2++));
68 R0 += vo_L_mult((*p1++), (*p2++));
71 hi = R0>>16;
72 lo = (R0 & 0xffff)>>1;
74 R0 = Mpy_32_16(hi, lo, *ww);
80 hi = R0>>16
    [all...]
  /system/extras/ext4_utils/
sha1.c 51 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
53 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
76 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i)
161 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
162 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7)
    [all...]
  /art/runtime/arch/arm/
registers_arm.h 27 R0 = 0,
  /dalvik/libdex/
sha1.cpp 125 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
126 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
158 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2);
159 R0(c,d,e,a,b, 3); R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5);
160 R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); R0(c,d,e,a,b, 8)
    [all...]

Completed in 803 milliseconds

1 2