Home
last modified time | relevance | path

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

/dports/cad/alliance/alliance/src/mbk/src/
H A Dmlo.h251 #define SELFMIM 0 /* Metal-Inter-Metal type */ macro
253 #define IsSelfMIM(type) ((type == SELFMIM) ? 1 : 0)
H A Dalc_driv_l.c379 (pself -> TYPE == SELFMIM)?"MIM":"MIM",
H A Dalc_pars_l6.c722 type = SELFMIM ; in decode_loself()
727 type = SELFMIM ; in decode_loself()
H A Dmbk_lo.c1299 … "(C%s : %s) ",((loself_list*)((locon_list*)ptchain->DATA)->ROOT)->TYPE==SELFMIM?"SELFMIM":"SELFMI… in viewlosig()
2274 if(type != SELFMIM) in addloself()
2314 … (void)fprintf(stdout,"--- mbk --- addloself : %s\n",type == SELFMIM ? "SELFMIM" : "SELFMIM") ; in addloself()