Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioUtils.c317 int Mio_AreaCompare( Mio_Cell_t * pG1, Mio_Cell_t * pG2 ) in Mio_AreaCompare()
371 static inline float Mio_CellDelayAve( Mio_Cell_t * pCell ) in Mio_CellDelayAve()
487 static inline int Mio_CompareTwo( Mio_Cell_t * pCell, Mio_Gate_t * pGate ) in Mio_CompareTwo()
513 static inline void Mio_CollectCopy( Mio_Cell_t * pCell, Mio_Gate_t * pGate ) in Mio_CollectCopy()
524 Mio_Cell_t * Mio_CollectRootsNew( Mio_Library_t * pLib, int nInputs, int * pnGates, int fVerbose ) in Mio_CollectRootsNew()
527 Mio_Cell_t * ppCells; in Mio_CollectRootsNew()
530 ppCells = ABC_CALLOC( Mio_Cell_t, nGates + 4 ); in Mio_CollectRootsNew()
575 qsort( (void *)(ppCells + 4), (size_t)(iCell - 4), sizeof(Mio_Cell_t), in Mio_CollectRootsNew()
602 Mio_Cell_t * pCell = ppCells + i; in Mio_CollectRootsNew()
616 Mio_Cell_t * Mio_CollectRootsNewDefault( int nInputs, int * pnGates, int fVerbose ) in Mio_CollectRootsNewDefault()
H A Dmio.h46 typedef struct Mio_Cell_t_ Mio_Cell_t; typedef
198 extern Mio_Cell_t * Mio_CollectRootsNew( Mio_Library_t * pLib, int nInputs, int * pnGates, int…
199 extern Mio_Cell_t * Mio_CollectRootsNewDefault( int nInputs, int * pnGates, int fVerbose );
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaPf.c80 Mio_Cell_t * pCells; // library gates
104 static inline Mio_Cell_t* Pf_ManCell( Pf_Man_t * p, int i ) { return p->pCe… in Pf_ManCell()
174 void Pf_StoCreateGate( Pf_Man_t * pMan, Mio_Cell_t * pCell, int ** pComp, int ** pPerm, int * pnPer… in Pf_StoCreateGate()
227 Mio_Cell_t * pC = p->pCells + GateId; in Pf_StoPrintOne()