Home
last modified time | relevance | path

Searched refs:tempCall (Results 1 – 3 of 3) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/carlosdp/twiliogo/
H A Dcall.go73 var tempCall *Call
88 tempCall = new(Call)
89 err = json.Unmarshal(res, tempCall)
92 call = tempCall
/dports/comms/klog/klog-1.8.5/src/
H A Delogclublog.cpp248 QString tempCall = _qso.at(16); in sendQSO() local
249 if (tempCall.length()<1) in sendQSO()
251 tempCall = stationCallsign; in sendQSO()
263 return sendDataParams(tempCall, params, true); in sendQSO()
538 QString tempCall = _qso.at(17); in deleteQSO() local
539 if (tempCall.length()<1) in deleteQSO()
541 tempCall = stationCallsign; in deleteQSO()
578 return sendDataParams(tempCall, params, false); in deleteQSO()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp790 … Value* tempCall = builder.CreateCall(pFunc, builder.getInt32(kernArg->getArgNo()), "kernArgCopy"); in runOnFunction() local
791 kernArg->replaceAllUsesWith(tempCall); in runOnFunction()
797 m_currShader->UpdateSymbolMap(tempCall, copiedArg); in runOnFunction()
799 m_currShader->SetDependency(tempCall, m_currShader->GetDependency(kernArg)); in runOnFunction()