Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifDsd.c130 static inline int If_DsdVecObjSuppSize( Vec_Ptr_t * p, int iObj ) { return If_… in If_DsdVecObjSuppSize() function
131 …_DsdVecLitSuppSize( Vec_Ptr_t * p, int iLit ) { return If_DsdVecObjSuppSize( p, Abc_Lit… in If_DsdVecLitSuppSize()
513 fprintf( pFile, "%2d ", If_DsdVecObjSuppSize(&p->vObjs, iObjId) ); in If_DsdManPrintOne()
519 assert( nSupp == If_DsdVecObjSuppSize(&p->vObjs, iObjId) ); in If_DsdManPrintOne()