Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifMan.c30 static If_Obj_t * If_ManSetupObj( If_Man_t * p );
167 p->pConst1 = If_ManSetupObj( p ); in If_ManStart()
194 p->pConst1 = If_ManSetupObj( p ); in If_ManRestart()
335 pObj = If_ManSetupObj( p ); in If_ManCreateCi()
357 pObj = If_ManSetupObj( p ); in If_ManCreateCo()
395 pObj = If_ManSetupObj( p ); in If_ManCreateAnd()
538 If_Obj_t * If_ManSetupObj( If_Man_t * p ) in If_ManSetupObj() function