Home
last modified time | relevance | path

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

/dports/cad/alliance/alliance/src/mbk/src/
H A Dmbk_lo.c79 ptfig->LOSELF = NULL; in addlofig()
120 fig->LOSELF = NULL; in addlomodel()
991 for(ptself = ptfig -> LOSELF ; ptself != NULL ; ptself = ptself -> NEXT) in lofigchain()
1132 if(ptfig -> LOSELF == NULL) in viewlofig()
1138 for(ptself = ptfig -> LOSELF ; ptself ; ptself = ptself -> NEXT) in viewlofig()
2285 ptself -> NEXT = ptfig -> LOSELF ; in addloself()
2286 ptfig -> LOSELF = ptself ; in addloself()
2327 for(pt = ptfig -> LOSELF ; pt != NULL ; pt = pt -> NEXT) in delloself()
2343 if(pt == ptfig -> LOSELF) in delloself()
2345 ptfig -> LOSELF = pt -> NEXT ; in delloself()
[all …]
H A Dmbk_lo_util.c76 ptfig->LOSELF = NULL; in getlofig()
1020 for(scanself = figins -> LOSELF ; scanself != NULL ; scanself = scanself -> NEXT) in flattenlofig()
1071 ptfig->LOSELF = (loself_list*)append( (chain_list*)figins->LOSELF, in flattenlofig()
1072 (chain_list*)ptfig->LOSELF ); in flattenlofig()
1079 figins->LOSELF = NULL; in flattenlofig()
1111 figins->LOSELF || in flattenlofig()
2495 if (lofig_pnt->LOSELF != NULL)
2498 nxt[VHD_loselfDFN] = (void *)lofig_pnt->LOSELF;
3316 lofig_rpt->LOSELF = lofig_ptr->LOSELF;
3358 lofig_rpt->LOSELF = duploselflst(lofig_rpt->LOSELF);
[all …]
H A Dmlo.h95 struct loself *LOSELF ; /* inductor list head */ member
H A Dalc_driv_l.c376 for(pself = pfig -> LOSELF ; pself != NULL ; pself = pself -> NEXT)
H A Dspi_drive.c1122 for(scanself = ptfig -> LOSELF,nb = 1 ; scanself != NULL; scanself = scanself -> NEXT,nb++) ; in sort_loself()
1128 for(scanself = ptfig -> LOSELF ; scanself != NULL ; scanself = scanself -> NEXT) in sort_loself()
/dports/cad/alliance/alliance/src/genlib/src/
H A Dgenlib.c3491 for(self = WORK_LOFIG -> LOSELF ; self != NULL ; self = self -> NEXT) in genLOSIGMERGE()