Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/examples/dotnet/
H A DNetworkRoutingSat.cs53 …private static int extraHops = 6; // "When creating all paths for a demand, we look at pat… field in NetworkRoutingSat
69 solver.Init(data, extraHops, maxPaths); in Main()
89 readInt(args, ref extraHops, nameof(extraHops)); in readArgs()
523 public int ComputeAllPaths(int extraHops, int maxPaths) in ComputeAllPaths() argument
530 … for (int maxLength = minPathLength + 1; maxLength <= minPathLength + extraHops + 1; maxLength++) in ComputeAllPaths()
633 public int InitPaths(NetworkRoutingData data, int extraHops, int maxPaths) in InitPaths() argument
642 var numPaths = ComputeAllPaths(extraHops, maxPaths); in InitPaths()
654 public void Init(NetworkRoutingData data, int extraHops, int maxPaths) in Init() argument
664 var numPaths = InitPaths(data, extraHops, maxPaths); in Init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DEmitterScope.cpp1095 uint8_t extraHops = 0; in locationBoundInScope() local
1098 extraHops++; in locationBoundInScope()
1109 loc = Some(l.addHops(extraHops)); in locationBoundInScope()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DEmitterScope.cpp1093 uint8_t extraHops = 0; in locationBoundInScope() local
1096 extraHops++; in locationBoundInScope()
1107 loc = Some(l.addHops(extraHops)); in locationBoundInScope()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DEmitterScope.cpp1095 uint8_t extraHops = 0; in locationBoundInScope() local
1098 extraHops++; in locationBoundInScope()
1109 loc = Some(l.addHops(extraHops)); in locationBoundInScope()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DEmitterScope.cpp1062 uint8_t extraHops = 0; in locationBoundInScope() local
1065 extraHops++; in locationBoundInScope()
1076 loc = Some(l.addHops(extraHops)); in locationBoundInScope()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.cpp802 uint8_t extraHops = 0; in locationBoundInScope() local
805 extraHops++; in locationBoundInScope()
815 loc = Some(l.addHops(extraHops)); in locationBoundInScope()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.cpp772 uint8_t extraHops = 0; in locationBoundInScope() local
774 if (es->hasEnvironment()) extraHops++; in locationBoundInScope()
784 loc = Some(l.addHops(extraHops)); in locationBoundInScope()