Home
last modified time | relevance | path

Searched refs:startDepth (Results 1 – 25 of 129) sorted by relevance

123456

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_width.cpp190 depth startDepth = findMinWidth(h, filter, h.start); in findMinWidth() local
192 DEBUG_PRINTF("startDepth=%s, dotstarDepth=%s\n", startDepth.str().c_str(), in findMinWidth()
194 if (startDepth.is_unreachable()) { in findMinWidth()
198 assert(startDepth.is_finite()); in findMinWidth()
199 return startDepth; in findMinWidth()
201 assert(min(startDepth, dotstarDepth).is_finite()); in findMinWidth()
202 return min(startDepth, dotstarDepth); in findMinWidth()
216 depth startDepth = findMaxWidth(h, filter, h.start); in findMaxWidth() local
220 if (startDepth.is_unreachable()) { in findMaxWidth()
223 return startDepth; in findMaxWidth()
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Drulebld.c80 int startDepth, in ConstructJoins() argument
107 if (startDepth == 1) in ConstructJoins()
137 if (theLHS->endNandDepth > startDepth) in ConstructJoins()
140 (nextLHS->endNandDepth > startDepth)) in ConstructJoins()
153 if (nextLHS->endNandDepth < startDepth) in ConstructJoins()
173 else if (theLHS->endNandDepth < startDepth) in ConstructJoins()
176 (theLHS->beginNandDepth > startDepth) && in ConstructJoins()
177 (nextLHS->endNandDepth < startDepth)) in ConstructJoins()
186 if (theLHS->beginNandDepth > startDepth) in ConstructJoins()
318 if (startDepth == 1) in ConstructJoins()
[all …]
H A Danalysis.c687 int startDepth, in PropagateVariableToNodes() argument
708 theReference,startDepth,assignReference,TRUE); in PropagateVariableToNodes()
714 theReference,startDepth,assignReference,TRUE); in PropagateVariableToNodes()
794 theReference,startDepth,assignReference,ignoreVariableTypes)) in PropagateVariableToNodes()
806 if (theNode->endNandDepth < startDepth) theNode = NULL; in PropagateVariableToNodes()
/dports/games/bovo/bovo-21.12.3/ai/gabor/
H A Dai_interface.h63 void setStartDepth(int startDepth);
65 void setMaxDepth(int startDepth);
67 void setDepthIncrement(int startDepth);
H A Dai_interface.cpp57 void AiInterface::setStartDepth(int startDepth) { in setStartDepth() argument
58 assert(startDepth > 0); in setStartDepth()
59 aiImpl->start_depth = startDepth; in setStartDepth()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DXmlSerializableReader.cs15 int startDepth; field in System.Runtime.Serialization.XmlSerializableReader
29 this.startDepth = xmlReader.Depth; in BeginRead()
40 if (xmlReader.IsStartElement() && xmlReader.Depth == startDepth) in EndRead()
42 while (xmlReader.Depth > startDepth) in EndRead()
53 if (reader.Depth == startDepth) in Read()
H A DXmlSerializableServices.cs38 int startDepth = xmlReader.Depth; in ReadNodes()
40 while (xmlReader.Depth > startDepth && xmlReader.NodeType != XmlNodeType.EndElement) in ReadNodes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/
H A Dmtl_utils.mm69 *layer = *startDepth = 0;
84 *startDepth = index.getLayerIndex();
92 GLint layer, startDepth;
93 GetSliceAndDepth(index, &layer, &startDepth);
95 return std::max(layer, startDepth);
122 GLint layer, startDepth;
123 GetSliceAndDepth(index, &layer, &startDepth);
320 GLint startDepth = 0;
328 startDepth = sliceOrDepth;
354 GLint startDepth = 0;
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2/Methods/Geo/
H A DCoordinate.cs101 int startDepth = reader.Depth; in ReadJson()
111 while (reader.Read() && reader.Depth > startDepth) in ReadJson()
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbModeDecisionConfiguration.c538 EB_U32 *startDepth, in PrePredictionRefinement() argument
553 *startDepth = DEPTH_16; in PrePredictionRefinement()
560 *startDepth = DEPTH_16; in PrePredictionRefinement()
567 *startDepth = DEPTH_16; in PrePredictionRefinement()
575 *startDepth = DEPTH_16; in PrePredictionRefinement()
581 *startDepth = DEPTH_16; in PrePredictionRefinement()
909 EB_U32 startDepth, in EbHevcPredictionPartitionLoop() argument
954 if (depth >= startDepth && depth <= endDepth){ in EbHevcPredictionPartitionLoop()
1073 …EB_U32 startDepth = (pictureControlSetPtr->ParentPcsPtr->temporalLayerIndex == 0) ? DEPTH_32 … in EarlyModeDecisionLcu() local
1088 &startDepth, in EarlyModeDecisionLcu()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbModeDecisionConfiguration.c538 EB_U32 *startDepth, in PrePredictionRefinement() argument
553 *startDepth = DEPTH_16; in PrePredictionRefinement()
560 *startDepth = DEPTH_16; in PrePredictionRefinement()
567 *startDepth = DEPTH_16; in PrePredictionRefinement()
575 *startDepth = DEPTH_16; in PrePredictionRefinement()
581 *startDepth = DEPTH_16; in PrePredictionRefinement()
909 EB_U32 startDepth, in EbHevcPredictionPartitionLoop() argument
954 if (depth >= startDepth && depth <= endDepth){ in EbHevcPredictionPartitionLoop()
1073 …EB_U32 startDepth = (pictureControlSetPtr->ParentPcsPtr->temporalLayerIndex == 0) ? DEPTH_32 … in EarlyModeDecisionLcu() local
1088 &startDepth, in EarlyModeDecisionLcu()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2/Methods/Tweets/Entities/
H A DTwitterEntityCollection.cs90 int startDepth = reader.Depth; in ReadJson()
98 while (reader.Read() && reader.Depth > startDepth) in ReadJson()
100 … if (reader.TokenType == JsonToken.PropertyName && reader.Depth == startDepth + 1) in ReadJson()
340 int startDepth = reader.Depth; in parseMediaEntity()
343 while (reader.Read() && reader.Depth >= startDepth) in parseMediaEntity()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/scriptsys/
H A Dprocess.cpp231 dsize startDepth = d->depth(); in execute() local
232 if (startDepth == 1) in execute()
239 while (d->state == Running && d->depth() >= startDepth) in execute()
269 if (startDepth > 1) in execute()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geomgraph/
H A DDirectedEdgeStar.java347 int startDepth = de.getDepth(Position.LEFT); in computeDepths() local
350 int nextDepth = computeDepths(edgeIndex + 1, edgeList.size(), startDepth); in computeDepths()
365 private int computeDepths(int startIndex, int endIndex, int startDepth) in computeDepths() argument
367 int currDepth = startDepth; in computeDepths()
/dports/net/kitinerary/kitinerary-21.12.3/src/knowledgedb-generator/qgis/
H A Dgenerate-z-order-curve-spatial-index.py151 startDepth = 4
152 startIncrement = 1 << (2 * (zDepth - startDepth))
153 for i in range(0, (1 << (2 * startDepth))):
154 task = SpatialIndexerSubTask(layer, i * startIncrement, zDepth - startDepth)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlSerializableServices.cs35 int startDepth = xmlReader.Depth; in ReadNodes()
37 while (xmlReader.Depth > startDepth && xmlReader.NodeType != XmlNodeType.EndElement) in ReadNodes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DResolveCriteria.cs105 int startDepth = reader.Depth; in ReadFrom()
116 if ((reader.NodeType == XmlNodeType.EndElement) && (reader.Depth == startDepth)) in ReadFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXsdCachingReaderAsync.cs99 int startDepth = coreReader.Depth - 1; in SkipAsync()
100 … while (await coreReader.ReadAsync().ConfigureAwait(false) && coreReader.Depth > startDepth) in SkipAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXsdCachingReaderAsync.cs115 int startDepth = _coreReader.Depth - 1; in SkipAsync()
116 … while (await _coreReader.ReadAsync().ConfigureAwait(false) && _coreReader.Depth > startDepth) in SkipAsync()
/dports/graphics/geos/geos-3.9.1/src/geomgraph/
H A DDirectedEdgeStar.cpp429 int startDepth = de->getDepth(Position::LEFT); in computeDepths() local
435 int nextDepth = computeDepths(nextEdgeIterator, end(), startDepth); in computeDepths()
448 EdgeEndStar::iterator endIt, int startDepth) in computeDepths() argument
450 int currDepth = startDepth; in computeDepths()
/dports/devel/kf5-ki18n/ki18n-5.89.0/src/localedata/qgis/
H A DSpatialIndexTasks.py230 startDepth = 4
231 startIncrement = 1 << (2 * (zDepth - startDepth))
232 for i in range(0, (1 << (2 * startDepth))):
233 task = SpatialIndexerSubTask(context, i * startIncrement, zDepth - startDepth)
/dports/sysutils/u-boot-utilite/u-boot-2015.07/common/
H A Dcmd_fdt.c326 int startDepth = fdt_node_depth( in do_fdt() local
328 int curDepth = startDepth; in do_fdt()
336 while (curDepth > startDepth) { in do_fdt()
337 if (curDepth == startDepth + 1) in do_fdt()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dfdt.c378 int startDepth = fdt_node_depth( in do_fdt() local
380 int curDepth = startDepth; in do_fdt()
388 while (curDepth > startDepth) { in do_fdt()
389 if (curDepth == startDepth + 1) in do_fdt()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dfdt.c378 int startDepth = fdt_node_depth( in do_fdt() local
380 int curDepth = startDepth; in do_fdt()
388 while (curDepth > startDepth) { in do_fdt()
389 if (curDepth == startDepth + 1) in do_fdt()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dfdt.c378 int startDepth = fdt_node_depth( in do_fdt() local
380 int curDepth = startDepth; in do_fdt()
388 while (curDepth > startDepth) { in do_fdt()
389 if (curDepth == startDepth + 1) in do_fdt()

123456