Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextCC.cpp713 *_dgContextLowLvl = (int)level - (int)*_dgContextDepth >= 1 in buildDgContext()
720 for (jj = *_dgContextLowLvl; jj <= *_dgContextHiLvl; jj++) { in buildDgContext()
727 for (jj = -(int)*_dgContextDepth; jj < *_dgContextLowLvl; jj++) { in buildDgContext()
H A DnetRC.cpp1141 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in setupSearchDb()
1175 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in setupSearchDb()
2596 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in makeBlockRCsegs()
2733 m._dgContextLowLvl = &_dgContextLowLvl; in makeBlockRCsegs()
H A DextFlow.cpp2073 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in couplingFlow()
2976 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in couplingWindowFlow()
3082 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in couplingWindowFlow()
3209 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in extractWindow()
3885 &_dgContextBaseLvl, &_dgContextLowLvl, &_dgContextHiLvl, in createWindowsDB()
H A Dextmeasure.cpp4197 for (int jj = *_dgContextLowLvl; jj <= *_dgContextHiLvl; jj++) { in underFlowStep()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Dwire.h611 int* _dgContextLowLvl; // not array variable
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A DextRCap.h1379 int* _dgContextLowLvl; // not array variable
1812 int _dgContextLowLvl; variable
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A Dgrids.cpp3179 _dgContextLowLvl = dgContextLowLvl; in setExtControl()