Home
last modified time | relevance | path

Searched refs:pFunc (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/3rdparty/libqpro/qpro/
H A Dformula.h78 pThis.floatFuncReal(pFunc); in floatFunc()
84 pThis.absKludgeReal(pFunc); in absKludge()
88 pThis.func0Real(pFunc); in func0()
92 pThis.func1Real(pFunc); in func1()
96 pThis.func2Real(pFunc); in func2()
100 pThis.func3Real(pFunc); in func3()
104 pThis.func4Real(pFunc); in func4()
108 pThis.funcVReal(pFunc); in funcV()
112 pThis.intFuncReal(pFunc); in intFunc()
118 pThis.refReal(pFunc); in ref()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/bdc/
H A DbdcTable.c65 Bdc_Fun_t * pFunc; in Bdc_TableLookup() local
76 for ( pFunc = p->pTable[pIsf->uSupp]; pFunc; pFunc = pFunc->pNext ) in Bdc_TableLookup()
77 if ( Bdc_TableCheckContainment( p, pIsf, pFunc->puFunc ) ) in Bdc_TableLookup()
78 return pFunc; in Bdc_TableLookup()
80 for ( pFunc = p->pTable[pIsf->uSupp]; pFunc; pFunc = pFunc->pNext ) in Bdc_TableLookup()
84 return Bdc_Not(pFunc); in Bdc_TableLookup()
101 void Bdc_TableAdd( Bdc_Man_t * p, Bdc_Fun_t * pFunc ) in Bdc_TableAdd() argument
103 if ( p->pTable[pFunc->uSupp] == NULL ) in Bdc_TableAdd()
104 Vec_IntPush( p->vSpots, pFunc->uSupp ); in Bdc_TableAdd()
105 pFunc->pNext = p->pTable[pFunc->uSupp]; in Bdc_TableAdd()
[all …]
H A DbdcDec.c623 Bdc_Fun_t * pFunc; in Bdc_ManCreateGate() local
625 if ( pFunc == NULL ) in Bdc_ManCreateGate()
627 pFunc->Type = Type; in Bdc_ManCreateGate()
651 pFunc->pFan0 = Bdc_Not(pFunc->pFan0); in Bdc_ManCreateGate()
652 pFunc->pFan1 = Bdc_Not(pFunc->pFan1); in Bdc_ManCreateGate()
653 Kit_TruthNot( pFunc->puFunc, pFunc->puFunc, p->nVars ); in Bdc_ManCreateGate()
654 pFunc = Bdc_Not(pFunc); in Bdc_ManCreateGate()
661 return pFunc; in Bdc_ManCreateGate()
697 if ( pFunc ) in Bdc_ManDecompose_rec()
698 return pFunc; in Bdc_ManDecompose_rec()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMPacketize/
H A Dgen_builder_intrin.hpp54 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in VSQRTPS()
60 return CALL(pFunc, std::initializer_list<Value*>{}, name); in STACKSAVE()
66 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in STACKRESTORE()
88 return CALL(pFunc, std::initializer_list<Value*>{}, name); in DEBUGTRAP()
96 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in POPCNT()
104 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in LOG2()
112 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in FABS()
120 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in EXP2()
128 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in COS()
136 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in SIN()
[all …]
H A Dgen_builder_meta.hpp78 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in VRCPPS()
108 return CALL(pFunc, std::initializer_list<Value*>{a, b}, name); in VPSHUFB()
118 return CALL(pFunc, std::initializer_list<Value*>{a, idx}, name); in VPERMD()
137 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in VCVTPD2PS()
146 return CALL(pFunc, std::initializer_list<Value*>{a}, name); in VCVTPH2PS()
166 return CALL(pFunc, std::initializer_list<Value*>{a, b}, name); in VHSUBPS()
176 return CALL(pFunc, std::initializer_list<Value*>{a, b}, name); in VPTESTC()
186 return CALL(pFunc, std::initializer_list<Value*>{a, b}, name); in VPTESTZ()
207 return CALL(pFunc, std::initializer_list<Value*>{a, b}, name); in VPHADDD()
217 return CALL(pFunc, std::initializer_list<Value*>{a, b}, name); in PDEP32()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/dec/
H A DdecAbc.c81 Abc_Obj_t * pFunc; in Dec_SopToAig() local
88 pFunc = Dec_GraphToNetwork( pNtk, pFForm ); in Dec_SopToAig()
90 return pFunc; in Dec_SopToAig()
106 Abc_Obj_t * pFunc; in Dec_GraphToAig() local
112 return pFunc; in Dec_GraphToAig()
147 pNode->pFunc = pAnd; in Dec_GraphToNetworkNoStrash()
187 pAnd0 = (Abc_Obj_t *)pNode0->pFunc; in Dec_GraphToNetworkCount()
188 pAnd1 = (Abc_Obj_t *)pNode1->pFunc; in Dec_GraphToNetworkCount()
222 pNode->pFunc = pAnd; in Dec_GraphToNetworkCount()
303 Hop_Obj_t * pFunc; in Dec_GraphFactorSop() local
[all …]
H A DdecUtil.c69 pNode->pFunc = Cudd_bddIthVar( dd, i ); in Dec_GraphDeriveBdd()
74 … bFunc0 = Cudd_NotCond( Dec_GraphNode(pGraph, pNode->eEdge0.Node)->pFunc, pNode->eEdge0.fCompl ); in Dec_GraphDeriveBdd()
75 … bFunc1 = Cudd_NotCond( Dec_GraphNode(pGraph, pNode->eEdge1.Node)->pFunc, pNode->eEdge1.fCompl ); in Dec_GraphDeriveBdd()
76 pNode->pFunc = Cudd_bddAnd( dd, bFunc0, bFunc1 ); Cudd_Ref( (DdNode *)pNode->pFunc ); in Dec_GraphDeriveBdd()
80 bFunc = (DdNode *)pNode->pFunc; Cudd_Ref( bFunc ); in Dec_GraphDeriveBdd()
82 Cudd_RecursiveDeref( dd, (DdNode *)pNode->pFunc ); in Dec_GraphDeriveBdd()
124 pNode->pFunc = (void *)(ABC_PTRUINT_T)uTruths[i]; in Dec_GraphDeriveTruth()
129 uTruth0 = (unsigned)(ABC_PTRUINT_T)Dec_GraphNode(pGraph, pNode->eEdge0.Node)->pFunc; in Dec_GraphDeriveTruth()
130 uTruth1 = (unsigned)(ABC_PTRUINT_T)Dec_GraphNode(pGraph, pNode->eEdge1.Node)->pFunc; in Dec_GraphDeriveTruth()
134 pNode->pFunc = (void *)(ABC_PTRUINT_T)uTruth; in Dec_GraphDeriveTruth()
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dw32svrapi.c99 FARPROC pFunc; in HasServiceControlManager() local
112 if (pFunc == NULL) in HasServiceControlManager()
190 if (pFunc == NULL) in w32_open_sc_manager()
229 if (pFunc == NULL) in w32_close_service_handle()
273 if (pFunc == NULL) in w32_open_service()
324 if (pFunc == NULL) in w32_create_service()
375 if (pFunc == NULL) in w32_delete_service()
417 if (pFunc == NULL) in w32_query_service_config()
455 if (pFunc == NULL) in w32_start_service_ctrl_dispatcher()
495 if (pFunc == NULL) in w32_register_service_ctrl_handler()
[all …]
/dports/www/elinks/elinks-0.11.7/src/scripting/python/
H A Dhooks.c29 PyObject *pFunc = PyDict_GetItemString(pDict, "goto_url_hook"); in do_script_hook_goto_url() local
31 if (pFunc && PyCallable_Check(pFunc)) { in do_script_hook_goto_url()
40 pValue = PyObject_CallFunction(pFunc, "s", str); in do_script_hook_goto_url()
76 if (pFunc && PyCallable_Check(pFunc)) { in do_script_hook_follow_url()
77 PyObject *pValue = PyObject_CallFunction(pFunc, "s", *url); in do_script_hook_follow_url()
113 if (pFunc && PyCallable_Check(pFunc)) { in do_script_hook_pre_format_html()
114 PyObject *pValue = PyObject_CallFunction(pFunc, "ss#", url, in do_script_hook_pre_format_html()
156 if (pFunc && PyCallable_Check(pFunc)) { in do_script_hook_get_proxy()
157 PyObject *pValue = PyObject_CallFunction(pFunc, "s", url); in do_script_hook_get_proxy()
194 if (pFunc && PyCallable_Check(pFunc)) { in do_script_hook_quit()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/PrivateMemory/
H A DPrivateMemoryBufferAnalysis.hpp64 unsigned int getBufferOffset(llvm::Function* pFunc, llvm::AllocaInst* pAI) in getBufferOffset() argument
66 … IGC_ASSERT_MESSAGE(m_privateInfoMap.count(pFunc), "Function should have private buffer info"); in getBufferOffset()
68 return m_privateInfoMap[pFunc].m_bufferOffsets[pAI]; in getBufferOffset()
75 unsigned int getBufferSize(llvm::Function* pFunc, llvm::AllocaInst* pAI) in getBufferSize() argument
77 … IGC_ASSERT_MESSAGE(m_privateInfoMap.count(pFunc), "Function should have private buffer info"); in getBufferSize()
79 return m_privateInfoMap[pFunc].m_bufferSizes[pAI]; in getBufferSize()
85 std::vector<llvm::AllocaInst*>& getAllocaInsts(llvm::Function* pFunc) in getAllocaInsts() argument
87 … IGC_ASSERT_MESSAGE(m_privateInfoMap.count(pFunc), "Function should have private buffer info"); in getAllocaInsts()
88 return m_privateInfoMap[pFunc].m_allocaInsts; in getAllocaInsts()
94 unsigned int getTotalPrivateMemPerWI(llvm::Function* pFunc) in getTotalPrivateMemPerWI() argument
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/windows/
H A Dmain.cpp741 if (pFunc) { in MFXJoinSession()
912 if (pFunc) { in MFXMemory_GetSurfaceForVPP()
930 if (pFunc) { in MFXMemory_GetSurfaceForVPPOut()
948 if (pFunc) { in MFXMemory_GetSurfaceForEncode()
966 if (pFunc) { in MFXMemory_GetSurfaceForDecode()
987 if (pFunc) { in MFXVideoDECODE_VPP_Init()
1011 if (pFunc) { in MFXVideoDECODE_VPP_DecodeFrameAsync()
1034 if (pFunc) { in MFXVideoDECODE_VPP_Reset()
1056 if (pFunc) { in MFXVideoDECODE_VPP_GetChannelParam()
1077 if (pFunc) { in MFXVideoDECODE_VPP_Close()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorCommon/
H A DLegalizeFunctionSignatures.cpp234 Function* pFunc = &FI; in FixFunctionSignatures() local
242 if (pFunc->isDeclaration() && !pFunc->hasFnAttribute("referenced-indirectly")) in FixFunctionSignatures()
255 auto ei = pFunc->arg_end(); in FixFunctionSignatures()
298 pFunc->getReturnType(); in FixFunctionSignatures()
300 …Function* pNewFunc = Function::Create(signature, pFunc->getLinkage(), pFunc->getName(), pFunc->get… in FixFunctionSignatures()
301 pNewFunc->takeName(pFunc); in FixFunctionSignatures()
326 if (!pFunc->isDeclaration()) in FixFunctionBody()
429 pFunc->dropAllReferences(); in FixFunctionBody()
430 pFunc->removeFromParent(); in FixFunctionBody()
441 Function* pFunc = it.first; in FixFunctionUsers() local
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/
H A DCardConnection.h122 return call(command, pReceiver, pFunc); in callDidAuthenticateEAC1Command()
134 return call(command, pReceiver, pFunc); in callDidAuthenticateEAC2Command()
139 …ion callUnblockPinCommand(const typename QtPrivate::FunctionPointer<T>::Object* pReceiver, T pFunc, in callUnblockPinCommand() argument
143 return call(command, pReceiver, pFunc); in callUnblockPinCommand()
170 return call(command, pReceiver, pFunc);
175 …tion callSetEidPinCommand(const typename QtPrivate::FunctionPointer<T>::Object* pReceiver, T pFunc,
180 return call(command, pReceiver, pFunc);
188 return call(command, pReceiver, pFunc); in callDestroyPaceChannelCommand()
193 …ction callTransmitCommand(const typename QtPrivate::FunctionPointer<T>::Object* pReceiver, T pFunc,
197 return call(command, pReceiver, pFunc);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/encoder/core/src/
H A Ddeblocking.cpp650pFunc->pfDeblocking.pfDeblockingBSCalc (pFunc, pCurMb, uiBS, uiCurMbType, iMbStride, iLeftFlag, iT… in DeblockingMbAvcbase()
794 pFunc->pfLumaDeblockingLT4Ver = DeblockLumaLt4V_c; in DeblockingInit()
795 pFunc->pfLumaDeblockingEQ4Ver = DeblockLumaEq4V_c; in DeblockingInit()
796 pFunc->pfLumaDeblockingLT4Hor = DeblockLumaLt4H_c; in DeblockingInit()
797 pFunc->pfLumaDeblockingEQ4Hor = DeblockLumaEq4H_c; in DeblockingInit()
799 pFunc->pfChromaDeblockingLT4Ver = DeblockChromaLt4V_c; in DeblockingInit()
800 pFunc->pfChromaDeblockingEQ4Ver = DeblockChromaEq4V_c; in DeblockingInit()
801 pFunc->pfChromaDeblockingLT4Hor = DeblockChromaLt4H_c; in DeblockingInit()
802 pFunc->pfChromaDeblockingEQ4Hor = DeblockChromaEq4H_c; in DeblockingInit()
804 pFunc->pfDeblockingBSCalc = DeblockingBSCalc_c; in DeblockingInit()
[all …]
H A Dsvc_base_layer_md.cpp1016 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, pMe16x16, pSlice); in WelsMdP16x16()
1046 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe16x8, pSlice); in WelsMdP16x8()
1074 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, sMe8x16, pSlice); in WelsMdP8x16()
1112 pFunc->pfMotionSearch[pWelsMd->iBlock8x8StaticIdc[i]] (pFunc, pCurDqLayer, sMe8x8, pSlice); in WelsMdP8x8()
1152 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x4, pSlice); in WelsMdP4x4()
1191 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe8x4, pSlice); in WelsMdP8x4()
1231 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x8, pSlice); in WelsMdP4x8()
1389 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdBackgroundMbEnc()
1491 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdPSkipEnc()
1575 SWelsFuncPtrList* pFunc = pEncCtx->pFuncList; in WelsMdInterMbRefinement() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/encoder/core/src/
H A Ddeblocking.cpp650pFunc->pfDeblocking.pfDeblockingBSCalc (pFunc, pCurMb, uiBS, uiCurMbType, iMbStride, iLeftFlag, iT… in DeblockingMbAvcbase()
794 pFunc->pfLumaDeblockingLT4Ver = DeblockLumaLt4V_c; in DeblockingInit()
795 pFunc->pfLumaDeblockingEQ4Ver = DeblockLumaEq4V_c; in DeblockingInit()
796 pFunc->pfLumaDeblockingLT4Hor = DeblockLumaLt4H_c; in DeblockingInit()
797 pFunc->pfLumaDeblockingEQ4Hor = DeblockLumaEq4H_c; in DeblockingInit()
799 pFunc->pfChromaDeblockingLT4Ver = DeblockChromaLt4V_c; in DeblockingInit()
800 pFunc->pfChromaDeblockingEQ4Ver = DeblockChromaEq4V_c; in DeblockingInit()
801 pFunc->pfChromaDeblockingLT4Hor = DeblockChromaLt4H_c; in DeblockingInit()
802 pFunc->pfChromaDeblockingEQ4Hor = DeblockChromaEq4H_c; in DeblockingInit()
804 pFunc->pfDeblockingBSCalc = DeblockingBSCalc_c; in DeblockingInit()
[all …]
H A Dsvc_base_layer_md.cpp1016 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, pMe16x16, pSlice); in WelsMdP16x16()
1046 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe16x8, pSlice); in WelsMdP16x8()
1074 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, sMe8x16, pSlice); in WelsMdP8x16()
1112 pFunc->pfMotionSearch[pWelsMd->iBlock8x8StaticIdc[i]] (pFunc, pCurDqLayer, sMe8x8, pSlice); in WelsMdP8x8()
1152 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x4, pSlice); in WelsMdP4x4()
1191 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe8x4, pSlice); in WelsMdP8x4()
1231 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x8, pSlice); in WelsMdP4x8()
1389 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdBackgroundMbEnc()
1491 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdPSkipEnc()
1575 SWelsFuncPtrList* pFunc = pEncCtx->pFuncList; in WelsMdInterMbRefinement() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/encoder/core/src/
H A Ddeblocking.cpp650pFunc->pfDeblocking.pfDeblockingBSCalc (pFunc, pCurMb, uiBS, uiCurMbType, iMbStride, iLeftFlag, iT… in DeblockingMbAvcbase()
789 pFunc->pfLumaDeblockingLT4Ver = DeblockLumaLt4V_c; in DeblockingInit()
790 pFunc->pfLumaDeblockingEQ4Ver = DeblockLumaEq4V_c; in DeblockingInit()
791 pFunc->pfLumaDeblockingLT4Hor = DeblockLumaLt4H_c; in DeblockingInit()
792 pFunc->pfLumaDeblockingEQ4Hor = DeblockLumaEq4H_c; in DeblockingInit()
794 pFunc->pfChromaDeblockingLT4Ver = DeblockChromaLt4V_c; in DeblockingInit()
795 pFunc->pfChromaDeblockingEQ4Ver = DeblockChromaEq4V_c; in DeblockingInit()
796 pFunc->pfChromaDeblockingLT4Hor = DeblockChromaLt4H_c; in DeblockingInit()
797 pFunc->pfChromaDeblockingEQ4Hor = DeblockChromaEq4H_c; in DeblockingInit()
799 pFunc->pfDeblockingBSCalc = DeblockingBSCalc_c; in DeblockingInit()
[all …]
H A Dsvc_base_layer_md.cpp1016 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, pMe16x16, pSlice); in WelsMdP16x16()
1046 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe16x8, pSlice); in WelsMdP16x8()
1074 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, sMe8x16, pSlice); in WelsMdP8x16()
1112 pFunc->pfMotionSearch[pWelsMd->iBlock8x8StaticIdc[i]] (pFunc, pCurDqLayer, sMe8x8, pSlice); in WelsMdP8x8()
1152 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x4, pSlice); in WelsMdP4x4()
1191 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe8x4, pSlice); in WelsMdP8x4()
1231 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x8, pSlice); in WelsMdP4x8()
1389 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdBackgroundMbEnc()
1491 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdPSkipEnc()
1575 SWelsFuncPtrList* pFunc = pEncCtx->pFuncList; in WelsMdInterMbRefinement() local
[all …]
/dports/multimedia/openh264/openh264-2.1.1/codec/encoder/core/src/
H A Ddeblocking.cpp650pFunc->pfDeblocking.pfDeblockingBSCalc (pFunc, pCurMb, uiBS, uiCurMbType, iMbStride, iLeftFlag, iT… in DeblockingMbAvcbase()
789 pFunc->pfLumaDeblockingLT4Ver = DeblockLumaLt4V_c; in DeblockingInit()
790 pFunc->pfLumaDeblockingEQ4Ver = DeblockLumaEq4V_c; in DeblockingInit()
791 pFunc->pfLumaDeblockingLT4Hor = DeblockLumaLt4H_c; in DeblockingInit()
792 pFunc->pfLumaDeblockingEQ4Hor = DeblockLumaEq4H_c; in DeblockingInit()
794 pFunc->pfChromaDeblockingLT4Ver = DeblockChromaLt4V_c; in DeblockingInit()
795 pFunc->pfChromaDeblockingEQ4Ver = DeblockChromaEq4V_c; in DeblockingInit()
796 pFunc->pfChromaDeblockingLT4Hor = DeblockChromaLt4H_c; in DeblockingInit()
797 pFunc->pfChromaDeblockingEQ4Hor = DeblockChromaEq4H_c; in DeblockingInit()
799 pFunc->pfDeblockingBSCalc = DeblockingBSCalc_c; in DeblockingInit()
[all …]
H A Dsvc_base_layer_md.cpp1016 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, pMe16x16, pSlice); in WelsMdP16x16()
1046 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe16x8, pSlice); in WelsMdP16x8()
1074 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, sMe8x16, pSlice); in WelsMdP8x16()
1112 pFunc->pfMotionSearch[pWelsMd->iBlock8x8StaticIdc[i]] (pFunc, pCurDqLayer, sMe8x8, pSlice); in WelsMdP8x8()
1152 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x4, pSlice); in WelsMdP4x4()
1191 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe8x4, pSlice); in WelsMdP8x4()
1231 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x8, pSlice); in WelsMdP4x8()
1389 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdBackgroundMbEnc()
1491 pFunc->pfUpdateMbMv (pCurMb->sMv, sMvp); in WelsMdPSkipEnc()
1575 SWelsFuncPtrList* pFunc = pEncCtx->pFuncList; in WelsMdInterMbRefinement() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KIM/
H A Dkim_property.cpp146 PyObject *pFunc = in command() local
148 if (!pFunc) { in command()
197 Py_XDECREF(pFunc); in command()
215 PyObject *pFunc = in command() local
217 if (!pFunc) { in command()
275 PyObject *pFunc = in command() local
277 if (!pFunc) { in command()
340 PyObject *pFunc = in command() local
342 if (!pFunc) { in command()
403 PyObject *pFunc = in command() local
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/3rdparty/libqpro/src/
H A Dformula.cc424 QpFormula::func0Real(const char* pFunc) in func0Real() argument
426 const char* lFunc = (cDropLeadingAt && pFunc[0] == '@' ? &pFunc[1] : pFunc); in func0Real()
432 QpFormula::func1Real(const char* pFunc) in func1Real() argument
434 const char* lFunc = (cDropLeadingAt && pFunc[0] == '@' ? &pFunc[1] : pFunc); in func1Real()
440 QpFormula::func2Real(const char* pFunc) in func2Real() argument
442 const char* lFunc = (cDropLeadingAt && pFunc[0] == '@' ? &pFunc[1] : pFunc); in func2Real()
449 QpFormula::func3Real(const char* pFunc) in func3Real() argument
451 const char* lFunc = (cDropLeadingAt && pFunc[0] == '@' ? &pFunc[1] : pFunc); in func3Real()
458 QpFormula::func4Real(const char* pFunc) in func4Real() argument
460 const char* lFunc = (cDropLeadingAt && pFunc[0] == '@' ? &pFunc[1] : pFunc); in func4Real()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/hop/
H A DhopOper.c322 Hop_Obj_t * pFunc; in Hop_CreateAnd() local
324 pFunc = Hop_ManConst1( p ); in Hop_CreateAnd()
326 pFunc = Hop_And( p, pFunc, Hop_IthVar(p, i) ); in Hop_CreateAnd()
327 return pFunc; in Hop_CreateAnd()
343 Hop_Obj_t * pFunc; in Hop_CreateOr() local
345 pFunc = Hop_ManConst0( p ); in Hop_CreateOr()
347 pFunc = Hop_Or( p, pFunc, Hop_IthVar(p, i) ); in Hop_CreateOr()
348 return pFunc; in Hop_CreateOr()
364 Hop_Obj_t * pFunc; in Hop_CreateExor() local
368 pFunc = Hop_Exor( p, pFunc, Hop_IthVar(p, i) ); in Hop_CreateExor()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A Dprfreader.cpp.h305 KPRF_TYPE(PC,FUNC) pFunc;
758 …KPRF_TYPE(PC,FUNC) pFunc = KPRF_OFF2PTR(PC,FUNC, pReport->pHdr->offFunctions + iFunc * sizeof(*pFu… in KPRF_NAME()
762 pFunc--; in KPRF_NAME()
766 pReportFunc->pFunc = pFunc; in KPRF_NAME()
1154 KPRF_TYPE(PC,FUNC) pFunc = pReportFunc->pFunc;
1168 pFunc->OnStack.SumTicks);
1176 pFunc->OnStack.SumTicks / pFunc->cOnStack);
1196 pFunc->OnTopOfStack.SumTicks / pFunc->cOnStack);
1208 pFunc->cOnStack);
1216 pFunc->cCalls);
[all …]

12345678910>>...41