HomeSort by relevance Sort by last modified time
    Searched defs:Result (Results 176 - 200 of 467) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libnfc-nxp/src/
phFriNfc_DesfireFormat.c 888 NFCSTATUS result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local
900 result = phFriNfc_Desf_HSendTransCmd(NdefSmtCrdFmt);
902 return (result);
908 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
921 Result = phFriNfc_Desf_HSendTransCmd(NdefSmtCrdFmt);
923 return (Result);
995 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1078 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1184 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1204 NFCSTATUS result = NFCSTATUS_SUCCESS; local
1223 NFCSTATUS result = NFCSTATUS_SUCCESS; local
    [all...]
phFriNfc_DesfireMap.c 452 NFCSTATUS Result = NFCSTATUS_PENDING;
498 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_EOF_NDEF_CONTAINER_REACHED);
503 phFriNfc_Desfire_HCrHandler(NdefMap,Result);
557 Result = phFriNfc_Desfire_ReadBinary( NdefMap );
559 if ( (Result & PHNFCSTBLOWER) != (NFCSTATUS_PENDING & PHNFCSTBLOWER) )
562 phFriNfc_Desfire_HCrHandler(NdefMap,Result);
569 Result = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
572 phFriNfc_Desfire_HCrHandler(NdefMap,Result);
580 Result = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
593 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP
    [all...]
phFriNfc_MifStdFormat.c 220 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
241 Result = phFriNfc_MfStd_H_WrRdAuth(NdefSmtCrdFmt);
243 return Result;
520 NFCSTATUS Result = NFCSTATUS_SUCCESS;
534 Result = phFriNfc_OvrHal_Transceive( NdefSmtCrdFmt->LowerDevice,
543 return Result;
549 NFCSTATUS Result = Status;
557 Result = phFriNfc_OvrHal_Reconnect( NdefSmtCrdFmt->LowerDevice,
562 Result = phFriNfc_OvrHal_Disconnect( NdefSmtCrdFmt->LowerDevice,
567 return Result;
    [all...]
phFriNfc_TopazMap.c 260 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
290 Result = phFriNfc_Tpz_H_RdBytes(NdefMap, NdefMap->TopazContainer.CurrentBlock,
293 return Result;
302 NFCSTATUS result = NFCSTATUS_SUCCESS; local
304 result = phFriNfc_Tpz_H_WrAByte (NdefMap, CC_BLOCK_NUMBER,
307 if (NFCSTATUS_PENDING == PHNFCSTATUS(result))
311 return result;
329 NFCSTATUS Result = NFCSTATUS_SUCCESS;
383 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
390 Result = ((Offset == PH_FRINFC_NDEFMAP_SEEK_BEGIN)
851 NFCSTATUS result = NFCSTATUS_SUCCESS; local
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 241 LLVMGenericValueRef Result, *GVArgs;
249 Result = LLVMRunFunction(EE, F, NumArgs, GVArgs);
252 return alloc_generic_value(Result);
273 int I, NumArgs, NumEnv, EnvSize, Result;
311 Result = LLVMRunFunctionAsMain(EE, F, NumArgs, CArgs, CEnv);
317 CAMLreturn(Val_int(Result));
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 200 ExprAST *Result = new NumberExprAST(NumVal);
202 return Result;
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 40 isResult, // Relocation has be transformed into its result pointer.
58 void *Result; // If this has been resolved to a resolved pointer
87 MachineRelocation Result;
88 Result.Offset = offset;
89 Result.ConstantVal = cst;
90 Result.TargetReloType = RelocationType;
91 Result.AddrType = isGV;
92 Result.MayNeedFarStub = MayNeedFarStub;
93 Result.GOTRelative = GOTrelative;
94 Result.TargetResolve = false
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 129 uint32_t Result;
133 Result = *(const uint32_t *)(Str.data());
134 return Result;
140 uint64_t Result = Lo | (Hi << 32);
141 return Result;
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 104 AliasAnalysis::AliasResult Result =
108 if (Result != AliasAnalysis::MustAlias)
112 assert(Result != AliasAnalysis::NoAlias && "Cannot be part of must set!");
  /external/llvm/lib/AsmParser/
LLLexer.cpp 46 uint64_t Result = 0;
48 uint64_t OldRes = Result;
49 Result *= 10;
50 Result += *Buffer-'0';
51 if (Result < OldRes) { // Uh, oh, overflow detected!!!
56 return Result;
60 uint64_t Result = 0;
62 uint64_t OldRes = Result;
63 Result *= 16;
64 Result += hexDigitValue(*Buffer)
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 274 GenericValue *Result = new GenericValue();
275 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec);
276 return wrap(Result);
403 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); local
404 assert((result || !errMsgCString) &&
411 return result;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 75 LineNumberInfo Result;
77 Result.Offset = Address - StartAddress;
78 Result.LineNumber = Loc.getLine();
80 return Result;
86 LineNumberInfo Result;
88 Result.Offset = Address - StartAddress;
89 Result.LineNumber = Line.getLine();
91 return Result;
99 iJIT_Method_Load Result;
100 memset(&Result, 0, sizeof(iJIT_Method_Load))
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 183 const DataLayout *TD, GenericValue &Result) {
229 case 8: Result.IntVal = APInt(8 , *(int8_t *) ret.data()); break;
230 case 16: Result.IntVal = APInt(16, *(int16_t*) ret.data()); break;
231 case 32: Result.IntVal = APInt(32, *(int32_t*) ret.data()); break;
232 case 64: Result.IntVal = APInt(64, *(int64_t*) ret.data()); break;
235 case Type::FloatTyID: Result.FloatVal = *(float *) ret.data(); break;
236 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break;
237 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break;
278 GenericValue Result;
279 if (RawFn != 0 && ffiInvoke(RawFn, F, ArgVals, getDataLayout(), Result))
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 149 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
151 return Result;
264 MCSectionELF *Result = new (*this) MCSectionELF(Entry.getKey(), Type, Flags,
266 Entry.setValue(Result);
267 return Result;
271 MCSectionELF *Result =
274 return Result;
289 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(),
293 Entry.setValue(Result);
294 return Result;
    [all...]
MCExpr.cpp 525 /// \brief Evaluate the result of an add between (conceptually) two MCValues.
528 /// Result = (Result_A - Result_B + Result_Cst)
530 /// Result = LHS + RHS
532 /// Result = (LHS_A - LHS_B + LHS_Cst) + (RHS_A - RHS_B + RHS_Cst).
534 /// This routine attempts to aggresively fold the operands such that the result
537 /// \returns True on success, false if the result is not representable in an
557 // Fold the result constant immediately.
567 // Result = (LHS_A - LHS_B + LHS_Cst) + (RHS_A - RHS_B + RHS_Cst).
710 // width, and gas defines the result of comparisons and right shifts
713 int64_t Result = 0
    [all...]
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 339 bool Result;
346 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData);
354 return Info.Result;
Timer.cpp 69 raw_ostream *Result =
72 return Result;
76 delete Result;
130 TimeRecord Result;
134 Result.MemUsed = getMemUsage();
138 Result.MemUsed = getMemUsage();
141 Result.WallTime = now.seconds() + now.microseconds() / 1000000.0;
142 Result.UserTime = user.seconds() + user.microseconds() / 1000000.0;
143 Result.SystemTime = sys.seconds() + sys.microseconds() / 1000000.0;
144 return Result;
    [all...]
Triple.cpp 514 unsigned Result = 0;
518 Result = Result*10 + (Str[0] - '0');
524 return Result;
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 276 DecodeStatus Result = readInstruction32(Region, Address, Size,
278 if (Result == MCDisassembler::Fail)
282 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
284 if (Result != MCDisassembler::Fail) {
286 return Result;
301 DecodeStatus Result = readInstruction32(Region, Address, Size,
303 if (Result == MCDisassembler::Fail)
307 Result = decodeInstruction(DecoderTableMips6432, instr, Insn, Address,
309 if (Result != MCDisassembler::Fail) {
311 return Result;
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 202 // Operand is a result from an ADD.
282 SDNode *Result = CurDAG->SelectNodeTo(Node, MOp, VT, MVT::Glue, LHS,
284 return std::make_pair(true, Result);
305 SDNode *Result = selectMULT(Node, MultOpc, DL, NodeTy, false, true).second;
306 return std::make_pair(true, Result);
MipsSEISelDAGToDAG.cpp 279 // Operand is a result from an ADD.
325 SDNode *Result;
332 Result = selectAddESubE(Mips::SUBu, InFlag, InFlag.getOperand(0), DL, Node);
333 return std::make_pair(true, Result);
340 Result = selectAddESubE(Mips::ADDu, InFlag, InFlag.getValue(0), DL, Node);
341 return std::make_pair(true, Result);
350 Result = CurDAG->getMachineNode(Mips::DMTC1, DL, MVT::f64, Zero);
354 Result = CurDAG->getMachineNode(Mips::BuildPairF64, DL, MVT::f64, Zero,
358 return std::make_pair(true, Result);
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 70 DenseMap<unsigned, unsigned> Result;
73 return Result;
89 Result[Dst] = AMDGPU::PS;
94 Result[Dst] = AMDGPU::PV_X;
117 Result[Dst] = PVReg;
119 return Result;
302 // Here, Insn 1 will result in the dependence graph not emitting an output
SIInsertWaits.cpp 126 Counters Result;
128 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
131 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
144 Result.Named.LGKM = Size > 4 ? 2 : 1;
147 Result.Named.LGKM = 0;
150 return Result;
192 RegInterval Result;
193 Result.first = TRI->getEncodingValue(Reg);
194 Result.second = Result.first + Size / 4
    [all...]
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 467 StubLayout Result = {14, 4};
468 return Result;
482 void *Result = (void*)JCE.getCurrentPCValue();
496 return Result;
517 return Result;
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,
765 if (Result != Fail) {
767 return Result;
777 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
778 if (Result != Fail) {
780 return Result;

Completed in 1148 milliseconds

1 2 3 4 5 6 78 91011>>