Home | History | Annotate | Download | only in src

Lines Matching full:maxdepth

53     maxDepth = INT_MAX;
70 maxDepth = _maxDepth;
260 int maxdepth = INT_MAX;//pruneCV(root);
317 if( wnode.left >= 0 && depth+1 < maxdepth )