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

1 2 3 4 5 67 8 91011

  /external/llvm/tools/macho-dump/
macho-dump.cpp 378 int Res = DumpLoadCommand(Obj, LCI);
380 return Res;
425 int Res = 0;
439 return Res;
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 122 static inline void AddHexToString(AString &res, Byte value)
124 res += GetHex((Byte)(value >> 4));
125 res += GetHex((Byte)(value & 0xF));
139 AString res;
146 res = ConvertUInt32ToString(size >> 10);
151 res = ConvertUInt32ToString(size);
154 return res + c;
296 HRESULT Res;
303 p->Res = p->OpenCallback->SetCompleted(NULL, &inSize);
304 return (SRes)p->Res;
335 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.s, &_startPosition, &openWrap.p, &g_Alloc); local
486 SRes res; local
596 SRes res = Xz_EncodeEmpty(&seqOutStream.p); local
669 SRes res = Xz_Encode(&seqOutStream.p, &seqInStream.p, &lzma2Props, False, &progressWrap.p); local
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 206 if(!utils::openDev(fbFd, 0, Res::fbPath, O_RDWR)) {
overlayMdp.cpp 45 Res::fbPath, O_RDWR)){
397 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 305 int Res = IntVal * (int)That.IntVal;
306 assert(!insaneIntVal(Res) && "Insane int value");
307 IntVal = Res;
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 600 size_t Res = countTrailingZeros(TypeSize / 8);
601 assert(Res < kNumberOfAccessSizes);
602 return Res;
1460 bool res = NumInstrumented > 0 || ChangedStack || !NoReturnCalls.empty(); local
    [all...]
  /external/llvm/include/llvm/ADT/
StringRef.h 149 if (int Res = compareMemory(Data, RHS.Data, min(Length, RHS.Length)))
150 return Res < 0 ? -1 : 1;
  /external/llvm/lib/AsmParser/
LLParser.cpp 201 BasicBlock *Res;
204 Res = PFS->GetBB(Refs[i].first.StrVal, Refs[i].first.Loc);
206 Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc);
211 Res = dyn_cast_or_null<BasicBlock>(
215 if (!Res)
220 BlockAddress *BA = BlockAddress::get(TheFn, Res);
    [all...]
  /external/llvm/lib/LineEditor/
LineEditor.cpp 301 char *Res = ::fgets(Buf, sizeof(Buf), Data->In);
302 if (!Res) {
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 181 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
183 if (Res != Result) return false;
EarlyCSE.cpp 233 unsigned Res = 0;
237 Res ^= getHash(Inst->getOperand(i)) << (i & 0xF);
241 return (Res << 1) ^ Inst->getOpcode();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 10 from Carbon import Res
171 self.h = Res.Resource('')
  /external/clang/lib/Sema/
DeclSpec.cpp 338 unsigned Res = 0;
341 Res |= PQ_StorageClassSpecifier;
344 Res |= PQ_TypeQualifier;
347 Res |= PQ_TypeSpecifier;
351 Res |= PQ_FunctionSpecifier;
352 return Res;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
SSAUpdater.cpp 81 Value *Res = GetValueAtEndOfBlockInternal(BB);
82 return Res;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c 604 // Access to estimated low-res table
842 cmsFloat32Number* Res = NULL;
852 Res = (cmsFloat32Number*) _cmsCalloc(ContextID, nResultingPoints, sizeof(cmsFloat32Number));
853 if (Res == NULL) goto Error;
860 Res[i] = cmsEvalToneCurveFloat(Yreversed, x);
864 out = cmsBuildTabulatedToneCurveFloat(ContextID, nResultingPoints, Res);
868 if (Res != NULL) _cmsFree(ContextID, Res);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 764 Value *Res = nullptr;
781 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
783 Res = Builder.CreateSIToFP(Src, DstTy, "conv");
785 Res = Builder.CreateUIToFP(Src, DstTy, "conv");
789 Res = Builder.CreateFPToSI(Src, DstTy, "conv");
791 Res = Builder.CreateFPToUI(Src, DstTy, "conv");
796 Res = Builder.CreateFPTrunc(Src, DstTy, "conv");
798 Res = Builder.CreateFPExt(Src, DstTy, "conv");
803 Res = Builder.CreateCall(CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_to_fp16), Res);
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 750 ExprResult Res(ParseExpression());
752 if (Res.isInvalid()) {
756 Exprs.push_back(Res.get());
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 790 const SCEV *Res = SE.getAddRecExpr(Operands, L, Expr->getNoWrapFlags());
793 return Res;
795 const SCEVAddRecExpr *Rec = (const SCEVAddRecExpr *) Res;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 151 int Res = Parser->Run(/*NoInitialTextSection*/ true,
154 if (Res && !HasDiagHandler)
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 744 SDValue Res = TLI.LowerOperation(SDValue(Node, 0), DAG);
745 if (Res.getNode())
746 ReplaceNode(SDValue(Node, 0), Res);
    [all...]
  /external/llvm/lib/Support/
MD5.cpp 281 raw_svector_ostream Res(Str);
283 Res << format("%.2x", result[i]);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 75 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
240 MCInst &Res) const {

Completed in 933 milliseconds

1 2 3 4 5 67 8 91011