Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/fret/
H A DfretMain.c1350 static void Abc_ObjPrintNeighborhood_rec( Abc_Obj_t *pObj, Vec_Ptr_t *vNodes, int depth ) { in Abc_ObjPrintNeighborhood_rec() function
1362 Abc_ObjPrintNeighborhood_rec( pObj2, vNodes, depth-1 ); in Abc_ObjPrintNeighborhood_rec()
1365 Abc_ObjPrintNeighborhood_rec( pObj2, vNodes, depth-1 ); in Abc_ObjPrintNeighborhood_rec()
1373 Abc_ObjPrintNeighborhood_rec( pObj, vNodes, depth ); in Abc_ObjPrintNeighborhood()