HomeSort by relevance Sort by last modified time
    Searched refs:Res (Results 126 - 150 of 274) sorted by null

1 2 3 4 56 7 8 91011

  /device/lge/hammerhead/bdAddrLoader/
addrloader.c 69 } Res;
125 Res res = FAIL; local
  /device/lge/mako/bdAddrLoader/
addrloader.c 73 }Res;
129 Res res = FAIL; local
  /device/moto/shamu/bdAddrLoader/
addrloader.c 69 } Res;
125 Res res = FAIL; local
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 164 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
247 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
263 Res.setOpcode(RelaxedOp);
264 Res.addOperand(MCOperand::CreateImm(0));
265 Res.addOperand(MCOperand::CreateImm(14));
266 Res.addOperand(MCOperand::CreateReg(0));
272 Res = Inst;
273 Res.setOpcode(RelaxedOp);
    [all...]
ARMMachObjectWriter.cpp 414 int64_t Res;
416 Res, Layout, Writer->getSectionAddressMap())) {
417 FixedValue = Res;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.cpp 163 SparcMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
165 return getSubExpr()->EvaluateAsRelocatable(Res, Layout);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 379 if (Instruction *Res = InstCombineLoadCast(*this, LI, DL))
380 return Res;
423 if (Instruction *Res = InstCombineLoadCast(*this, LI, DL))
424 return Res;
695 if (Instruction *Res = InstCombineStoreToCast(*this, SI))
696 return Res;
699 if (Instruction *Res = InstCombineStoreToCast(*this, SI))
700 return Res;
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 76 if(!mFd.open(Res::rotPath, O_RDWR)){
77 ALOGE("MdpRot failed to init %s", Res::rotPath);
overlayWriteback.cpp 80 if(!utils::openDev(mFd, fbNum, Res::fbPath, O_RDWR)) {
81 ALOGE("%s failed to init %s", __func__, Res::fbPath);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 76 if(!mFd.open(Res::rotPath, O_RDWR)){
77 ALOGE("MdpRot failed to init %s", Res::rotPath);
overlayWriteback.cpp 80 if(!utils::openDev(mFd, fbNum, Res::fbPath, O_RDWR)) {
81 ALOGE("%s failed to init %s", __func__, Res::fbPath);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 85 if(!mFd.open(Res::rotPath, O_RDWR)){
86 ALOGE("MdpRot failed to init %s", Res::rotPath);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdpRot.cpp 76 if(!mFd.open(Res::rotPath, O_RDWR)){
77 ALOGE("MdpRot failed to init %s", Res::rotPath);
  /external/clang/lib/Lex/
TokenLexer.cpp 197 Token Res;
199 Res = ActualArgs->getStringifiedArgument(ArgNo, PP,
204 Res = MacroArgs::StringifyArgument(ActualArgs->getUnexpArgument(ArgNo),
213 Res.setFlag(Token::LeadingSpace);
215 ResultToks.push_back(Res);
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 137 DeclGroupPtrTy Res =
139 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation());
268 ExprResult Res =
270 if (Res.isUsable())
271 VarList.push_back(Res.get());
Parser.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 162 const APInt *&Res;
163 apint_match(const APInt *&R) : Res(R) {}
167 Res = &CI->getValue();
174 Res = &CI->getValue();
183 inline apint_match m_APInt(const APInt *&Res) { return Res; }
230 const APInt *&Res;
231 api_pred_ty(const APInt *&R) : Res(R) {}
236 Res = &CI->getValue();
243 Res = &CI->getValue()
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 186 Value *&Res);
188 APInt &ConstOpnd, Value *&Res);
322 BinaryOperator *Res =
325 Res->takeName(Neg);
326 Neg->replaceAllUsesWith(Res);
327 Res->setDebugLoc(Neg->getDebugLoc());
328 return Res;
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 242 ArgType Res = A;
243 Res.Ptr = true;
244 return Res;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/clang/lib/Rewrite/Core/
RewriteRope.cpp 781 RopeRefCountString *Res =
783 Res->RefCount = 0;
784 memcpy(Res->Data, Start, End-Start);
785 return RopePiece(Res, 0, End-Start);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 154 bool EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 145 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {

Completed in 2272 milliseconds

1 2 3 4 56 7 8 91011