Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/miniaig/
H A DabcOper.h155 ABC_OPER_LAST // 99 enumerator
230 if ( Type == ABC_OPER_LAST ) return NULL; in Abc_OperName()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wln/
H A Dwln.h82 int nObjs[ABC_OPER_LAST]; // counter of objects of each type
83 int nAnds[ABC_OPER_LAST]; // counter of AND gates after blasting
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/acb/
H A Dacb.h117 char * pTypeNames[ABC_OPER_LAST];
118 int nObjs[ABC_OPER_LAST]; // counter of objects of each type
119 int nAnds[ABC_OPER_LAST]; // counter of AND gates after blasting
841 memcpy( pNew->pTypeNames, p->pTypeNames, sizeof(void *) * ABC_OPER_LAST ); in Acb_ManDupTypeNames()