/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | memcpy.c | 14 #define RS << in memcpy() macro 17 #define RS >> in memcpy() macro [all...] |
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | memcpy.c | 19 #define RS << in __memcpy() macro 22 #define RS >> in __memcpy() macro [all...] |
/third_party/musl/porting/liteos_m/user/src/string/ |
H A D | memcpy.c | 15 #define RS << in memcpy() macro 18 #define RS >> in memcpy() macro [all...] |
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | memcpy.c | 15 #define RS << in memcpy() macro 18 #define RS >> in memcpy() macro [all...] |
/third_party/musl/src/string/ |
H A D | memcpy.c | 14 #define RS << in memcpy() macro 17 #define RS >> in memcpy() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 33 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource() local 44 auto RS = makeSampler<Value *>(Rand); in newSource() local 97 auto RS in connectToSink() local [all...] |
H A D | IRMutator.cpp | 39 auto RS = makeSampler<Function *>(IB.Rand); in mutate() local 61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() local 100 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation() local 154 auto RS = makeSampler<Instruction *>(IB.Rand); mutate() local 185 auto RS = makeSampler<Value *>(IB.Rand); mutate() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFCompileUnit() argument
|
H A D | DWARFTypeUnit.h | 27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFTypeUnit() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Instruction.cpp | 61 ReadState *RS = User.first; in onInstructionIssued() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.cpp | 38 ReplaceFrameIndex(MachineBasicBlock::iterator II, const ARCInstrInfo &TII, unsigned Reg, unsigned FrameReg, int Offset, int StackSize, int ObjSize, RegScavenger *RS, int SPAdj) ReplaceFrameIndex() argument
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 35 RS = 0x1e # ^^ variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DFAPacketizer.cpp | 90 const NfaPath &RS = NfaPaths.front(); in getUsedResources() local
|
H A D | ShrinkWrap.cpp | 327 updateSaveRestorePoints(MachineBasicBlock &MBB, RegScavenger *RS) updateSaveRestorePoints() argument [all...] |
H A D | BranchRelaxation.cpp | 84 std::unique_ptr<RegScavenger> RS; member in __anon23988::BranchRelaxation
|
H A D | RegAllocPBQP.cpp | 846 std::ostringstream RS; in runOnMachineFunction() local
|
H A D | RegisterScavenging.cpp | 624 static Register scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS, in scavengeVReg() argument 752 void llvm::scavengeFrameVirtualRegs(MachineFunction &MF, RegScavenger &RS) { in scavengeFrameVirtualRegs() argument 678 scavengeFrameVirtualRegsInBlock(MachineRegisterInfo &MRI, RegScavenger &RS, MachineBasicBlock &MBB) scavengeFrameVirtualRegsInBlock() argument 798 RegScavenger RS; global() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 291 bool RegisterFile::tryEliminateMove(WriteState &WS, ReadState &RS) { in tryEliminateMove() argument 356 void RegisterFile::collectWrites(const ReadState &RS, in collectWrites() argument [all...] |
H A D | ResourceManager.cpp | 105 getStrategyFor(const ResourceState &RS) { in getStrategyFor() argument 138 const ResourceState &RS = *Resources[Index]; in ResourceManager() local 197 ResourceState &RS = *Resources[RSID]; use() local 226 ResourceState &RS = *Resources[RSID]; release() local 256 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; reserveBuffers() local 274 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; releaseBuffers() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64SpeculationHardening.cpp | 288 RegScavenger RS; in instrumentControlFlow() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerSGPRSpills.cpp | 191 RegScavenger *RS = nullptr; in spillCalleeSavedRegs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 78 RegisterSet(const RegisterSet &RS) = default; member 167 const RegisterSet &RS; member [all...] |
H A D | HexagonGenInsert.cpp | 187 const RegisterSet &RS; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) addUnitsImpl() argument 171 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFUnit() argument
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx10.cpp | 196 ID3D10RasterizerState* RS; in ImGui_ImplDX10_RenderDrawData() member
|