/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
H A D | regex_fuzzer_tests.cc | 42 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local 44 std::string all_regions = R1 + R2 + R3 + R4 + R5; in TEST() 46 // this call should swap R2 with R4. 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() 66 ASSERT_EQ(R1 + R3 + R2 + R4, all_regions); in TEST() 73 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local 75 std::string all_regions = R1 + R2 + R3 + R4 in TEST() 88 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local 101 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local 115 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local 127 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local 141 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local 156 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", TEST() local 171 R3 = "---------region3---------", R4 = "++region4++", TEST() local 184 R3 = "---------region3---------", R4 = "++region4++", TEST() local [all...] |
/third_party/mesa3d/src/util/sha1/ |
H A D | sha1.c | 38 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1 44 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); macro 86 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in SHA1Transform() 87 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4( in SHA1Transform() [all...] |
/third_party/selinux/libselinux/src/ |
H A D | sha1.c | 52 // (R0+R1), R2, R3, R4 are the different operations used in SHA1 57 #define R4(v,w,x,y,z,i) do { z += (w^x^y) + blk(i) + 0xCA62C1D6 + rol(v,5); w=rol(w,30); } while (0) macro 106 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in TransformFunction() 107 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4( in TransformFunction() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha1-internal.c | 143 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 155 #define R4(v,w,x,y,z,i) \ macro 213 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in SHA1Transform() 214 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4( in SHA1Transform() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha1-internal.c | 143 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 155 #define R4(v,w,x,y,z,i) \ macro 213 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in SHA1Transform() 214 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4( in SHA1Transform() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
H A D | comc597.mme.h | 152 ADD, R4, LOAD1, ZERO, 0, NONE, NONE), 157 MME_INSN(0, ADD, ZERO, R4, ZERO, 0, NONE, ALU0, 203 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x2100/4, NONE, NONE, 215 MME_INSN(0, OR, R7, R3, R4, 0, NONE, NONE, 247 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x2100/4, NONE, NONE, 259 MME_INSN(0, OR, R7, R3, R4, 0, NONE, NONE, 291 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x20c0/4, NONE, NONE, 303 MME_INSN(0, OR, R7, R1, R4, 0, NONE, NONE, 335 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x2100/4, NONE, NONE, 347 MME_INSN(0, OR, R7, R1, R4, [all...] |
/third_party/lzma/C/ |
H A D | Sha256Opt.c | 134 #define R4(k, g0, g1, g2, g3, OP0, OP1) \
macro 141 R4 ( (k)*4+0, m0,m1,m2,m3, OP0, OP1 ) \
142 R4 ( (k)*4+1, m1,m2,m3,m0, OP2, OP3 ) \
143 R4 ( (k)*4+2, m2,m3,m0,m1, OP4, OP5 ) \
144 R4 ( (k)*4+3, m3,m0,m1,m2, OP6, OP7 ) \
279 #define R4(k, g0, g1, g2, g3, OP0, OP1) \
macro 289 R4 ( (k)*4+0, m0, m1, m2, m3, OP0, OP1 ) \
290 R4 ( (k)*4+1, m1, m2, m3, m0, OP2, OP3 ) \
291 R4 ( (k)*4+2, m2, m3, m0, m1, OP4, OP5 ) \
292 R4 ( ( 385 #undef R4 global() macro [all...] |
H A D | Sha256.c | 197 #define R4( wx, i) \
macro 203 #define R4_PRE(i) R4( W_PRE, i)
204 #define R4_MAIN(i) R4( W_MAIN, i)
506 #undef R4
macro
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_arm.S | 71 ldr r4, [r14, #12] @ R4=ROWr32[3] 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], 141 mov r4, r4, asr #16 @ R4=ROWr16[7] 152 rsbne r4, r4, #0 @ R4 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 433 case ARM::R4: in emitPrologue() 522 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi16), ARM::R4) in emitPrologue() 527 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi32imm), ARM::R4) in emitPrologue() 540 .addReg(ARM::R4, RegState::Implicit) in emitPrologue() 551 .addReg(ARM::R4, RegState::Implicit) in emitPrologue() 558 .addReg(ARM::R4, RegState::Kill) in emitPrologue() 640 case ARM::R4: in emitPrologue() 733 BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVr), ARM::R4) in emitPrologue() 736 emitAligningInstructions(MF, AFI, TII, MBB, MBBI, dl, ARM::R4, MaxAlign, in emitPrologue() 739 .addReg(ARM::R4, RegStat in emitPrologue() [all...] |
H A D | Thumb1FrameLowering.cpp | 219 case ARM::R4: in emitPrologue() 284 case ARM::R4: in emitPrologue() 406 // Emit the following sequence, using R4 as a temporary, since we cannot use in emitPrologue() 412 BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVr), ARM::R4) in emitPrologue() 416 BuildMI(MBB, MBBI, dl, TII.get(ARM::tLSRri), ARM::R4) in emitPrologue() 418 .addReg(ARM::R4, RegState::Kill) in emitPrologue() 422 BuildMI(MBB, MBBI, dl, TII.get(ARM::tLSLri), ARM::R4) in emitPrologue() 424 .addReg(ARM::R4, RegState::Kill) in emitPrologue() 429 .addReg(ARM::R4, RegState::Kill) in emitPrologue() 515 assert(!MFI.getPristineRegs(MF).test(ARM::R4) in emitEpilogue() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCCallingConv.cpp | 37 PPC::R3, PPC::R4, PPC::R5, PPC::R6, in CC_PPC32_SVR4_Custom_AlignArgRegs() 62 PPC::R3, PPC::R4, PPC::R5, PPC::R6, in CC_PPC32_SVR4_Custom_SkipLastArgRegsPPCF128() 115 static const MCPhysReg LoRegList[] = { PPC::R4, PPC::R6, PPC::R8, PPC::R10 }; in CC_PPC32_SPE_CustomSplitFP64() 137 // Same as above, but for return values, so only allocate for R3 and R4 144 static const MCPhysReg LoRegList[] = { PPC::R4 }; in CC_PPC32_SPE_RetF64()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 484 vdup.32 $R4,r6 501 vmull.u32 $D4,$R4,${R0}[1] 503 vmlal.u32 $D0,$R4,${S1}[1] 510 vmlal.u32 $D1,$R4,${S2}[1] 518 vmlal.u32 $D2,$R4,${S3}[1] 521 vmlal.u32 $D3,$R4,${S4}[1] 525 vmlal.u32 $D4,$R0,${R4}[1] 552 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, 618 vtrn.32 $R4, [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 484 vdup.32 $R4,r6 501 vmull.u32 $D4,$R4,${R0}[1] 503 vmlal.u32 $D0,$R4,${S1}[1] 510 vmlal.u32 $D1,$R4,${S2}[1] 518 vmlal.u32 $D2,$R4,${S3}[1] 521 vmlal.u32 $D3,$R4,${S4}[1] 525 vmlal.u32 $D4,$R0,${R4}[1] 552 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, 618 vtrn.32 $R4, [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 28 import com.ibm.icu.impl.Row.R4; 494 private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents, boolean showEmpty) { in showIndex() 499 Set<R4<RawCollationKey, String, Integer, Double>> bucket = myBucketContents.get(i); in showIndex() 505 for (R4<RawCollationKey, String, Integer, Double> item : bucket) { in showIndex() 634 ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents = new ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>>(myBucketLabels.size()); in TestClientSupport() 636 myBucketContents.add(new TreeSet<R4<RawCollationKey, String, Integer, Double>>()); in TestClientSupport() 643 Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(bucketIndex); in TestClientSupport() 645 R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), testValue++); in TestClientSupport() 659 Set<R4<RawCollationKe in TestClientSupport() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 29 import ohos.global.icu.impl.Row.R4; 497 private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents, boolean showEmpty) { in showIndex() 502 Set<R4<RawCollationKey, String, Integer, Double>> bucket = myBucketContents.get(i); in showIndex() 508 for (R4<RawCollationKey, String, Integer, Double> item : bucket) { in showIndex() 637 ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents = new ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>>(myBucketLabels.size()); in TestClientSupport() 639 myBucketContents.add(new TreeSet<R4<RawCollationKey, String, Integer, Double>>()); in TestClientSupport() 646 Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(bucketIndex); in TestClientSupport() 648 R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), testValue++); in TestClientSupport() 662 Set<R4<RawCollationKe in TestClientSupport() [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 175 pshufb m3, m2, shuf_rgb2 ; (word) { R4, B5, G5, R5, R6, B7, G7, R7 } 176 pshufb m2, shuf_rgb1 ; (word) { B4, G4, R4, B5, B6, G6, R6, B7 } 184 movd m2, [srcq+12] ; (byte) { B4, G4, R4, B5 } 185 movd m3, [srcq+14] ; (byte) { R4, B5, G5, R5 } 188 punpckldq m2, m5 ; (byte) { B4, G4, R4, B5, B6, G6, R6, B7 } 189 punpckldq m3, m6 ; (byte) { R4, B5, G5, R5, R6, B7, G7, R7 } 192 punpcklbw m2, m7 ; (word) { B4, G4, R4, B5, B6, G6, R6, B7 } 193 punpcklbw m3, m7 ; (word) { R4, B5, G5, R5, R6, B7, G7, R7 } 199 pmaddwd m3, coeff2 ; (dword) { R4*RY, G5+GY + R5*RY, R6*RY, G7+GY + R7*RY } 273 movd m4, [srcq+12] ; (byte) { B4, G4, R4, B [all...] |
H A D | yuv_2_rgb.asm | 200 paddsw m1, m6 ; R0 R2 R4 R6 ... 205 packuswb m0, m3 ; R0 R2 R4 R6 ... R1 R3 R5 R7 ... 211 punpcklbw m3, m2 ; R0 G0 R2 G2 R4 G4 R6 G6 R8 G8 ... 217 punpckhwd m5, m6 ; R4 G4 B4 R5 R6 G6 B6 R7 229 psllq m5, 32 ; -- -- -- -- R4 G4 B4 R5 246 movd [imageq + 12], m5 ; R4 G4 B4 R5
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Row.java | 33 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of() 34 return new R4<>(p0,p1,p2,p3); in of() 50 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { class in Row 51 public R4(C0 a, C1 b, C2 c, C3 d) { in R4() method in Row.R4
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Row.java | 37 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of() 38 return new R4<>(p0,p1,p2,p3); in of() 63 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { class in Row 64 public R4(C0 a, C1 b, C2 c, C3 d) { in R4() method in Row.R4
|
/third_party/ffmpeg/libavutil/ |
H A D | sha.c | 53 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 61 #define R4(v,w,x,y,z,i) z += ( (w)^(x) ^(y)) + blk (i) + 0xCA62C1D6 + rol(v, 5); w = rol(w, 30); macro 141 R4(a, b, c, d, e, 0 + i); \ in sha1_transform() 142 R4(e, a, b, c, d, 1 + i); \ in sha1_transform() 143 R4(d, e, a, b, c, 2 + i); \ in sha1_transform() 144 R4(c, d, e, a, b, 3 + i); \ in sha1_transform() 145 R4(b, c, d, e, a, 4 + i); \ in sha1_transform()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MathExtras.h | 223 #define R4(n) R2(n), R2(n + 2 * 16), R2(n + 1 * 16), R2(n + 3 * 16) macro 224 #define R6(n) R4(n), R4(n + 2 * 4), R4(n + 1 * 4), R4(n + 3 * 4) 227 #undef R4 macro
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | common_sse41.h | 41 __m128i R0, R1, R2, R3, R4, R5; in VP8PlanarTo24b_SSE41() local 86 const __m128i RG4 = _mm_or_si128(R4, G4); in VP8PlanarTo24b_SSE41()
|
/third_party/node/deps/v8/src/bigint/ |
H A D | mul-toom.cc | 161 Digits R4 = r_inf; in Toom3Main() local 180 // R2 <- R2 + R1 - R4 in Toom3Main() 182 R2_sign = SubtractSigned(R2, R2, R2_sign, R4, false); in Toom3Main() 200 AddAndReturnOverflow(Z + 4 * i, R4); in Toom3Main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 295 #define R4(n) R2(n), R2(n + 2 * 16), R2(n + 1 * 16), R2(n + 3 * 16) macro 296 #define R6(n) R4(n), R4(n + 2 * 4), R4(n + 1 * 4), R4(n + 3 * 4) 299 #undef R4 macro
|