Home
last modified time | relevance | path

Searched refs:inly (Results 1 – 25 of 112) sorted by relevance

12345

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechMinCutOrAreaRule.cpp319 dbTechMinCutRule* dbTechMinCutRule::create(dbTechLayer* inly) in create() argument
321 _dbTechLayer* layer = (_dbTechLayer*) inly; in create()
326 dbTechMinCutRule* dbTechMinCutRule::getMinCutRule(dbTechLayer* inly, uint dbid) in getMinCutRule() argument
328 _dbTechLayer* layer = (_dbTechLayer*) inly; in getMinCutRule()
382 dbTechMinEncRule* dbTechMinEncRule::create(dbTechLayer* inly) in create() argument
384 _dbTechLayer* layer = (_dbTechLayer*) inly; in create()
389 dbTechMinEncRule* dbTechMinEncRule::getMinEncRule(dbTechLayer* inly, uint dbid) in getMinEncRule() argument
391 _dbTechLayer* layer = (_dbTechLayer*) inly; in getMinEncRule()
H A DdbTechLayerSpacingRule.cpp697 dbTechLayerSpacingRule* dbTechLayerSpacingRule::create(dbTechLayer* inly) in create() argument
699 _dbTechLayer* layer = (_dbTechLayer*) inly; in create()
701 newrule->_layer = inly->getImpl()->getOID(); in create()
707 dbTechLayer* inly, in getTechLayerSpacingRule() argument
710 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerSpacingRule()
846 dbTechV55InfluenceEntry* dbTechV55InfluenceEntry::create(dbTechLayer* inly) in create() argument
848 _dbTechLayer* layer = (_dbTechLayer*) inly; in create()
854 dbTechLayer* inly, in getV55InfluenceEntry() argument
857 _dbTechLayer* layer = (_dbTechLayer*) inly; in getV55InfluenceEntry()
H A DdbTechLayerEolExtensionRule.cpp202 dbTechLayerEolExtensionRule::getTechLayerEolExtensionRule(dbTechLayer* inly, in getTechLayerEolExtensionRule() argument
205 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerEolExtensionRule()
H A DdbTechLayerCutClassRule.cpp278 dbTechLayer* inly, in getTechLayerCutClassRule() argument
281 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerCutClassRule()
H A DdbTechLayerEolKeepOutRule.cpp357 dbTechLayerEolKeepOutRule::getTechLayerEolKeepOutRule(dbTechLayer* inly, in getTechLayerEolKeepOutRule() argument
360 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerEolKeepOutRule()
H A DdbTechLayerSpacingTablePrlRule.cpp301 dbTechLayer* inly, in getTechLayerSpacingTablePrlRule() argument
304 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerSpacingTablePrlRule()
H A DdbTechLayerMinStepRule.cpp413 dbTechLayer* inly, in getTechLayerMinStepRule() argument
416 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerMinStepRule()
H A DdbTechLayerCornerSpacingRule.cpp546 dbTechLayerCornerSpacingRule::getTechLayerCornerSpacingRule(dbTechLayer* inly, in getTechLayerCornerSpacingRule() argument
549 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerCornerSpacingRule()
H A DdbTechLayerAntennaRule.h177 dbTechLayer* inly
H A DdbUtil.cpp1491 dbTechLayer* inly) in createTerms4SingleNet() argument
1524 blpin, inly, -hwidth + x, -hwidth + y1, hwidth + x, hwidth + y1); in createTerms4SingleNet()
1526 bupin, inly, -hwidth + x, -hwidth + y2, hwidth + x, hwidth + y2); in createTerms4SingleNet()
1530 blpin, inly, -hwidth + x1, -hwidth + y, hwidth + x1, hwidth + y); in createTerms4SingleNet()
1532 bupin, inly, -hwidth + x2, -hwidth + y, hwidth + x2, hwidth + y); in createTerms4SingleNet()
H A DdbBlock.cpp3121 dbTechLayer *inly = NULL;
3122 if (!intech || ((inly = intech->findRoutingLayer(rlevel)) == NULL))
3139 dbSBox *nwsbx = dbSBox::create(nwsw, inly, x1, y1, x2, y2, dbWireShapeType::NONE);
3143 std::pair<dbBTerm *, dbBTerm *> cktrms = nwnet->createTerms4SingleNet(x1, y1, x2, y2, inly);
3164 dbTechLayer *inly = NULL;
3165 if (!intech || ((inly = intech->findRoutingLayer(rlevel)) == NULL))
3181 blutrms = nwnet->createTerms4SingleNet(x1, y1, x2, y2, inly);
3198 if (inly->getWidth()==fwidth) {
3199 ncdr.newPath(inly, dbWireType::ROUTED);
3208 tst_rule = (*nditr)->getLayerRule(inly);
[all …]
H A DdbTechLayerAntennaRule.cpp855 dbTechLayer* inly) in create() argument
862 if (inly) in create()
863 aae->_lyidx = inly->getId(); in create()
H A DdbTechLayerCutEnclosureRule.cpp1029 dbTechLayerCutEnclosureRule::getTechLayerCutEnclosureRule(dbTechLayer* inly, in getTechLayerCutEnclosureRule() argument
1032 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerCutEnclosureRule()
H A DdbTechLayerCutSpacingRule.cpp1455 dbTechLayerCutSpacingRule::getTechLayerCutSpacingRule(dbTechLayer* inly, in getTechLayerCutSpacingRule() argument
1458 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerCutSpacingRule()
H A DdbNet.cpp3029 dbNet::createTerms4SingleNet(int x1, int y1, int x2, int y2, dbTechLayer *inly)
3072 dbBox::create(blpin, inly, -hwidth+x, -hwidth+y1, hwidth+x, hwidth+y1);
3073 dbBox::create(bupin, inly, -hwidth+x, -hwidth+y2, hwidth+x, hwidth+y2);
3078 dbBox::create(blpin, inly, -hwidth+x1, -hwidth+y, hwidth+x1, hwidth+y);
3079 dbBox::create(bupin, inly, -hwidth+x2, -hwidth+y, hwidth+x2, hwidth+y);
H A DdbTechLayerSpacingEolRule.cpp1745 dbTechLayerSpacingEolRule::getTechLayerSpacingEolRule(dbTechLayer* inly, in getTechLayerSpacingEolRule() argument
1748 _dbTechLayer* layer = (_dbTechLayer*) inly; in getTechLayerSpacingEolRule()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lefin/
H A DlefLayerPropParser.h122 lefTechLayerCutSpacingTableParser(odb::dbTechLayer* inly) { layer = inly; }; in lefTechLayerCutSpacingTableParser() argument
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Ddb.h6346 static dbTechLayerSpacingRule* create(dbTechLayer* inly);
6376 static dbTechMinCutRule* create(dbTechLayer* inly);
6398 static dbTechMinEncRule* create(dbTechLayer* inly);
6421 static dbTechV55InfluenceEntry* create(dbTechLayer* inly);
7522 dbTechLayer* inly,
7690 dbTechLayer* inly,
7720 dbTechLayer* inly,
7798 dbTechLayer* inly,
8112 dbTechLayer* inly,
8528 dbTechLayer* inly,
[all …]
H A DdbUtil.h85 dbTechLayer* inly);
/dports/math/gap/gap-4.11.0/lib/
H A Dfitfree.gd157 # lowest level, i.e. the inly obstacle to being an IGS is on the lowest
H A Dfitfree.gi367 # lowest level, i.e. the inly obstacle to being an IGS is on the lowest
/dports/sysutils/heirloom/heirloom-070715/spell/
H A Dstop647 inly
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/DoX/
H A DFoX_dom.md588 …ty when manipulating large documents. Therefore, FoX can be instructed to inly use 'dead' nodelist…
/dports/textproc/p5-Plucene/Plucene-1.25/t/data/
H A Dbook897 Agamemnon, king of men, was inly glad when the noblest of
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/rocksdb/t/
H A Drocksdb.test1880 --echo # needs a datype that doesn't support index-inly)

12345