Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaBalLut.c50 typedef struct Bal_Man_t_ Bal_Man_t; typedef
64 static inline Bal_Man_t * Bal_GiaMan( Gia_Man_t * p ) { return (Bal_Man_t *)p->pD… in Bal_GiaMan()
88 Bal_Man_t * p; in Bal_ManAlloc()
89 p = ABC_CALLOC( Bal_Man_t, 1 ); in Bal_ManAlloc()
103 void Bal_ManFree( Bal_Man_t * p ) in Bal_ManFree()
486 int Bal_ManSetGateLevel( Bal_Man_t * p, Gia_Obj_t * pObjOld, int iLitNew ) in Bal_ManSetGateLevel()
526 int Bal_ManEvalTwo( Bal_Man_t * p, int iLitNew0, int iLitNew1, int iLitNew2, int fIsXor ) in Bal_ManEvalTwo()
584 static inline int Vec_IntFindFirstSameDelayAsLast( Bal_Man_t * p, Vec_Int_t * vSuper ) in Vec_IntFindFirstSameDelayAsLast()
610 static inline int Bal_ManFindBestPair( Bal_Man_t * p, Vec_Int_t * vSuper, Gia_Obj_t * pObj ) in Bal_ManFindBestPair()
838 Bal_Man_t * p = Bal_GiaMan(pNew); int i; in Gia_ManBalanceGate()
[all …]