/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | regex_fuzzer_tests.cc | 29 R3 = ";regionregionregion3;"; in TEST() local 30 std::string all_regions = R1 + R2 + R3; in TEST() 33 SwapIntervals(0, R1.length(), R1.length() + R2.length(), R3.length(), in TEST() 36 ASSERT_EQ(R3 + R2 + R1, all_regions); in TEST() 42 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local 44 std::string all_regions = R1 + R2 + R3 + R4 + R5; in TEST() 48 R1.length() + R2.length() + R3.length(), R4.length(), in TEST() 51 ASSERT_EQ(R1 + R4 + R3 + R2 + R5, all_regions); in TEST() 58 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local 60 std::string all_regions = R1 + R2 + R3 + R4; in TEST() [all …]
|
/third_party/boost/libs/ratio/test/ratio_extensions/ |
D | mpl_plus_pass.cpp | 42 typedef boost::mpl::int_<0> R3; in test() typedef 43 typedef boost::mpl::plus<R1, R2, R3> R; in test() 49 typedef boost::mpl::int_<0> R3; in test() typedef 50 typedef boost::mpl::plus<R1, R2, R3> R; in test() 56 typedef boost::mpl::int_<0> R3; in test() typedef 57 typedef boost::mpl::plus<R1, R2, R3> R; in test() 63 typedef boost::mpl::int_<0> R3; in test() typedef 64 typedef boost::mpl::plus<R1, R2, R3> R; in test() 70 typedef boost::mpl::int_<0> R3; in test() typedef 71 typedef boost::mpl::plus<R1, R2, R3> R; in test() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | repeat.h | 4 #define R3(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) R0(P,S##4) R0(P,S##5) R0(P,S##… macro 5 #define R4(P, S) R3(P,S##0) R3(P,S##1) 6 #define R5(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) 7 #define R6(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) R3(P,S##4) R3(P,S##5) R3(P,S##…
|
/third_party/mesa3d/src/util/sha1/ |
D | sha1.c | 43 #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 81 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); in SHA1Transform() 82 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); in SHA1Transform() 83 R3(c,d,e,a,b,48); R3(b,c,d,e,a,49); R3(a,b,c,d,e,50); R3(e,a,b,c,d,51); in SHA1Transform() 84 R3(d,e,a,b,c,52); R3(c,d,e,a,b,53); R3(b,c,d,e,a,54); R3(a,b,c,d,e,55); in SHA1Transform() 85 R3(e,a,b,c,d,56); R3(d,e,a,b,c,57); R3(c,d,e,a,b,58); R3(b,c,d,e,a,59); in SHA1Transform()
|
/third_party/selinux/libselinux/src/ |
D | sha1.c | 56 #define R3(v,w,x,y,z,i) do { z += (((w|x)&y)|(w&x)) + blk(i) + 0x8F1BBCDC + rol(v,5); w=rol(w,30);… macro 101 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); in TransformFunction() 102 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); in TransformFunction() 103 R3(c,d,e,a,b,48); R3(b,c,d,e,a,49); R3(a,b,c,d,e,50); R3(e,a,b,c,d,51); in TransformFunction() 104 R3(d,e,a,b,c,52); R3(c,d,e,a,b,53); R3(b,c,d,e,a,54); R3(a,b,c,d,e,55); in TransformFunction() 105 R3(e,a,b,c,d,56); R3(d,e,a,b,c,57); R3(c,d,e,a,b,58); R3(b,c,d,e,a,59); in TransformFunction()
|
/third_party/openssl/crypto/md5/ |
D | md5_dgst.c | 141 R3(A, B, C, D, X(0), 6, 0xf4292244L); in md5_block_data_order() 142 R3(D, A, B, C, X(7), 10, 0x432aff97L); in md5_block_data_order() 143 R3(C, D, A, B, X(14), 15, 0xab9423a7L); in md5_block_data_order() 144 R3(B, C, D, A, X(5), 21, 0xfc93a039L); in md5_block_data_order() 145 R3(A, B, C, D, X(12), 6, 0x655b59c3L); in md5_block_data_order() 146 R3(D, A, B, C, X(3), 10, 0x8f0ccc92L); in md5_block_data_order() 147 R3(C, D, A, B, X(10), 15, 0xffeff47dL); in md5_block_data_order() 148 R3(B, C, D, A, X(1), 21, 0x85845dd1L); in md5_block_data_order() 149 R3(A, B, C, D, X(8), 6, 0x6fa87e4fL); in md5_block_data_order() 150 R3(D, A, B, C, X(15), 10, 0xfe2ce6e0L); in md5_block_data_order() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha1-internal.c | 152 #define R3(v,w,x,y,z,i) \ macro 208 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); in SHA1Transform() 209 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); in SHA1Transform() 210 R3(c,d,e,a,b,48); R3(b,c,d,e,a,49); R3(a,b,c,d,e,50); R3(e,a,b,c,d,51); in SHA1Transform() 211 R3(d,e,a,b,c,52); R3(c,d,e,a,b,53); R3(b,c,d,e,a,54); R3(a,b,c,d,e,55); in SHA1Transform() 212 R3(e,a,b,c,d,56); R3(d,e,a,b,c,57); R3(c,d,e,a,b,58); R3(b,c,d,e,a,59); in SHA1Transform()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha1-internal.c | 152 #define R3(v,w,x,y,z,i) \ macro 208 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); in SHA1Transform() 209 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); in SHA1Transform() 210 R3(c,d,e,a,b,48); R3(b,c,d,e,a,49); R3(a,b,c,d,e,50); R3(e,a,b,c,d,51); in SHA1Transform() 211 R3(d,e,a,b,c,52); R3(c,d,e,a,b,53); R3(b,c,d,e,a,54); R3(a,b,c,d,e,55); in SHA1Transform() 212 R3(e,a,b,c,d,56); R3(d,e,a,b,c,57); R3(c,d,e,a,b,58); R3(b,c,d,e,a,59); in SHA1Transform()
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveReturns.symbols | 15 function R3(n:number) { 16 >R3 : Symbol(R3, Decl(recursiveReturns.ts, 5, 23)) 25 R3(n--); 26 >R3 : Symbol(R3, Decl(recursiveReturns.ts, 5, 23))
|
D | recursiveReturns.types | 17 function R3(n:number) { 18 >R3 : (n: number) => void 29 R3(n--); 30 >R3(n--) : void 31 >R3 : (n: number) => void
|
D | recursiveReturns.js | 9 function R3(n:number) { class 14 R3(n--); 24 function R3(n) { 29 R3(n--);
|
/third_party/boost/libs/context/src/asm/ |
D | ontop_ppc32_sysv_elf_gas.S | 59 # Linux: ontop_fcontext( hidden transfer_t * R3, R4, R5, R6) 60 # Other: transfer_t R3:R4 = jump_fcontext( R3, R4, R5) 187 # Linux: fcontext_ontop_tail( hidden transfer_t * R3, R4, R5, R6, R7) 188 # Other: transfer_t R3:R4 = fcontext_ontop_tail( R3, R4, R5, R6)
|
D | jump_ppc32_sysv_elf_gas.S | 59 # Linux: jump_fcontext( hidden transfer_t * R3, R4, R5) 60 # Other: transfer_t R3:R4 = jump_fcontext( R3, R4)
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-armv4.pl | 448 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 486 vdup.32 $R3,r5 505 vmull.u32 $D3,$R3,${R0}[1] 512 vmlal.u32 $D4,$R3,${R1}[1] 514 vmlal.u32 $D0,$R3,${S2}[1] 521 vmlal.u32 $D3,$R0,${R3}[1] 522 vmlal.u32 $D1,$R3,${S3}[1] 524 vmlal.u32 $D4,$R1,${R3}[1] 529 vmlal.u32 $D2,$R3,${S4}[1] 557 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, [all …]
|
D | poly1305-c64xplus.pl | 35 ($R0,$R1,$R2,$R3,$S1,$S2,$S3,$S3b)=("A0","B0","A1","B1","A12","B12","A13","B13"); 129 || LDDW *${S3b}[4],$R3:$R1 ; load r3:r1 155 || MPY32U B27,$R3,B19:B18 ; MPY32U $H0,$R3,B19:B18
|
/third_party/openssl/crypto/md5/asm/ |
D | md5-586.pl | 152 sub R3 subroutine 269 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244); 270 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97); 271 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7); 272 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039); 273 &R3( 0,$A,$B,$C,$D,$X,52, 6,0x655b59c3); 274 &R3( 0,$D,$A,$B,$C,$X,53,10,0x8f0ccc92); 275 &R3( 0,$C,$D,$A,$B,$X,54,15,0xffeff47d); 276 &R3( 0,$B,$C,$D,$A,$X,55,21,0x85845dd1); 277 &R3( 0,$A,$B,$C,$D,$X,56, 6,0x6fa87e4f); [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
D | comc597.mme.h | 118 ADD, R3, LOAD1, ZERO, 0, NONE, NONE), 125 MME_INSN(0, AND, ZERO, R3, IMMED, 1, NONE, ALU0, 127 MME_INSN(0, SRL, R3, R3, IMMED, 1, NONE, NONE, 151 MME_INSN(0, ADD, R3, LOAD0, ZERO, 0, NONE, NONE, 161 MME_INSN(0, ADD, ZERO, R3, ZERO, 0, NONE, ALU0, 201 MME_INSN(0, STATE, R3, IMMED, ZERO, 0x20c0/4, NONE, NONE, 215 MME_INSN(0, OR, R7, R3, R4, 0, NONE, NONE, 245 MME_INSN(0, STATE, R3, IMMED, ZERO, 0x20c0/4, NONE, NONE, 259 MME_INSN(0, OR, R7, R3, R4, 0, NONE, NONE, 289 MME_INSN(0, STATE, R3, IMMED, ZERO, 0x0db0/4, NONE, NONE, [all …]
|
/third_party/boost/boost/beast/core/detail/ |
D | sha1.ipp | 86 R3(std::uint32_t block[BLOCK_INTS], std::uint32_t v, 170 R3(block, a, b, c, d, e, 8); 171 R3(block, e, a, b, c, d, 9); 172 R3(block, d, e, a, b, c, 10); 173 R3(block, c, d, e, a, b, 11); 174 R3(block, b, c, d, e, a, 12); 175 R3(block, a, b, c, d, e, 13); 176 R3(block, e, a, b, c, d, 14); 177 R3(block, d, e, a, b, c, 15); 178 R3(block, c, d, e, a, b, 0); [all …]
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | sha1.ipp | 86 R3(std::uint32_t block[BLOCK_INTS], std::uint32_t v, 170 R3(block, a, b, c, d, e, 8); 171 R3(block, e, a, b, c, d, 9); 172 R3(block, d, e, a, b, c, 10); 173 R3(block, c, d, e, a, b, 11); 174 R3(block, b, c, d, e, a, 12); 175 R3(block, a, b, c, d, e, 13); 176 R3(block, e, a, b, c, d, 14); 177 R3(block, d, e, a, b, c, 15); 178 R3(block, c, d, e, a, b, 0); [all …]
|
/third_party/boost/libs/ratio/example/ |
D | si_physics.cpp | 129 template <class R1, class R2, class R3, class R4> 130 quantity<typename boost::ratio_subtract<R1, R3>::type, typename boost::ratio_subtract<R2, R4>::type> 131 operator/(const quantity<R1, R2>& x, const quantity<R3, R4>& y) in operator /() argument 133 …typedef quantity<typename boost::ratio_subtract<R1, R3>::type, typename boost::ratio_subtract<R2, … in operator /() 139 template <class R1, class R2, class R3, class R4> 140 quantity<typename boost::ratio_add<R1, R3>::type, typename boost::ratio_add<R2, R4>::type> 141 operator*(const quantity<R1, R2>& x, const quantity<R3, R4>& y) in operator *() argument 143 …typedef quantity<typename boost::ratio_add<R1, R3>::type, typename boost::ratio_add<R2, R4>::type>… in operator *()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | simple_idct_arm.S | 48 @@ R0-R3 are scratch regs, so no need to save them, but R0 contains the pointer to block 70 ldr r3, [r14, #8] @ R3=ROWr32[2] 76 @@ R3=ROWr32[2], R4=ROWr32[3], R5-R11 free 77 orr r5, r4, r3 @ R5=R4 | R3 78 orr r5, r5, r2 @ R5=R4 | R3 | R2 83 orrs r5, r5, r7 @ R5=R4 | R3 | R2 | R7 87 @@ at this point, R0=block (temp), R1(free), R2=ROWr32[1], R3=ROWr32[2], R4=ROWr32[3], 118 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3], 126 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3], 137 mov r3, r3, asr #16 @ R3=ROWr16[5] [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 184 // Assembly operands sometimes have a different order; in particular, R3 often 340 bits<4> R3; 345 let Inst{35-32} = R3; 357 bits<4> R3; 362 let Inst{35-32} = R3; 484 bits<4> R3; 490 let Inst{7-4} = R3; 515 bits<4> R3; 519 let Inst{15-12} = R3; 532 bits<4> R3; [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveReturns.ts | 8 function R3(n:number) { function 13 R3(n--);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreCallingConv.td | 15 // i32 are returned in registers R0, R1, R2, R3 16 CCIfType<[i32], CCAssignToReg<[R0, R1, R2, R3]>>, 34 CCIfType<[i32], CCAssignToReg<[R0, R1, R2, R3]>>,
|
/third_party/curl/packages/vms/ |
D | macro32_exactcase.patch | 6 'BICB2 #^X00000020,R3' 8 'BICB2 #^X00000000,R3'
|