Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifDsd.c247 If_DsdObj_t * If_DsdObjAlloc( If_DsdMan_t * p, int Type, int nFans ) in If_DsdObjAlloc() function
282 If_DsdObjAlloc( p, IF_DSD_CONST0, 0 ); in If_DsdManAlloc()
283 If_DsdObjAlloc( p, IF_DSD_VAR, 0 )->nSupp = 1; in If_DsdManAlloc()
979 pObj = If_DsdObjAlloc( p, Type, nLits ); in If_DsdObjCreate()