/external/chromium_org/third_party/openssl/openssl/crypto/md5/ |
md5_dgst.c | 162 R3(A,B,C,D,X( 0), 6,0xf4292244L); 163 R3(D,A,B,C,X( 7),10,0x432aff97L); 164 R3(C,D,A,B,X(14),15,0xab9423a7L); 165 R3(B,C,D,A,X( 5),21,0xfc93a039L); 166 R3(A,B,C,D,X(12), 6,0x655b59c3L); 167 R3(D,A,B,C,X( 3),10,0x8f0ccc92L); 168 R3(C,D,A,B,X(10),15,0xffeff47dL); 169 R3(B,C,D,A,X( 1),21,0x85845dd1L); 170 R3(A,B,C,D,X( 8), 6,0x6fa87e4fL); 171 R3(D,A,B,C,X(15),10,0xfe2ce6e0L) [all...] |
md5_locl.h | 127 #define R3(a,b,c,d,k,s,t) { \
|
/external/openssl/crypto/md5/ |
md5_dgst.c | 162 R3(A,B,C,D,X( 0), 6,0xf4292244L); 163 R3(D,A,B,C,X( 7),10,0x432aff97L); 164 R3(C,D,A,B,X(14),15,0xab9423a7L); 165 R3(B,C,D,A,X( 5),21,0xfc93a039L); 166 R3(A,B,C,D,X(12), 6,0x655b59c3L); 167 R3(D,A,B,C,X( 3),10,0x8f0ccc92L); 168 R3(C,D,A,B,X(10),15,0xffeff47dL); 169 R3(B,C,D,A,X( 1),21,0x85845dd1L); 170 R3(A,B,C,D,X( 8), 6,0x6fa87e4fL); 171 R3(D,A,B,C,X(15),10,0xfe2ce6e0L) [all...] |
md5_locl.h | 127 #define R3(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. 131 #define R3(v, w, x, y, z, i) \ 188 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); 189 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47) [all...] |
/external/ppp/pppd/ |
sha1.c | 34 /* (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); 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(d,e,a,b,c,47) [all...] |
/external/valgrind/main/none/tests/ |
sha1_test.c | 92 /* (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); 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(d,e,a,b,c,47) [all...] |
/external/wpa_supplicant_8/src/crypto/ |
sha1-internal.c | 138 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 147 #define R3(v,w,x,y,z,i) \ 203 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); 204 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47) [all...] |
/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)); 30 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3 141 sub R3 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( 0,$A,$B,$C,$D,$X,52, 6,0x655b59c3) [all...] |
/external/openssl/crypto/md5/asm/ |
md5-586.pl | 25 %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 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( 0,$A,$B,$C,$D,$X,52, 6,0x655b59c3) [all...] |
/dalvik/libdex/ |
sha1.cpp | 125 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 129 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); 171 R2(b,c,d,e,a,39); R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); 172 R3(d,e,a,b,c,42); R3(c,d,e,a,b,43); R3(b,c,d,e,a,44); 173 R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47) [all...] |
/external/chromium_org/third_party/smhasher/src/ |
sha1.cpp | 106 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 110 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); 144 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); 145 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47) [all...] |
/frameworks/compile/libbcc/lib/Support/ |
sha1.c | 124 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 128 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); 170 R2(b,c,d,e,a,39); R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); 171 R3(d,e,a,b,c,42); R3(c,d,e,a,b,43); R3(b,c,d,e,a,44); 172 R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47) [all...] |
/art/runtime/arch/arm/ |
registers_arm.h | 30 R3 = 3,
|
context_arm.cc | 84 gprs_[R3] = NULL;
|
/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 70 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); 103 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) 193 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); 194 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47) [all...] |
/system/extras/ext4_utils/ |
sha1.c | 51 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1 56 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); 79 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) 171 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); 172 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/ |
lc3b-mp22NC.asm | 15 ADD R3, R2, -3
20 STB R6, R3, 0
27 ADD R3, R2, -9
30 STB R6, R3, 0
45 AND R3, R3, 0
47 ADD R3, R3, 11
53 ADD R3, R3, R4 [all...] |
/external/llvm/lib/Target/ARM/ |
ARMCallingConv.h | 31 static const uint16_t RegList[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 }; 75 static const uint16_t LoRegList[] = { ARM::R1, ARM::R3 }; 77 static const uint16_t GPRArgRegs[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 }; 82 // If we had R3 unallocated only, now we still must to waste it. 84 assert((!Reg || Reg == ARM::R3) && "Wrong GPRs usage for f64"); 127 static const uint16_t LoRegList[] = { ARM::R1, ARM::R3 };
|
ARMBaseRegisterInfo.h | 41 case R0: case R1: case R2: case R3:
|
/external/mdnsresponder/mDNSCore/ |
DNSDigest.c | 910 #define R3(a,b,c,d,k,s,t) { \ 1003 R3(A,B,C,D,X[ 0], 6,0xf4292244L); 1004 R3(D,A,B,C,X[ 7],10,0x432aff97L); 1005 R3(C,D,A,B,X[14],15,0xab9423a7L); 1006 R3(B,C,D,A,X[ 5],21,0xfc93a039L); 1007 R3(A,B,C,D,X[12], 6,0x655b59c3L); 1008 R3(D,A,B,C,X[ 3],10,0x8f0ccc92L); 1009 R3(C,D,A,B,X[10],15,0xffeff47dL); 1010 R3(B,C,D,A,X[ 1],21,0x85845dd1L); 1011 R3(A,B,C,D,X[ 8], 6,0x6fa87e4fL) [all...] |
/art/compiler/jni/quick/arm/ |
calling_convention_arm.cc | 98 entry_spills_.push_back(ArmManagedRegister::FromCoreRegister(R3)); 182 R0, R1, R2, R3
|
/external/llvm/lib/Target/Hexagon/ |
HexagonVarargsCallingConvention.h | 53 Hexagon::R0, Hexagon::R1, Hexagon::R2, Hexagon::R3, Hexagon::R4, 109 Hexagon::R0, Hexagon::R1, Hexagon::R2, Hexagon::R3, Hexagon::R4,
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | 217 struct R3 : R1, R2 { int r3; }; member in struct:Test4::R3 228 // CHECK-8-NEXT: 2 | Test4::R3 *Test4::B::f() 230 // CHECK-8-NEXT: 3 | Test4::R3 *Test4::B::f() 233 // CHECK-8-NEXT: 1 | Test4::R3 *Test4::B::f() 235 virtual R3 *f(); 237 R3 *B::f() { return 0; } 264 struct V3 : virtual R3 { int r3; }; member in struct:Test4::V3 289 // CHECK-11-NEXT: 2 | Test4::R3 *Test4::F::f() [pure [all...] |
/external/checkpolicy/ |
policy_scan.l | 202 r3 | 203 R3 { return(R3); }
|