Home
last modified time | relevance | path

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

/dports/cad/alliance/alliance/src/scl/src/
H A Dscglofig.c115 ( LoFigure->LOTRS != (lotrs_list *)0 ) )
120 ( LoFigure->LOTRS != (lotrs_list *)0 ) )
135 ( LoFigure->LOTRS != (lotrs_list *)0 ) )
199 for ( LoTrs = LoFigure->LOTRS;
/dports/cad/alliance/alliance/src/mbk/src/
H A Ddrive_vti_l.c220 ptfig->LOTRS = (lotrs_list *)reverse((chain_list *)ptfig->LOTRS);
393 for (pttrs = ptfig->LOTRS; pttrs; pttrs = pttrs->NEXT) {
464 ptfig->LOTRS = (lotrs_list *)reverse((chain_list *)ptfig->LOTRS);
H A Dmbk_lo.c76 ptfig->LOTRS = NULL; in addlofig()
117 fig->LOTRS = NULL; in addlomodel()
169 pttrs->NEXT = ptfig->LOTRS; in addlotrs()
170 ptfig->LOTRS = pttrs; in addlotrs()
637 for (pt = ptfig->LOTRS; pt; pt = pt->NEXT) { in dellotrs()
644 else if (pt == ptfig->LOTRS) in dellotrs()
645 ptfig->LOTRS = pt->NEXT; in dellotrs()
817 for (pttrs = ptfig->LOTRS; pttrs; pttrs = pttrs->NEXT) in getlotrs()
942 for (pttrs = ptfig->LOTRS; pttrs; pttrs = pttrs->NEXT) { in lofigchain()
1103 if (ptfig->LOTRS == NULL) in viewlofig()
[all …]
H A Dmvl_parse.c112 MVL_LOFPNT->LOTRS = NULL;
H A Dmbk_lo_util.c73 ptfig->LOTRS = NULL; in getlofig()
918 for( scantrs = figins->LOTRS ; scantrs ; scantrs = scantrs->NEXT ) in flattenlofig()
1062 ptfig->LOTRS = (lotrs_list*)append( (chain_list*)figins->LOTRS, in flattenlofig()
1063 (chain_list*)ptfig->LOTRS ); in flattenlofig()
1075 figins->LOTRS = NULL; in flattenlofig()
1108 figins->LOTRS || in flattenlofig()
2476 if (lofig_pnt->LOTRS != NULL)
2479 nxt[VHD_lotrsDFN] = (void *)lofig_pnt->LOTRS;
3313 lofig_rpt->LOTRS = lofig_ptr->LOTRS;
3354 lofig_rpt->LOTRS = duplotrslst(lofig_rpt->LOTRS);
[all …]
H A Dmvl_util.c917 lofig_P->LOTRS = lofig_A->LOTRS;
H A Dmlo.h92 struct lotrs *LOTRS; /* transistor list head */ member
H A Dalc_driv_l.c261 for (ptrs = pfig->LOTRS; ptrs != NULL; ptrs = ptrs->NEXT)
H A Dspi_drive.c591 for( scantrs = ptfig->LOTRS, nb=1 ; scantrs ; scantrs = scantrs->NEXT, nb++ );
597 for( scantrs = ptfig->LOTRS; scantrs; scantrs = scantrs->NEXT )
H A Dparser_y.y1461 for (t = pt_lofig->LOTRS; t; t = t->NEXT) {
H A Dspi_parse.c2223 ptfig->LOTRS = ( lotrs_list* ) reverse( (chain_list*) ptfig->LOTRS );
H A Dparse_vti_l.c1814 for( scanlotrs = fig->LOTRS; scanlotrs; scanlotrs = scanlotrs->NEXT ) {
/dports/cad/alliance/alliance/src/elp/src/
H A Delp.c449 for(lotrs = lofig->LOTRS ; lotrs != NULL ; lotrs = lotrs->NEXT)
483 for(lotrs = lofig->LOTRS ; lotrs != NULL ; lotrs = lotrs->NEXT)
515 for(lotrs = lofig->LOTRS ; lotrs != NULL ; lotrs = lotrs->NEXT)
/dports/cad/alliance/alliance/src/flatbeh/src/
H A Dmain.c118 if ((!(lofig->LOINS)) || (lofig->LOTRS))
/dports/cad/alliance/alliance/src/lynx/src/
H A Dchklynxrcn.c102 for(ScanLoTrs=fig->LOTRS; ScanLoTrs; ScanLoTrs=ScanLoTrs->NEXT)
260 for(trs=fig->LOTRS;trs;trs=trs->NEXT)
H A Daddlynxrcn.c234 for(ScanTrs=fig->LOTRS;ScanTrs;ScanTrs=ScanTrs->NEXT)
/dports/cad/alliance/alliance/src/genlib/src/
H A Dgenlib.c3456 for (t = WORK_LOFIG->LOTRS; t; t = t->NEXT) { in genLOSIGMERGE()