Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c8446 REGISTER INTBIG cellcount, i, k, *newinstcount; in us_pickhigherinstance() local
8474 newinstcount = (INTBIG *)emalloc(k * SIZEOFINTBIG, us_tool->cluster); in us_pickhigherinstance()
8475 if (newcelllist == 0 || newinstlist == 0 || newinstcount == 0) return(0); in us_pickhigherinstance()
8480 newinstcount[i] = us_pickinstinstcount[i]; in us_pickhigherinstance()
8490 us_pickinstinstcount = newinstcount; in us_pickhigherinstance()