Searched defs:Result (Results 51 - 75 of 342) sorted by relevance

1234567891011>>

/external/libnfc-nxp/src/
H A DphFriNfc_SmtCrdFmt.c255 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local
296 Result = phFriNfc_MfUL_Format( NdefSmtCrdFmt);
300 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
304 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
320 Result = phFriNfc_MfStd_Format( NdefSmtCrdFmt, ScrtKeyB);
322 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
331 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
349 Result = phFriNfc_Desfire_Format(NdefSmtCrdFmt);
351 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
360 Result
[all...]
/external/llvm/include/llvm/Analysis/
H A DLoopDependenceAnalysis.h58 DependenceResult Result; member in struct:llvm::LoopDependenceAnalysis::DependencePair
62 FastFoldingSetNode(ID), A(a), B(b), Result(Unknown), Subscripts() {}
/external/llvm/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h88 ExtAddrMode Result; local
92 MemoryInst, Result).MatchAddr(V, 0);
94 return Result;
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp81 debug_line_info Result; local
82 Result.vma = Address;
83 Result.lineno = Loc.getLine();
84 Result.filename = Filenames.getFilename(
86 DEBUG(dbgs() << "Mapping " << reinterpret_cast<void*>(Result.vma) << " to "
87 << Result.filename << ":" << Result.lineno << "\n");
88 return Result;
/external/llvm/lib/MC/MCDisassembler/
H A DEDInst.h41 int Result; member in struct:llvm::CachedResult
50 int result() { return Result; }
55 int setResult(int result) { Result = result; Valid = true; return result; }
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp46 OwningPtr<FileOutputBuffer> &Result,
122 Result.reset(new FileOutputBuffer(Start, Start+Size, FilePath, TempFilePath));
44 create(StringRef FilePath, size_t Size, OwningPtr<FileOutputBuffer> &Result, unsigned Flags) argument
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc22 UpdateManifest::Result::Result() {} function in class:UpdateManifest::Result
24 UpdateManifest::Result::~Result() {}
127 UpdateManifest::Result* result,
257 Result current;
/external/chromium/chrome/browser/
H A Dpossible_url_model.cc38 struct PossibleURLModel::Result { struct in class:PossibleURLModel
39 Result() : index(0) {} function in struct:PossibleURLModel::Result
42 // Index of this Result in results_. This is used as the key into
154 Result& result = results_[row];
/external/clang/include/clang/AST/
H A DMangle.h92 Result = BlockIds.insert(std::make_pair(BD, BlockIds.size())); local
93 return Result.first->second;
/external/clang/include/clang/Sema/
H A DIdentifierResolver.h140 iterator Result; local
141 Result.Ptr = P;
142 return Result;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp108 SVal Result = C.getSVal(Call.getOriginExpr()); local
109 const MemRegion *RetReg = Result.getAsRegion();
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h87 SourceLocation Result = Sources.translateFileLineCol( local
89 assert(Result.isValid());
90 return Result;
94 std::string Result; local
95 llvm::raw_string_ostream OS(Result);
98 return Result;
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp104 const std::pair<Record *, Record *> &Result local
106 if (!First && Result.first)
107 First = Result.first;
108 if (Result.second)
109 Last = Result.second;
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h259 void *Result; local
264 Result = 0;
267 Result = CurBufferPtr;
271 return Result;
/external/llvm/include/llvm/
H A DIntrinsics.h114 IITDescriptor Result = { K, { Field } }; local
115 return Result;
/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp44 DomSetType *Result = NULL; local
95 Result = &S;
110 return *Result;
H A DPHITransAddr.cpp410 GetElementPtrInst *Result = local
414 Result->setIsInBounds(GEP->isInBounds());
415 NewInsts.push_back(Result);
416 return Result;
H A DScalarEvolutionNormalization.cpp119 const SCEV *Result = SE.getAddRecExpr(Operands, L, SCEV::FlagAnyWrap); local
126 Result = SE.getMinusSCEV(Result, TransformedStep);
134 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
143 Result = SE.getMinusSCEV(Result, TransformedStep);
147 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
153 Result = cast<SCEVAddRecExpr>(Result)->getPostIncExpr(SE);
156 return Result;
203 const SCEV *Result = Transformed.lookup(S); local
[all...]
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp63 LineNumberInfo Result; local
65 Result.Offset = Address - StartAddress;
66 Result.LineNumber = Loc.getLine();
68 return Result;
76 iJIT_Method_Load Result; local
77 memset(&Result, 0, sizeof(iJIT_Method_Load));
79 Result.method_id = Wrapper.iJIT_GetNewMethodID();
80 Result.method_name = const_cast<char*>(FnName);
81 Result.method_load_address = reinterpret_cast<void*>(FnStart);
82 Result
[all...]
/external/llvm/lib/Linker/
H A DLinker.cpp99 Module *Result = 0; local
106 Result = ParseBitcodeFile(Buffer.get(), Context, &ParseErrorMessage);
108 if (Result)
109 return std::auto_ptr<Module>(Result);
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp184 StringRef Result(TokStart, CurPtr - TokStart);
187 if (Result.getAsInteger(10, Value)) {
191 if (Result.getAsInteger(10, UValue))
200 return AsmToken(AsmToken::Integer, Result, Value);
208 StringRef Result(TokStart, CurPtr - TokStart);
209 return AsmToken(AsmToken::Integer, Result, 0);
219 StringRef Result(TokStart, CurPtr - TokStart);
222 if (Result.substr(2).getAsInteger(2, Value))
229 return AsmToken(AsmToken::Integer, Result, Value);
242 unsigned long long Result; local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp156 StubLayout Result = {16, 4}; local
157 return Result;
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h168 unsigned Result = StackOffset; local
170 return Result;
/external/llvm/lib/VMCore/
H A DDebugLoc.cpp76 DebugLoc Result; local
79 if (Scope == 0) return Result;
84 Result.LineCol = Line | (Col << 24);
90 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeRecordIdxEntry(Scope, 0);
92 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeInlinedAtIdxEntry(Scope,
95 return Result;
/external/llvm/tools/bugpoint/
H A DBugDriver.cpp60 std::string Result; local
62 if (i) Result += " ";
63 Result += "-";
64 Result += Passes[i];
66 return Result;
88 Module *Result = ParseIRFile(Filename, Err, Ctxt); local
89 if (!Result)
94 if (Result) {
96 Triple TheTriple(Result->getTargetTriple());
104 Result
[all...]

Completed in 1654 milliseconds

1234567891011>>