HomeSort by relevance Sort by last modified time
    Searched defs:RS (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.h 48 RegScavenger *RS;
BranchFolding.h 93 RegScavenger *RS;
TailDuplication.cpp 68 std::unique_ptr<RegScavenger> RS;
145 RS.reset();
147 RS.reset(new RegScavenger());
796 if (RS && !TailBB->livein_empty()) {
798 RS->enterBasicBlock(PredBB);
800 RS->forward(std::prev(PredBB->end()));
802 RS->getRegsUsed(RegsLiveAtExit, false);
    [all...]
  /frameworks/rs/cpp/
RenderScript.cpp 38 bool RS::gInitialized = false;
39 bool RS::usingNative = false;
40 pthread_mutex_t RS::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
41 dispatchTable* RS::dispatch = NULL;
44 RS::RS() {
57 RS::~RS() {
62 RS::dispatch->ContextDeinitToClient(mContext);
67 RS::dispatch->ContextDestroy(mContext)
540 RS *rs = static_cast<RS *>(vrsc); local
    [all...]
rsCppStructs.h 29 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
40 class RS;
86 class RS : public android::RSC::LightRefBase<RS> {
89 RS();
90 virtual ~RS();
269 RS* mRS;
272 BaseObj(void *id, sp<RS> rs);
319 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 204 Selector RS = Ctx.Selectors.getSelector(0, &RII);
234 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
MallocChecker.cpp 93 static RefState getEscaped(const RefState *RS) {
94 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
332 const Expr *DeallocExpr, const RefState *RS,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 97 const ReturnStmt *RS = cast<ReturnStmt>(S);
98 if (const Expr *RE = RS->getRetValue())
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 67 RegScavenger &RS);
121 RegScavenger RS;
127 RS.enterBasicBlock(MBB);
134 RS.forward(MII);
141 convertLoopInstr(MF, MII, RS);
162 RegScavenger &RS) {
166 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 60 #define RS 0x04 // RS pin
63 #define SET_RS lcdPins |= RS
64 #define CLR_RS lcdPins &= ~RS
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 21 RS,
49 * \brief RS StringHash funciton
52 struct StringHash<RS> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /external/guava/guava/src/com/google/common/base/
Ascii.java 335 * relationship shall be: FS is the most inclusive, then GS, then RS,
355 public static final byte RS = 30;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 35 RS = 0x1e # ^^
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 35 RS = 0x1e # ^^
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /external/llvm/include/llvm/CodeGen/PBQP/
RegAllocSolver.h 89 NodeMetadata() : RS(Unprocessed), DeniedOpts(0), OptUnsafeEdges(nullptr){}
97 ReductionState getReductionState() const { return RS; }
98 void setReductionState(ReductionState RS) { this->RS = RS; }
123 ReductionState RS;
  /ndk/sources/host-tools/nawk-20071023/
tran.c 40 char **RS; /* initial record sep */
79 RS = &setsymtab("RS", "\n", 0.0, STR|DONTFREE, symtab)->sval;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 79 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext");
195 RenderScript RS = getRenderScriptContext();
198 mFiltersOnlyOriginalAllocation = Allocation.createFromBitmap(RS, originalBitmap,
206 mOriginalAllocation = Allocation.createFromBitmap(RS, mResizedOriginalBitmap,
445 RenderScript RS = getRenderScriptContext();
454 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer,
456 mInPixelsAllocation = Allocation.createTyped(RS,
460 if (RS != null) {
  /external/aac/libAACenc/src/
metadata_compressor.cpp 121 RS = 5,
176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
531 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
539 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
548 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rs */
558 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rrear */
560 drcComp->channelIdx[RS2] = channelMapping.elInfo[2].ChannelIndex[1]; /* rs */
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 679 const ReturnStmt *RS = *I;
680 const Expr *RetE = RS->getRetValue();
688 Diag(RS->getLocStart(),
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 567 const ConstantStruct *RS = cast<ConstantStruct>(R);
574 cast<Constant>(RS->getOperand(i))))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 73 RegScavenger *RS;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
39 class RS;
85 class RS : public android::RSC::LightRefBase<RS> {
88 RS();
89 virtual ~RS();
268 RS* mRS;
271 BaseObj(void *id, sp<RS> rs);
318 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
39 class RS;
85 class RS : public android::RSC::LightRefBase<RS> {
88 RS();
89 virtual ~RS();
268 RS* mRS;
271 BaseObj(void *id, sp<RS> rs);
318 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
39 class RS;
85 class RS : public android::RSC::LightRefBase<RS> {
88 RS();
89 virtual ~RS();
268 RS* mRS;
271 BaseObj(void *id, sp<RS> rs);
318 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 974 RS(new String[]{
    [all...]

Completed in 1005 milliseconds

1 2 3