Searched refs:min_depth (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_so_binary_trees.rb29 min_depth = 4
31 max_depth = min_depth + 2 if min_depth + 2 > max_depth
41 min_depth.step(max_depth + 1, 2) do |depth|
42 iterations = 2**(max_depth - depth + min_depth)
/macosx-10.9.5/rsync-42/rsync/
H A Dgenerator.c224 static int min_depth = MAXPATHLEN, cur_depth = -1; local
232 while (cur_depth >= min_depth)
234 min_depth = MAXPATHLEN;
257 while (cur_depth >= file->dir.depth && cur_depth >= min_depth)
260 if (min_depth > cur_depth)
261 min_depth = cur_depth;
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm1856 * min_depth -- minimum depth for the tree. Defaults to 2. Leaves can
1861 min_depth. The tree will not be deeper than this.
1884 my $min_depth = $o->{'min_depth'} || 2;
1885 my $max_depth = $o->{'max_depth'} || ($min_depth + 3);
1902 if($depth <= $min_depth) {
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxpath.c14237 int max_depth, min_depth; local
14253 min_depth = xmlPatternMinDepth(comp);
14254 if (min_depth == -1)
14274 if (min_depth == 0) {
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c14064 int max_depth, min_depth; local
14080 min_depth = xmlPatternMinDepth(comp);
14081 if (min_depth == -1)
14101 if (min_depth == 0) {

Completed in 224 milliseconds