HomeSort by relevance Sort by last modified time
    Searched refs:RetVal (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/libnfc-nxp/src/
phLibNfc_target.c 86 NFCSTATUS RetVal = NFCSTATUS_FAILED;
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 =phHal4Nfc_Receive(
    [all...]
phLibNfc_discovery.c 149 NFCSTATUS RetVal = NFCSTATUS_FAILED;
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=NFCSTATUS_BUSY;
    [all...]
phLibNfc_initiator.c 121 NFCSTATUS RetVal = NFCSTATUS_SUCCESS,
362 RetVal = phHal4Nfc_ConfigureDiscovery ( gpphLibContext->psHwReference,
368 if((RetVal!=NFCSTATUS_SUCCESS) &&(RetVal!=NFCSTATUS_PENDING))
397 NFCSTATUS RetVal = NFCSTATUS_SUCCESS;
405 RetVal= NFCSTATUS_INVALID_PARAMETER;
411 RetVal = NFCSTATUS_NOT_INITIALISED;
417 RetVal= NFCSTATUS_SHUTDOWN;
430 RetVal = phHal4Nfc_RegisterNotification(
437 RetVal = phHal4Nfc_RegisterNotification
    [all...]
phLibNfc_ndef_raw.c 125 NFCSTATUS RetVal = NFCSTATUS_FAILED;
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= NFCSTATUS_BUSY
    [all...]
phLibNfc.c 812 NFCSTATUS RetVal = NFCSTATUS_FAILED;
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;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 33 DefinedOrUnknownSVal RetVal) const;
44 SVal RetVal = C.getSVal(RetE);
49 if (RetVal.isUndef()) {
76 checkReference(C, RetE, RetVal.castAs<DefinedOrUnknownSVal>());
104 DefinedOrUnknownSVal RetVal) const {
106 std::tie(StNonNull, StNull) = C.getState()->assume(RetVal);
StreamChecker.cpp 215 DefinedSVal RetVal = svalBuilder.conjureSymbolVal(nullptr, CE, LCtx,
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.
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references-pr13207.cpp 170 struct RetVal { int hash; };
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/llvm/tools/lli/
RemoteTarget.cpp 58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) {
60 RetVal = fn();
RemoteTarget.h 92 /// @param[out] RetVal The integer return value of the called function.
97 int &RetVal);
RemoteTargetExternal.h 77 /// @param[out] RetVal The integer return value of the called function.
81 bool executeCode(uint64_t Address, int &RetVal) override;
RemoteTargetExternal.cpp 100 bool RemoteTargetExternal::executeCode(uint64_t Address, int32_t &RetVal) {
106 if (!Receive(LLI_ExecutionResult, RetVal)) {
110 DEBUG(dbgs() << "Message [exectue code] return: " << RetVal << "\n");
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 46 RetVal.Tree := Adaptor.ErrorNode(Input, RetVal.Start as IToken,
213 RetVal.Tree := Adaptor.RulePostProcessing(Root[0]) as I<ASTLabelType>;
215 Adaptor.SetTokenBoundaries(RetVal.Tree, RetVal.Start as IToken, RetVal.Stop as IToken);
ASTTreeParser.stg 65 RetVal.Tree := _First[0] as I<ASTLabelType>;
66 if (Adaptor.GetParent(RetVal.Tree) \<\> nil) and (Adaptor.IsNil(Adaptor.GetParent(RetVal.Tree))) then
67 RetVal.Tree := Adaptor.GetParent(RetVal.Tree) as I<ASTLabelType>;
302 RetVal.Tree := Adaptor.RulePostProcessing(Root[0]) as I<ASTLabelType>;
Delphi.stg 656 RetVal: I<returnType()>;<\n>
659 RetVal: <returnType()>;<\n>
723 RetVal := T<returnType()>.Create;
724 RetVal.Start := Input.LT(1);<\n>
805 RetVal
816 RetVal.Stop := Input.LT(-1);
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 59 int RetVal;
69 RetVal = writeFile(OutputFile);
72 return RetVal;
  /external/clang/lib/Analysis/
BodyFarm.cpp 81 ReturnStmt *makeReturn(const Expr *RetVal);
161 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) {
162 return new (C) ReturnStmt(SourceLocation(), const_cast<Expr*>(RetVal),
337 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal)
339 Stmts[1] = M.makeReturn(RetVal);
344 RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal)
346 Stmt *Else = M.makeReturn(RetVal);
  /external/llvm/lib/CodeGen/
Analysis.cpp 321 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal,
332 RetVal = getNoopInput(RetVal, RetIndices, BitsRequired, TLI);
336 if (isa<UndefValue>(RetVal))
348 if (CallVal != RetVal || CallIndices != RetIndices)
562 const Value *RetVal = Ret->getOperand(0), *CallVal = I;
566 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
601 if (!slotOnlyDiscardsData(RetVal, CallVal, TmpRetPath, TmpCallPath,
IfConversion.cpp 335 bool RetVal = false;
348 RetVal = IfConvertSimple(BBI, Kind);
349 DEBUG(dbgs() << (RetVal ? "succeeded!" : "failed!") << "\n");
350 if (RetVal) {
374 RetVal = IfConvertTriangle(BBI, Kind);
375 DEBUG(dbgs() << (RetVal ? "succeeded!" : "failed!") << "\n");
376 if (RetVal) {
392 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2);
393 DEBUG(dbgs() << (RetVal ? "succeeded!" : "failed!") << "\n");
394 if (RetVal) ++NumDiamonds
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 113 template <typename RetVal>
114 RetVal checkCallError (tcu::TestContext& testCtx, const char* call, RetVal returnValue, EGLint expectError)
133 template <typename RetVal>
134 void checkCallReturn (tcu::TestContext& testCtx, const char* call, RetVal returnValue, RetVal expectReturnValue, EGLint expectError)
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 235 PragmaOpenCLExtensionCallbacks::CallbackParameters RetVal = {
239 return RetVal;
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 347 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
353 if (RetVal == -1) {
368 outFile << "exit " << RetVal << '\n';
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 456 if (Value *RetVal = Body->Codegen()) {
458 Builder.CreateRet(RetVal);
  /external/llvm/tools/llc/
llc.cpp 211 if (int RetVal = compileModule(argv, Context))
212 return RetVal;

Completed in 545 milliseconds

1 2 3