HomeSort by relevance Sort by last modified time
    Searched refs:RS (Results 201 - 225 of 542) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 58 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
90 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
99 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS,
168 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
186 void setRangesSection(StringRef RS, uint32_t Base) {
187 RangeSection = RS;
  /external/curl/docs/cmdline-opts/
data-urlencode.d 14 .RS
proto.d 10 .RS
26 .RS
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 179 RegScavenger *RS,
182 assert(RS && "Register scavenging must be on");
183 unsigned Reg = RS->FindUnusedReg(RC);
185 Reg = RS->scavengeRegister(RC, II, SPAdj);
191 int SPAdj, RegScavenger *RS) const {
267 unsigned ScratchReg = findScratchRegister(II, RS, &BF::PRegClass, SPAdj);
282 unsigned ScratchReg = findScratchRegister(II, RS, &BF::DRegClass, SPAdj);
304 unsigned ScratchReg = findScratchRegister(II, RS, &BF::DRegClass, SPAdj);
  /frameworks/rs/tests/cpp_api/cppbasic-getpointer/
compute.cpp 15 sp<RS> rs = new RS(); local
16 printf("New RS %p\n", rs.get());
19 bool r = rs->init("/system/bin");
22 sp<const Element> e = Element::U32(rs);
25 Type::Builder tb(rs, e);
32 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
35 sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED)
    [all...]
  /frameworks/rs/tests/cpp_api/latency/
latency.cpp 51 sp<RS> rs = new RS(); local
57 if (!rs->init("/system/bin", flags)) {
62 sp<const Element> e = Element::U32(rs);
64 Type::Builder tb(rs, e);
70 sp<Allocation> ain = Allocation::createTyped(rs, t);
71 sp<Allocation> aout = Allocation::createTyped(rs, t);
73 sp<ScriptC_latency> sc = new ScriptC_latency(rs);
83 rs->finish()
    [all...]
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
KernelVariables.cpp 24 sp<RS> rs = new RS(); local
26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
28 auto e = Element::RGBA_8888(rs);
29 Type::Builder tb(rs, e);
34 auto a = Allocation::createTyped(rs, t);
35 auto b = Allocation::createTyped(rs, t);
37 sp<ScriptC_simple> s = new ScriptC_simple(rs);
40 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4)
    [all...]
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
jnikernelvariables.cpp 31 sp<RS> rs = new RS(); local
34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
37 auto e = Element::RGBA_8888(rs);
38 Type::Builder tb(rs, e);
43 auto a = Allocation::createTyped(rs, t);
44 auto b = Allocation::createTyped(rs, t);
46 sp<ScriptC_simple> s = new ScriptC_simple(rs);
49 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 94 static RefState getAllocatedOfSizeZero(const RefState *RS) {
95 return RefState(AllocatedOfSizeZero, RS->getStmt(),
96 RS->getAllocationFamily());
104 static RefState getEscaped(const RefState *RS) {
105 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
373 const Expr *DeallocExpr, const RefState *RS,
    [all...]
StackAddrEscapeChecker.cpp 35 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
119 void StackAddrEscapeChecker::checkPreStmt(const ReturnStmt *RS,
122 const Expr *RetE = RS->getRetValue();
  /external/deqp/executor/
xeXMLWriter.cpp 73 case 30: return "&lt;RS&gt;";
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 54 RS = 13;
62 n = ((ZWNJ?.RS)? (N.N?)?); # is_consonant_modifier
  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 62 RegScavenger *RS) const {
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 63 RegScavenger *RS) const override;
  /external/llvm/lib/Target/Lanai/
LanaiRegisterInfo.cpp 137 RegScavenger *RS) const {
171 assert(RS && "Register scavenging must be on");
172 unsigned Reg = RS->FindUnusedReg(&Lanai::GPRRegClass);
174 Reg = RS->scavengeRegister(&Lanai::GPRRegClass, II, SPAdj);
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 63 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 62 return "%rs";
93 RegScavenger *RS) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 182 RegScavenger *RS = NULL) const {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.h 60 RegScavenger *RS) const;
Thumb1RegisterInfo.h 65 int SPAdj, RegScavenger *RS = NULL) const;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.h 47 RegScavenger *RS = NULL) const;
X86RegisterInfo.h 118 int SPAdj, RegScavenger *RS = NULL) const;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreRegisterInfo.h 60 int SPAdj, RegScavenger *RS = NULL) const;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_single_source_alloc.java 17 package com.android.rs.unittest;
28 // Mimicking enum rs_data_type in frameworks/rs/script_api/include/rs_object_types.rsh
52 private void initializeGlobals(RenderScript RS, ScriptC_single_source_alloc s, int nDims) {
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_single_source_alloc.java 2 // frameworks/rs/tests/java_api/RSUnitTests/RSUnitTests.py
19 package com.android.rs.unittest;
30 // Mimicking enum rs_data_type in frameworks/rs/script_api/include/rs_object_types.rsh
54 private void initializeGlobals(RenderScript RS, ScriptC_single_source_alloc s, int nDims) {

Completed in 2216 milliseconds

1 2 3 4 5 6 7 891011>>