Searched refs:R3 (Results 1 - 25 of 59) sorted by relevance

123

/external/openssl/crypto/md5/
H A Dmd5_dgst.c161 R3(A,B,C,D,X( 0), 6,0xf4292244L);
162 R3(D,A,B,C,X( 7),10,0x432aff97L);
163 R3(C,D,A,B,X(14),15,0xab9423a7L);
164 R3(B,C,D,A,X( 5),21,0xfc93a039L);
165 R3(A,B,C,D,X(12), 6,0x655b59c3L);
166 R3(D,A,B,C,X( 3),10,0x8f0ccc92L);
167 R3(C,D,A,B,X(10),15,0xffeff47dL);
168 R3(B,C,D,A,X( 1),21,0x85845dd1L);
169 R3(A,B,C,D,X( 8), 6,0x6fa87e4fL);
170 R3(
[all...]
H A Dmd5_locl.h127 #define R3(a,b,c,d,k,s,t) { \ macro
/external/ppp/pppd/
H A Dsha1.c34 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
38 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); macro
78 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
79 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/external/valgrind/main/none/tests/
H A Dsha1_test.c92 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
96 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); macro
137 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
138 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c144 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
153 #define R3(v,w,x,y,z,i) \ macro
209 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
210 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c144 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
153 #define R3(v,w,x,y,z,i) \ macro
209 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
210 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c144 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
153 #define R3(v,w,x,y,z,i) \ macro
209 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
210 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
30 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3
141 sub R3 subroutine
145 &comment("R3 $ki");
257 &comment("R3 section");
258 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244);
259 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97);
260 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7);
261 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039);
262 &R3(
[all...]
/external/wpa_supplicant/
H A Dsha1.c560 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
569 #define R3(v,w,x,y,z,i) \ macro
625 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
626 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha1.c567 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
576 #define R3(v,w,x,y,z,i) \ macro
632 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
633 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/external/llvm/lib/Target/ARM/
H A DARMCallingConv.h32 static const unsigned RegList[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 };
76 static const unsigned LoRegList[] = { ARM::R1, ARM::R3 };
122 static const unsigned LoRegList[] = { ARM::R1, ARM::R3 };
H A DARMBaseRegisterInfo.cpp417 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R7,
421 ARM::R1, ARM::R3, ARM::R5, ARM::R7, ARM::R9, ARM::R11,
429 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R6,
433 ARM::R1, ARM::R3, ARM::R5, ARM::R9, ARM::R11,
441 ARM::R1, ARM::R3, ARM::R10,ARM::R12,ARM::LR, ARM::R5, ARM::R7,
445 ARM::R1, ARM::R3, ARM::R5, ARM::R6, ARM::R9,
453 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R7, ARM::R8,
457 ARM::R1, ARM::R3, ARM::R5, ARM::R7, ARM::R11,
465 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R6, ARM::R8,
469 ARM::R1, ARM::R3, AR
[all...]
H A DARMBaseRegisterInfo.h41 case R0: case R1: case R2: case R3:
H A DThumb1FrameLowering.cpp292 // pop the old LR into R3 as a temporary.
297 // Epilogue for vararg functions: pop LR to R3 and branch off it.
299 .addReg(ARM::R3, RegState::Define);
304 .addReg(ARM::R3, RegState::Kill));
/external/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp180 struct R3 : R1, R2 { int r3; }; struct in namespace:Test4
191 // CHECK-8-NEXT: 2 | Test4::R3 *Test4::B::f()
193 // CHECK-8-NEXT: 3 | Test4::R3 *Test4::B::f()
196 virtual R3 *f();
198 R3 *B::f() { return 0; }
222 struct V3 : virtual R3 { int r3; };
245 // CHECK-11-NEXT: 2 | Test4::R3 *Test4::F::f() [pure]
247 // CHECK-11-NEXT: 4 | Test4::R3 *Test4::F::f() [pure]
250 virtual R3 *f() = 0;
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DHandleMessage.h96 template<typename C, typename MF, typename P1, typename R1, typename R2, typename R3>
97 void callMemberFunction(const Arguments1<P1>& args, Arguments3<R1, R2, R3>& replyArgs, C* object, MF function)
108 template<typename C, typename MF, typename P1, typename R1, typename R2, typename R3, typename R4>
109 void callMemberFunction(const Arguments1<P1>& args, Arguments4<R1, R2, R3, R4>& replyArgs, C* object, MF function)
174 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename R1, typename R2, typename R3>
175 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, Arguments3<R1, R2, R3>& replyArgs, C* object, MF function)
239 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename R1, typename R2, typename R3>
240 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, ArgumentDecoder* argumentDecoder, Arguments3<R1, R2, R3>& replyArgs, C* object, MF function)
251 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename R1, typename R2, typename R3>
252 void callMemberFunction(const Arguments6<P1, P2, P3, P4, P5, P6>& args, ArgumentDecoder* argumentDecoder, Arguments3<R1, R2, R3>
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h34 case R3 : case X3 : case F3 : case V3 : case CR3: case CR0UN: return 3;
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h158 case R3: case S3: case D3: case Q3: return 3;
196 case R0: case R1: case R2: case R3:
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeBaseInfo.h108 case MBlaze::R3 : return 3;
173 case 3 : return MBlaze::R3;
/external/valgrind/main/VEX/auxprogs/
H A Dgenoffsets.c151 GENOFFSET(ARM,arm,R3);
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-arm-linux.c130 SC2(r3,R3);
303 REST(r3,R3);
/external/libvpx/vp8/common/arm/armv6/
H A Drecon_v6.asm26 ; R3 int stride
132 ; R3 int stride
229 ; R3 int stride
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp249 // Build the prologue SWI for R3 - R12 if needed. Note that R11 must
251 for (unsigned r = MBlaze::R3; r <= MBlaze::R12; ++r) {
292 // Build the epilogue LWI for R3 - R12 if needed
293 for (unsigned r = MBlaze::R12, i = VFI.size(); r >= MBlaze::R3; --r) {
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec312 be used to print the values of R0, R1, R2 and R3 while executing
/external/llvm/lib/Target/CellSPU/
H A DSPURegisterInfo.cpp57 case SPU::R3: return 3;

Completed in 408 milliseconds

123