Searched defs:RetVal (Results 1 - 25 of 30) sorted by relevance

12

/external/libnfc-nxp/src/
H A DphLibNfc_target.c86 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
91 RetVal = NFCSTATUS_NOT_INITIALISED;
95 RetVal = NFCSTATUS_DESELECTED;
101 RetVal= NFCSTATUS_INVALID_PARAMETER;
105 RetVal = NFCSTATUS_SHUTDOWN;
113 RetVal = NFCSTATUS_REJECTED;
117 RetVal= NFCSTATUS_INVALID_DEVICE;
123 RetVal = NFCSTATUS_BUSY;
132 RetVal = NFCSTATUS_PENDING;
138 RetVal
236 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
[all...]
H A DphLibNfc_discovery.c149 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
159 RetVal = NFCSTATUS_NOT_INITIALISED;
164 RetVal= NFCSTATUS_INVALID_PARAMETER;
169 RetVal= NFCSTATUS_SHUTDOWN;
180 RetVal = phHal4Nfc_ConfigureDiscovery ( gpphLibContext->psHwReference,
186 if(PHNFCSTATUS(RetVal) == NFCSTATUS_PENDING)
197 if (PHNFCSTATUS(RetVal) == NFCSTATUS_BUSY)
199 RetVal = NFCSTATUS_BUSY;
203 RetVal=NFCSTATUS_FAILED;
210 RetVal
225 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
[all...]
H A DphLibNfc.c812 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
817 RetVal = NFCSTATUS_NOT_INITIALISED;
823 RetVal= NFCSTATUS_INVALID_PARAMETER;
827 RetVal = NFCSTATUS_SHUTDOWN;
832 RetVal = NFCSTATUS_BUSY;
861 RetVal= phHal4Nfc_GetDeviceCapabilities(
892 if(NFCSTATUS_SUCCESS != RetVal)
894 RetVal = NFCSTATUS_FAILED;
897 return RetVal;
H A DphLibNfc_initiator.c121 NFCSTATUS RetVal = NFCSTATUS_SUCCESS, local
362 RetVal = phHal4Nfc_ConfigureDiscovery ( gpphLibContext->psHwReference,
368 if((RetVal!=NFCSTATUS_SUCCESS) &&(RetVal!=NFCSTATUS_PENDING))
397 NFCSTATUS RetVal = NFCSTATUS_SUCCESS; local
405 RetVal= NFCSTATUS_INVALID_PARAMETER;
411 RetVal = NFCSTATUS_NOT_INITIALISED;
417 RetVal= NFCSTATUS_SHUTDOWN;
430 RetVal = phHal4Nfc_RegisterNotification(
437 RetVal
455 NFCSTATUS RetVal = NFCSTATUS_SUCCESS; local
588 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
797 NFCSTATUS RetVal = NFCSTATUS_SUCCESS; local
966 NFCSTATUS RetVal = NFCSTATUS_SUCCESS; local
1237 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
[all...]
H A DphLibNfc_ndef_raw.c125 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
130 RetVal = NFCSTATUS_NOT_INITIALISED;
138 RetVal= NFCSTATUS_INVALID_PARAMETER;
142 RetVal = NFCSTATUS_SHUTDOWN;
146 RetVal=NFCSTATUS_TARGET_NOT_CONNECTED;
150 RetVal=NFCSTATUS_INVALID_HANDLE;
157 RetVal = NFCSTATUS_REJECTED;
162 RetVal = NFCSTATUS_NON_NDEF_COMPLIANT;
169 RetVal = NFCSTATUS_SUCCESS;
175 RetVal
378 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
752 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
1253 NFCSTATUS RetVal = NFCSTATUS_FAILED; local
1677 NFCSTATUS RetVal = NFCSTATUS_SUCCESS ; local
1886 NFCSTATUS RetVal =NFCSTATUS_SUCCESS; local
[all...]
/external/llvm/tools/lli/
H A DRemoteTarget.cpp58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { argument
60 RetVal = fn();
H A DRemoteTargetExternal.cpp100 bool RemoteTargetExternal::executeCode(uint64_t Address, int32_t &RetVal) { argument
106 if (!Receive(LLI_ExecutionResult, RetVal)) {
110 DEBUG(dbgs() << "Message [exectue code] return: " << RetVal << "\n");
/external/clang/lib/Analysis/
H A DBodyFarm.cpp79 ReturnStmt *makeReturn(const Expr *RetVal);
159 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { argument
160 return new (C) ReturnStmt(SourceLocation(), const_cast<Expr*>(RetVal),
333 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) local
335 Stmts[1] = M.makeReturn(RetVal);
340 RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal)
342 Stmt *Else = M.makeReturn(RetVal);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references-pr13207.cpp170 struct RetVal { int hash; }; struct in namespace:fn_space
172 RetVal fun_tmpl(const T &t) { return RetVal(); }
173 RetVal fun_normal(int t) { return RetVal(); }
181 template <typename T, RetVal (*F)(T)>
182 RetVal fun_tmpl_recurse(T t) {
184 return RetVal();
187 RetVal ident(int x) { return RetVal(); }
[all...]
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp233 PragmaOpenCLExtensionCallbacks::CallbackParameters RetVal = { local
237 return RetVal;
/external/compiler-rt/lib/profile/
H A DInstrProfilingFile.c43 int RetVal; local
53 RetVal = writeFile(OutputFile);
56 return RetVal;
/external/curl/docs/examples/
H A Dsynctime.c138 int i, RetVal; local
155 RetVal = sscanf ((char *)(ptr), "Date: %s %hu %s %hu %hu:%hu:%hu",
159 if(RetVal == 7) {
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp404 auto *RetVal = RI->getReturnValue(); local
405 if (!RetVal) break; // handle "ret void"
406 if (isa<Constant>(RetVal)) break; // nothing to do
407 if (auto *C = getConstantAt(RetVal, RI)) {
409 RI->replaceUsesOfWith(RetVal, C);
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp354 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, local
360 if (RetVal == -1) {
375 outFile << "exit " << RetVal << '\n'; local
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp215 DefinedSVal RetVal = svalBuilder.conjureSymbolVal(nullptr, CE, LCtx, local
218 state = state->BindExpr(CE, C.getLocationContext(), RetVal);
224 std::tie(stateNotNull, stateNull) = CM.assumeDual(state, RetVal);
226 if (SymbolRef Sym = RetVal.getAsSymbol()) {
227 // if RetVal is not NULL, set the symbol's state to Opened.
H A DMallocChecker.cpp1090 DefinedSVal RetVal = svalBuilder.getConjuredHeapSymbolVal(CE, LCtx, Count) local
1092 State = State->BindExpr(CE, C.getLocationContext(), RetVal);
1095 State = State->bindDefault(RetVal, Init);
1099 dyn_cast_or_null<SymbolicRegion>(RetVal.getAsRegion());
1433 SVal RetVal = C.getSVal(ParentExpr); local
1434 SymbolRef RetStatusSymbol = RetVal.getAsSymbol();
1945 SVal RetVal = State->getSVal(CE, LCtx); local
1946 SymbolRef ToPtr = RetVal.getAsSymbol();
2227 SVal RetVal = State->getSVal(E, C.getLocationContext()); local
2228 SymbolRef Sym = RetVal
[all...]
H A DRetainCountChecker.cpp3398 SVal RetVal = state->getSVal(CE->getArg(0), LCtx); local
3399 if (RetVal.isUnknown()) {
3402 RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, ResultTy, C.blockCount());
3404 state = state->BindExpr(CE, LCtx, RetVal, false);
3408 if (const MemRegion *ArgRegion = RetVal.getAsRegion()) {
3410 SymbolRef Sym = RetVal.getAsLocSymbol();
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp489 LLVMValueRef RetVal = LLVMBuildCall(Builder, MappedFn, nullptr, 0, ""); local
490 LLVMBuildRet(Builder, RetVal);
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp333 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal, argument
345 RetVal = getNoopInput(RetVal, RetIndices, BitsRequired, TLI, DL);
349 if (isa<UndefValue>(RetVal))
361 if (CallVal != RetVal || CallIndices != RetIndices)
575 const Value *RetVal = Ret->getOperand(0), *CallVal = I; local
579 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
612 if (!slotOnlyDiscardsData(RetVal, CallVal, TmpRetPath, TmpCallPath,
H A DIfConversion.cpp340 bool RetVal = false; local
353 RetVal = IfConvertSimple(BBI, Kind);
354 DEBUG(dbgs() << (RetVal ? "succeeded!" : "failed!") << "\n");
355 if (RetVal) {
379 RetVal = IfConvertTriangle(BBI, Kind);
380 DEBUG(dbgs() << (RetVal ? "succeeded!" : "failed!") << "\n");
381 if (RetVal) {
397 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2);
398 DEBUG(dbgs() << (RetVal ? "succeeded!" : "failed!") << "\n");
399 if (RetVal)
[all...]
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp991 Value *RetVal = UndefValue::get(RetTy); local
1004 RetVal = InsertValueInst::Create(RetVal, V, i, "oldret", InsertPt);
1008 Call->replaceAllUsesWith(RetVal);
1046 Value *RetVal; local
1049 RetVal = nullptr;
1059 RetVal = UndefValue::get(NRetTy);
1068 RetVal = InsertValueInst::Create(RetVal, EV, NewRetIdxs[i],
1073 RetVal
[all...]
H A DGlobalOpt.cpp2324 bool EvaluateFunction(Function *F, Constant *&RetVal,
2680 Constant *RetVal = nullptr; local
2683 if (!EvaluateFunction(Callee, RetVal, Formals)) {
2688 InstResult = RetVal;
2761 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, argument
2798 RetVal = getVal(RI->getOperand(0));
/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp261 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); local
364 Q_5->addIncoming(RetVal, SpecialCases);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp202 SVal RetVal = State->getSVal(S, Node->getLocationContext()); local
206 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
207 RetVal = State->getSVal(*LValue);
216 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2287 SDNode *RetVal = selectGather(Node, Opc); local
2288 if (RetVal)
2314 SDNode *RetVal = selectAtomicLoadArith(Node, NVT); local
2315 if (RetVal)
2316 return RetVal;

Completed in 774 milliseconds

12