HomeSort by relevance Sort by last modified time
    Searched defs:stretchDepth (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/test/bench/shootout/
binary-tree.c 102 unsigned N, depth, minDepth, maxDepth, stretchDepth;
114 stretchDepth = maxDepth + 1;
116 stretchTree = BottomUpTree(0, stretchDepth);
120 stretchDepth,
  /prebuilts/go/linux-x86/test/bench/shootout/
binary-tree.c 102 unsigned N, depth, minDepth, maxDepth, stretchDepth;
114 stretchDepth = maxDepth + 1;
116 stretchTree = BottomUpTree(0, stretchDepth);
120 stretchDepth,

Completed in 191 milliseconds