Home
last modified time | relevance | path

Searched +refs:index +refs:depth (Results 1 – 25 of 46713) sorted by relevance

12345678910>>...1869

/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DSourceFormatter.java355 appendText(end,depth); in appendContent()
379 appendIndent(depth); in appendText()
394 appendIndent(depth); in appendElement()
432 appendTag(endTag,depth,end); in appendElement()
459 appendIndent(depth);
466 appendTextPreserveIndentation(end,depth,index-startOfLinePos);
481 appendTextPreserveIndentation(end,depth+1,index-startOfLinePos);
488 appendIndent(depth);
499 appendIndent(depth);
575 final int subsequentLineDepth=increaseIndentAfterFirstLineBreak ? depth+1 : depth;
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/yajlpp/
H A Dtest_json_ptr.cc42 int32_t depth, index; in main() local
48 index = -1; in main()
49 assert(jptr.at_index(depth, index)); in main()
56 index = -1; in main()
57 assert(!jptr.at_index(depth, index)); in main()
58 assert(jptr.expect_map(depth, index)); in main()
59 assert(jptr.at_index(depth, index)); in main()
66 index = -1; in main()
67 assert(jptr.expect_map(depth, index)); in main()
69 assert(jptr.expect_map(depth, index)); in main()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.opengl.examples/src/org/eclipse/swt/opengl/examples/
H A DObjectsTab.java26 private int index; field in ObjectsTab.Shape
33 Shape(String name, int index) { in Shape() argument
35 this.index = index; in Shape()
39 GL.glDeleteLists(index, 1); in dispose()
42 GL.glCallList(index); in draw()
299 int index = 1; in init() local
301 GL.glNewList(index, GL.GL_COMPILE); in init()
306 GL.glNewList(index, GL.GL_COMPILE); in init()
311 GL.glNewList(index, GL.GL_COMPILE); in init()
316 GL.glNewList(index, GL.GL_COMPILE); in init()
[all …]
/dports/security/libprelude/libprelude-1.2.6/src/
H A Didmef-path.c358 which = path->elem[depth].index; in idmef_path_get_internal()
771 path->elem[depth].index = index; in idmef_path_parse_new()
1046 if ( path->elem[depth].index == INDEX_FORBIDDEN ) in idmef_path_set_index()
1053 if ( path->elem[depth].index == INDEX_KEY ) in idmef_path_set_index()
1056 path->elem[depth].index = index; in idmef_path_set_index()
1103 if ( path->elem[depth].index == INDEX_UNDEFINED ) in idmef_path_get_index()
1106 if ( path->elem[depth].index == INDEX_FORBIDDEN ) in idmef_path_get_index()
1109 return path->elem[depth].index; in idmef_path_get_index()
1119 if ( path->elem[depth].index == INDEX_UNDEFINED ) in idmef_path_get_key()
1125 if ( path->elem[depth].index != INDEX_KEY ) in idmef_path_get_key()
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/include/
H A Dschreier-sims.hpp346 if (index >= _strong_gens.size(depth)) { in strong_generator()
350 index); in strong_generator()
352 return this->to_external_const(_strong_gens.at(depth, index)); in strong_generator()
455 for (size_t index = 0; index < N; ++index) { in clear() local
456 if (_orbits_lookup[depth][index]) { in clear()
457 this->internal_free(_transversal[depth][index]); in clear()
458 this->internal_free(_inversal[depth][index]); in clear()
464 for (size_t index = 0; index < _strong_gens.size(depth); ++index) { in clear() local
465 if (deleted.find(_strong_gens.at(depth, index)) == deleted.end()) { in clear()
466 this->internal_free(_strong_gens.at(depth, index)); in clear()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Dschreier-sims.hpp346 if (index >= _strong_gens.size(depth)) { in strong_generator()
350 index); in strong_generator()
352 return this->to_external_const(_strong_gens.at(depth, index)); in strong_generator()
455 for (size_t index = 0; index < N; ++index) { in clear() local
456 if (_orbits_lookup[depth][index]) { in clear()
457 this->internal_free(_transversal[depth][index]); in clear()
458 this->internal_free(_inversal[depth][index]); in clear()
464 for (size_t index = 0; index < _strong_gens.size(depth); ++index) { in clear() local
465 if (deleted.find(_strong_gens.at(depth, index)) == deleted.end()) { in clear()
466 this->internal_free(_strong_gens.at(depth, index)); in clear()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.StackAnalysis/
H A DStackInfo`1.cs32 private int depth; field
36 this.depth = depth; in StackInfo()
42 this.depth = that.depth; in StackInfo()
52 int index = this.depth - 1 - offset;
53 if (index >= 0 && index < this.stack.Length)
54 return this.stack [index];
61 for (int i = this.depth - slots; i < this.depth; ++i) { in Pop()
71 int index = this.depth; in Push()
72 if (index < this.stack.Length) in Push()
73 this.stack [index] = info; in Push()
[all …]
/dports/lang/scheme48/scheme48-1.9.2/scheme/bcomp/
H A Dcomp-exp.scm100 (high-byte index)
101 (low-byte index))))
173 index)
183 index)
490 (define (push-argument node index depth frame)
497 (+ index 1)
523 (define (compile-argument node depth frame debug-info index before? after?)
580 (high-byte index)
583 index)))
591 index)))
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java143 this.depth = depth; in LocationInfo()
151 if (depth == 0) in parseLocationInfo()
159 if (tag != 3 && index != 0) in parseLocationInfo()
178 public LocationInfo pushTypeArg(short index) { in pushTypeArg() argument
179 return pushLocation((byte) 3, index); in pushTypeArg()
195 if (depth == 0 || locations[depth - 1].tag != tag) { in popLocation()
213 if (depth != other.depth) in isSameLocationInfo()
223 public final short index; field in TypeAnnotation.LocationInfo.Location
226 return tag == other.tag && index == other.index; in isSameLocation()
229 public Location(byte tag, short index) { in Location() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java147 this.depth = depth; in LocationInfo()
155 if (depth == 0) in parseLocationInfo()
163 if (tag != 3 && index != 0) in parseLocationInfo()
182 public LocationInfo pushTypeArg(short index) { in pushTypeArg() argument
183 return pushLocation((byte) 3, index); in pushTypeArg()
199 if (depth == 0 || locations[depth - 1].tag != tag) { in popLocation()
217 if (depth != other.depth) in isSameLocationInfo()
227 public final short index; field in TypeAnnotation.LocationInfo.Location
230 return tag == other.tag && index == other.index; in isSameLocation()
233 public Location(byte tag, short index) { in Location() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java147 this.depth = depth; in LocationInfo()
155 if (depth == 0) in parseLocationInfo()
163 if (tag != 3 && index != 0) in parseLocationInfo()
182 public LocationInfo pushTypeArg(short index) { in pushTypeArg() argument
183 return pushLocation((byte) 3, index); in pushTypeArg()
199 if (depth == 0 || locations[depth - 1].tag != tag) { in popLocation()
217 if (depth != other.depth) in isSameLocationInfo()
227 public final short index; field in TypeAnnotation.LocationInfo.Location
230 return tag == other.tag && index == other.index; in isSameLocation()
233 public Location(byte tag, short index) { in Location() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java143 this.depth = depth; in LocationInfo()
151 if (depth == 0) in parseLocationInfo()
159 if (tag != 3 && index != 0) in parseLocationInfo()
178 public LocationInfo pushTypeArg(short index) { in pushTypeArg() argument
179 return pushLocation((byte) 3, index); in pushTypeArg()
195 if (depth == 0 || locations[depth - 1].tag != tag) { in popLocation()
213 if (depth != other.depth) in isSameLocationInfo()
223 public final short index; field in TypeAnnotation.LocationInfo.Location
226 return tag == other.tag && index == other.index; in isSameLocation()
229 public Location(byte tag, short index) { in Location() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java155 this.depth = depth; in LocationInfo()
163 if (depth == 0) in parseLocationInfo()
171 if (tag != 3 && index != 0) in parseLocationInfo()
190 public LocationInfo pushTypeArg(short index) { in pushTypeArg() argument
191 return pushLocation((byte) 3, index); in pushTypeArg()
207 if (depth == 0 || locations[depth - 1].tag != tag) { in popLocation()
225 if (depth != other.depth) in isSameLocationInfo()
235 public final short index; field in TypeAnnotation.LocationInfo.Location
238 return tag == other.tag && index == other.index; in isSameLocation()
241 public Location(byte tag, short index) { in Location() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java155 this.depth = depth; in LocationInfo()
163 if (depth == 0) in parseLocationInfo()
171 if (tag != 3 && index != 0) in parseLocationInfo()
190 public LocationInfo pushTypeArg(short index) { in pushTypeArg() argument
191 return pushLocation((byte) 3, index); in pushTypeArg()
207 if (depth == 0 || locations[depth - 1].tag != tag) { in popLocation()
225 if (depth != other.depth) in isSameLocationInfo()
235 public final short index; field in TypeAnnotation.LocationInfo.Location
238 return tag == other.tag && index == other.index; in isSameLocation()
241 public Location(byte tag, short index) { in Location() argument
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/misc/
H A Dmake_mixer_helpers.py18 def index(self, fmt): member in Depth
104 for depth in depths:
105 buf_index = depth.index(fmt)("spl->spl_data.buffer", "i0 + i")
169 for depth in depths:
170 x0 = depth.index(fmt)("spl->spl_data.buffer", "p0 + i")
171 x1 = depth.index(fmt)("spl->spl_data.buffer", "p1 + i")
261 for depth in depths:
262 value0 = depth.index(fmt)("spl->spl_data.buffer", "p0 + i")
263 value1 = depth.index(fmt)("spl->spl_data.buffer", "p1 + i")
264 value2 = depth.index(fmt)("spl->spl_data.buffer", "p2 + i")
[all …]
/dports/devel/py-pyface/pyface-7.2.0/pyface/data_view/tests/
H A Dtest_index_manager.py144 for depth, row in enumerate(sequence):
145 with self.subTest(depth=depth):
156 for depth, row in enumerate(sequence):
157 with self.subTest(depth=depth):
166 for depth, row in enumerate(sequence):
167 with self.subTest(depth=depth):
170 self.assertEqual(result, sequence[:depth+1])
175 for depth, row in enumerate([5, 6, 7, 8, 9, 10]):
176 with self.subTest(depth=depth):
186 for depth, row in enumerate(sequence):
[all …]
/dports/security/klee/klee-2.2/utils/hacks/TreeGraphs/
H A DTreeGraph.py94 def getTreePos(depth, maxDepth, index, ranges=None, depthOrder=None): argument
107 x = (index - min[depth])/(max[depth]-min[depth])
109 idx = depthOrder[depth].index(index)
131 depthIndices[depth].add(index)
145 depthIndices[depth+1].add(index*2)
146 depthIndices[depth+1].add(index*2+1)
147 depthIndices[depth+2].add(index*2*2)
148 depthIndices[depth+2].add(index*4+3)
149 minDepthIndex[depth] = min(index,minDepthIndex[depth])
150 maxDepthIndex[depth] = max(index,maxDepthIndex[depth])
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsabstractgeometry.cpp326 levels[0].index = index; in vertex_iterator()
333 if ( depth == 0 && levels[0].index >= levels[0].g->childCount() ) in operator ++()
338 ++levels[depth].index; in operator ++()
341 while ( depth > 0 && levels[depth].index >= levels[depth].g->childCount() ) in operator ++()
344 ++levels[depth].index; in operator ++()
362 return levels[depth].g->childPoint( levels[depth].index ); in operator *()
367 int part = 0, ring = 0, vertex = levels[depth].index; in vertexId()
410 …if ( levels[depth].g->hasChildGeometries() && levels[depth].index >= levels[depth].g->childCount()… in digDown()
418 levels[depth].index = 0; in digDown()
419 levels[depth].g = levels[depth - 1].g->childGeometry( levels[depth - 1].index ); in digDown()
[all …]
/dports/games/an/an-1.2/
H A Dbitfield.c35 int index; in make_bitfield() local
42 for (index = 0; *p && (*p != *word); p++, index++) { in make_bitfield()
45 freqs[index]++; in make_bitfield()
46 if (freqs[index] > maxfreq) { in make_bitfield()
47 maxfreq = freqs[index]; in make_bitfield()
65 for (index = 0; index <alphabetlength; index++) { in make_bitfield()
67 while (freqs[index] > 0) { in make_bitfield()
70 freqs[index]--; in make_bitfield()
94 if (a->depth < b->depth) in bf_contains()
108 int mindepth = a->depth > b->depth ? b->depth : a->depth; in bf_subtract()
[all …]
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dttable.c146 if (( (DP_TTable[index].Depth < depth) in StoreTT()
147 || ((DP_TTable[index].Depth == depth) && in StoreTT()
178 DP_TTable[index].Depth = depth; in StoreTT()
209 AS_TTable[index].Depth = depth; in StoreTT()
225 AS_TTable[index].Depth = depth; in LearnStoreTT()
263 && ((depth-2-1) <= DP_TTable[index].Depth) in ProbeTT()
267 if (DP_TTable[index].Threat) depth++; in ProbeTT()
269 if (DP_TTable[index].Depth >= depth) in ProbeTT()
298 && ((depth-2-1) <= AS_TTable[index].Depth) in ProbeTT()
302 if (AS_TTable[index].Threat) depth++; in ProbeTT()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dtest-hwloc-info.output59 depth = 2
78 depth = 2
97 depth = 2
280 depth = 2
299 depth = 2
318 depth = 2
338 depth = 3
385 depth = -3
407 depth = -3
470 depth = 0
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dtest-hwloc-info.output59 depth = 2
78 depth = 2
97 depth = 2
280 depth = 2
299 depth = 2
318 depth = 2
338 depth = 3
385 depth = -3
407 depth = -3
470 depth = 0
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dtest-hwloc-info.output59 depth = 2
78 depth = 2
97 depth = 2
280 depth = 2
299 depth = 2
318 depth = 2
338 depth = 3
385 depth = -3
407 depth = -3
470 depth = 0
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dtest-hwloc-info.output59 depth = 2
78 depth = 2
97 depth = 2
280 depth = 2
299 depth = 2
318 depth = 2
338 depth = 3
385 depth = -3
407 depth = -3
470 depth = 0
[all …]
/dports/devel/hwloc/hwloc-1.11.13/utils/hwloc/
H A Dtest-hwloc-info.output45 depth = 2
61 depth = 2
77 depth = 2
94 0.0: depth = 3
110 0.1: depth = 2
126 0.2: depth = 1
144 0.3: depth = 0
233 depth = 1
251 depth = 1
269 depth = 1
[all …]

12345678910>>...1869