Searched defs:R0 (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
H A Dmd5-586.pl25 %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 subroutine
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(
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-586.pl25 %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 subroutine
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(
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl215 sub R0 { subroutine
377 for(;$i<16;$i++) { R0($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
H A Dmemset.S19 * R0 = address (leave unchanged to form result)
27 P0 = R0 ; /* P0 = address */
29 R3 = R0 + R2; /* end */
34 R2 = R0 & R2; /* addr bottom two bits */
72 CC = BITTST (R0, 0); /* odd byte */
73 R0 = 4; define
74 R0 = R0 - R2; define
75 P1 = R0;
76 R0 define
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl215 sub R0 { subroutine
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/
H A Dmd4_locl.h102 #define R0(a,b,c,d,k,s,t) { \ macro
/external/openssl/crypto/md4/
H A Dmd4_locl.h102 #define R0(a,b,c,d,k,s,t) { \ macro
/external/chromium_org/third_party/openssl/openssl/crypto/md5/
H A Dmd5_locl.h112 #define R0(a,b,c,d,k,s,t) { \ macro
/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp48 MDNode *R0 = MDHelper.createRange(A, A); local
50 EXPECT_EQ(R0, (MDNode *)nullptr);
62 MDNode *R0 = MDHelper.createAnonymousTBAARoot(); local
64 EXPECT_NE(R0, R1);
65 EXPECT_GE(R0->getNumOperands(), 1U);
67 EXPECT_EQ(R0->getOperand(0), R0);
69 EXPECT_TRUE(R0->getNumOperands() == 1 || R0->getOperand(1) == nullptr);
74 MDNode *R0 local
[all...]
/external/openssl/crypto/md5/
H A Dmd5_locl.h112 #define R0(a,b,c,d,k,s,t) { \ macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_gs.h81 struct brw_reg R0; member in struct:brw_gs_compile::__anon13355
H A Dbrw_clip.h78 struct brw_reg R0; member in struct:brw_clip_compile::__anon13330
/external/chromium_org/third_party/skia/gm/
H A Dtwopointradial.cpp79 const int R0 = 20; local
88 0, 0, R0, 0, 0, R1,
89 0, 0, R0, 20, 0, R1,
90 0, 0, R0, 25, 0, R1,
91 0, 0, R0, 100, 0, R1,
92 0, 0, R0, 25, 0, R0,
93 0, 0, R0, 100, 0, R0,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs.h81 struct brw_reg R0; member in struct:brw_gs_compile::__anon26928
H A Dbrw_clip.h78 struct brw_reg R0; member in struct:brw_clip_compile::__anon26903
/external/skia/gm/
H A Dtwopointradial.cpp79 const int R0 = 20; local
88 0, 0, R0, 0, 0, R1,
89 0, 0, R0, 20, 0, R1,
90 0, 0, R0, 25, 0, R1,
91 0, 0, R0, 100, 0, R1,
92 0, 0, R0, 25, 0, R0,
93 0, 0, R0, 100, 0, R0,
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsha1.cc121 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
122 #define R0(v, w, x, y, z, i) \ macro
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(
[all...]
/external/chromium_org/third_party/smhasher/src/
H A Dsha1.cpp106 /* (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); macro
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(
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsha1.cc123 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
124 #define R0(v, w, x, y, z, i) \ macro
180 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);
181 R0(b,c,d,e,a,4); R0(a,b,c,d,e,5); R0(e,a,b,c,d,6); R0(
[all...]
/external/ppp/pppd/
H A Dsha1.c34 /* (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); macro
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(
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dsha1.c51 * (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); macro
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(
[all...]
/external/valgrind/main/none/tests/
H A Dsha1_test.c92 /* (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); macro
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(
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c140 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
141 #define R0(v,w,x,y,z,i) \ macro
195 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);
196 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c140 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
141 #define R0(v,w,x,y,z,i) \ macro
195 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);
196 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c140 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
141 #define R0(v,w,x,y,z,i) \ macro
195 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);
196 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]

Completed in 1091 milliseconds

12