Home
last modified time | relevance | path

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

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dinitnets.c83 net_cap_matchG = (INT **) Ysafe_calloc( numnetsG+1,sizeof(INT *) ) ; in init_nets()
483 howmany = (INT) net_cap_matchG[HOWMANY] ;
484 net_cap_matchG[HOWMANY] = (INT *) ++howmany ;
485 match = net_cap_matchG[++numcapmatchS] =
501 howmany = ++net_cap_matchG[numcapmatchS][HOWMANY] ;
502 net_cap_matchG[numcapmatchS] = (INT *)
503 Ysafe_realloc( net_cap_matchG[numcapmatchS],
505 net_cap_matchG[numcapmatchS][howmany] = net ;
H A Doutpin.c431 howmany = (INT) net_cap_matchG[HOWMANY] ; in output_matches()
433 match = net_cap_matchG[i] ; in output_matches()
H A Dcustom.h397 EXTERN INT **net_cap_matchG ; /* set of match nets */ variable
H A Dinitialize.c242 net_cap_matchG = NIL(INT **) ; in initCellInfo()