Home
last modified time | relevance | path

Searched refs:R4 (Results 1 – 25 of 205) sorted by relevance

123456789

/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dregex_fuzzer_tests.cc42 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()
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 + R5; in TEST()
78 SwapIntervals(R1.length() + R2.length() + R3.length(), R4.length(), in TEST()
[all …]
/third_party/mesa3d/src/util/sha1/
Dsha1.c44 #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(d,e,a,b,c,67); in SHA1Transform()
88 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in SHA1Transform()
89 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in SHA1Transform()
90 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in SHA1Transform()
/third_party/selinux/libselinux/src/
Dsha1.c57 #define R4(v,w,x,y,z,i) do { z += (w^x^y) + blk(i) + 0xCA62C1D6 + rol(v,5); w=rol(w,30);… 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(d,e,a,b,c,67); in TransformFunction()
108 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in TransformFunction()
109 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in TransformFunction()
110 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in TransformFunction()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha1-internal.c155 #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(d,e,a,b,c,67); in SHA1Transform()
215 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in SHA1Transform()
216 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in SHA1Transform()
217 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in SHA1Transform()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha1-internal.c155 #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(d,e,a,b,c,67); in SHA1Transform()
215 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in SHA1Transform()
216 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in SHA1Transform()
217 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in SHA1Transform()
/third_party/boost/libs/context/src/asm/
Dontop_ppc32_sysv_elf_gas.S59 # 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)
Djump_ppc32_sysv_elf_gas.S59 # Linux: jump_fcontext( hidden transfer_t * R3, R4, R5)
60 # Other: transfer_t R3:R4 = jump_fcontext( R3, R4)
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dsha1.ipp97 R4(std::uint32_t block[BLOCK_INTS], std::uint32_t v,
190 R4(block, a, b, c, d, e, 12);
191 R4(block, e, a, b, c, d, 13);
192 R4(block, d, e, a, b, c, 14);
193 R4(block, c, d, e, a, b, 15);
194 R4(block, b, c, d, e, a, 0);
195 R4(block, a, b, c, d, e, 1);
196 R4(block, e, a, b, c, d, 2);
197 R4(block, d, e, a, b, c, 3);
198 R4(block, c, d, e, a, b, 4);
[all …]
/third_party/boost/boost/beast/core/detail/
Dsha1.ipp97 R4(std::uint32_t block[BLOCK_INTS], std::uint32_t v,
190 R4(block, a, b, c, d, e, 12);
191 R4(block, e, a, b, c, d, 13);
192 R4(block, d, e, a, b, c, 14);
193 R4(block, c, d, e, a, b, 15);
194 R4(block, b, c, d, e, a, 0);
195 R4(block, a, b, c, d, e, 1);
196 R4(block, e, a, b, c, d, 2);
197 R4(block, d, e, a, b, c, 3);
198 R4(block, c, d, e, a, b, 4);
[all …]
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-armv4.pl448 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
489 vdup.32 $R4,r6
506 vmull.u32 $D4,$R4,${R0}[1]
508 vmlal.u32 $D0,$R4,${S1}[1]
515 vmlal.u32 $D1,$R4,${S2}[1]
523 vmlal.u32 $D2,$R4,${S3}[1]
526 vmlal.u32 $D3,$R4,${S4}[1]
530 vmlal.u32 $D4,$R0,${R4}[1]
623 vtrn.32 $R4,$D4#lo
628 vshl.u32 $S4,$R4,#2
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcomc597.mme.h152 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, 0, NONE, NONE,
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dsimple_idct_arm.S71 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=-ROWr16[7]
[all …]
/third_party/boost/libs/ratio/example/
Dsi_physics.cpp129 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 /()
133 …tity<typename boost::ratio_subtract<R1, R3>::type, typename boost::ratio_subtract<R2, R4>::type> R; 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 *()
143 …typedef quantity<typename boost::ratio_add<R1, R3>::type, typename boost::ratio_add<R2, R4>::type>… in operator *()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp433 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, RegState::Kill) in emitPrologue()
[all …]
DThumb1FrameLowering.cpp219 case ARM::R4: in emitPrologue()
284 case ARM::R4: 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()
517 emitThumbRegPlusImmediate(MBB, MBBI, dl, ARM::R4, FramePtr, -NumBytes, in emitEpilogue()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.cpp37 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()
144 static const MCPhysReg LoRegList[] = { PPC::R4 }; in CC_PPC32_SPE_RetF64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td29 def R4 : Ri< 4, "r4">, DwarfRegNum<[4]>;
48 R4, R5, R6, R7, R8, R9, R10,
55 R4, R5, R6, R7, R8, R9, R10,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFCallingConv.td22 CCIfType<[i64], CCAssignToReg<[ R1, R2, R3, R4, R5 ]>>,
38 [R1, R2, R3, R4, R5]>>,
41 CCIfType<[i64], CCAssignToRegWithShadow<[R1, R2, R3, R4, R5],
/third_party/ffmpeg/libswscale/x86/
Dinput.asm156 pshufb m3, m2, shuf_rgb2 ; (word) { R4, B5, G5, R5, R6, B7, G7, R7 }
157 pshufb m2, shuf_rgb1 ; (word) { B4, G4, R4, B5, B6, G6, R6, B7 }
166 movd m2, [srcq+12] ; (byte) { B4, G4, R4, B5 }
167 movd m3, [srcq+14] ; (byte) { R4, B5, G5, R5 }
170 punpckldq m2, m5 ; (byte) { B4, G4, R4, B5, B6, G6, R6, B7 }
171 punpckldq m3, m6 ; (byte) { R4, B5, G5, R5, R6, B7, G7, R7 }
175 punpcklbw m2, m7 ; (word) { B4, G4, R4, B5, B6, G6, R6, B7 }
176 punpcklbw m3, m7 ; (word) { R4, B5, G5, R5, R6, B7, G7, R7 }
182 pmaddwd m3, coeff2 ; (dword) { R4*RY, G5+GY + R5*RY, R6*RY, G7+GY + R7*RY }
257 movd m4, [srcq+12] ; (byte) { B4, G4, R4, B5 }
[all …]
/third_party/mesa3d/src/panfrost/bifrost/
DREADME.md10 R4 - R7: input (color #1)
19 R4 - R7: preloaded (message #1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td32 def SP : LanaiReg< 4, "sp", [R4]>, DwarfRegAlias<R4>;
53 R4, SP, // stack pointer
/third_party/boost/libs/mp11/doc/mp11/
Dfunction.adoc38 using R4 = mp_and<void, mp_true>; // mp_false (!)
58 using R4 = mp_all<void, mp_true>; // compile-time error
76 using R4 = mp_or<void, mp_true>; // compile-time error
94 using R4 = mp_any<void, mp_true>; // compile-time error
115 using R4 = mp_similar<void, void, float>; // mp_false
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java28 import com.ibm.icu.impl.Row.R4;
494 …private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Inte… 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< 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()
645R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), te… in TestClientSupport()
659 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(index); in TestClientSupport()
660 … Iterator<R4<RawCollationKey, String, Integer, Double>> myBucketIterator = myBucket.iterator(); in TestClientSupport()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DAlphabeticIndexTest.java29 import ohos.global.icu.impl.Row.R4;
497 …private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Inte… 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< 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()
648R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), te… in TestClientSupport()
662 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(index); in TestClientSupport()
663 … Iterator<R4<RawCollationKey, String, Integer, Double>> myBucketIterator = myBucket.iterator(); in TestClientSupport()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRow.java37 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

123456789