OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxdepth
(Results
1 - 25
of
526
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/html5lib-python/doc/
modules.rst
5
:
maxdepth
: 4
index.rst
8
:
maxdepth
: 2
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/source/
modules.rst
5
:
maxdepth
: 4
/external/chromium-trace/catapult/third_party/webapp2/docs/api/
index.rst
7
:
maxdepth
: 3
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
index.rst
7
:
maxdepth
: 1
/prebuilts/go/darwin-x86/test/bench/go1/
binarytree_test.go
34
maxDepth
:= n
36
maxDepth
= minDepth + 2
38
stretchDepth :=
maxDepth
+ 1
43
longLivedTree := bottomUpTree(0,
maxDepth
)
45
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
46
iterations := 1 << uint(
maxDepth
-depth+minDepth)
56
//fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
/prebuilts/go/linux-x86/test/bench/go1/
binarytree_test.go
34
maxDepth
:= n
36
maxDepth
= minDepth + 2
38
stretchDepth :=
maxDepth
+ 1
43
longLivedTree := bottomUpTree(0,
maxDepth
)
45
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
46
iterations := 1 << uint(
maxDepth
-depth+minDepth)
56
//fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
index.rst
7
:
maxdepth
: 3
/build/kati/
pathutil_test.go
149
maxdepth
:= 1<<31 - 1
159
depth:
maxdepth
,
167
depth:
maxdepth
,
175
depth:
maxdepth
,
183
depth:
maxdepth
,
191
depth:
maxdepth
,
199
depth:
maxdepth
,
207
depth:
maxdepth
,
215
depth:
maxdepth
,
223
depth:
maxdepth
,
[
all
...]
/external/clang/docs/
index.rst
9
:
maxdepth
: 1
17
:
maxdepth
: 1
43
:
maxdepth
: 1
61
:
maxdepth
: 1
72
:
maxdepth
: 1
/external/wpa_supplicant_8/hs20/client/
devdetail.xml
37
<
MaxDepth
>0</
MaxDepth
>
/prebuilts/go/darwin-x86/test/bench/shootout/
binary-tree.c
102
unsigned N, depth, minDepth,
maxDepth
, stretchDepth;
110
maxDepth
= minDepth + 2;
112
maxDepth
= N;
114
stretchDepth =
maxDepth
+ 1;
126
longLivedTree = BottomUpTree(0,
maxDepth
);
128
for (depth = minDepth; depth <=
maxDepth
; depth += 2)
132
iterations = pow(2,
maxDepth
- depth + minDepth);
159
maxDepth
,
binary-tree-freelist.go
103
maxDepth
:= *n
105
maxDepth
= minDepth + 2
107
stretchDepth :=
maxDepth
+ 1
112
longLivedTree := bottomUpTree(0,
maxDepth
)
114
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
115
iterations := 1 << uint(
maxDepth
-depth+minDepth)
128
fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
binary-tree.go
70
maxDepth
:= *n
72
maxDepth
= minDepth + 2
74
stretchDepth :=
maxDepth
+ 1
79
longLivedTree := bottomUpTree(0,
maxDepth
)
81
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
82
iterations := 1 << uint(
maxDepth
-depth+minDepth)
91
fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
/prebuilts/go/linux-x86/test/bench/shootout/
binary-tree.c
102
unsigned N, depth, minDepth,
maxDepth
, stretchDepth;
110
maxDepth
= minDepth + 2;
112
maxDepth
= N;
114
stretchDepth =
maxDepth
+ 1;
126
longLivedTree = BottomUpTree(0,
maxDepth
);
128
for (depth = minDepth; depth <=
maxDepth
; depth += 2)
132
iterations = pow(2,
maxDepth
- depth + minDepth);
159
maxDepth
,
binary-tree-freelist.go
103
maxDepth
:= *n
105
maxDepth
= minDepth + 2
107
stretchDepth :=
maxDepth
+ 1
112
longLivedTree := bottomUpTree(0,
maxDepth
)
114
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
115
iterations := 1 << uint(
maxDepth
-depth+minDepth)
128
fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
binary-tree.go
70
maxDepth
:= *n
72
maxDepth
= minDepth + 2
74
stretchDepth :=
maxDepth
+ 1
79
longLivedTree := bottomUpTree(0,
maxDepth
)
81
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
82
iterations := 1 << uint(
maxDepth
-depth+minDepth)
91
fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
/external/chromium-trace/catapult/telemetry/third_party/mox3/doc/source/
index.rst
10
:
maxdepth
: 2
/external/chromium-trace/catapult/third_party/mox3/doc/source/
index.rst
10
:
maxdepth
: 2
/external/jemalloc/
coverage.sh
14
for f in `find . -
maxdepth
1 -type f -name '*.gcov'` ; do
/external/llvm/docs/CommandGuide/
index.rst
15
:
maxdepth
: 1
38
:
maxdepth
: 1
48
:
maxdepth
: 1
/prebuilts/go/darwin-x86/test/bench/garbage/
tree.go
73
maxDepth
:= *n
75
maxDepth
= minDepth + 2
77
stretchDepth :=
maxDepth
+ 1
82
longLivedTree := bottomUpTree(0,
maxDepth
)
84
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
85
iterations := 1 << uint(
maxDepth
-depth+minDepth)
94
fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
/prebuilts/go/linux-x86/test/bench/garbage/
tree.go
73
maxDepth
:= *n
75
maxDepth
= minDepth + 2
77
stretchDepth :=
maxDepth
+ 1
82
longLivedTree := bottomUpTree(0,
maxDepth
)
84
for depth := minDepth; depth <=
maxDepth
; depth += 2 {
85
iterations := 1 << uint(
maxDepth
-depth+minDepth)
94
fmt.Printf("long lived tree of depth %d\t check: %d\n",
maxDepth
, longLivedTree.itemCheck())
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
index.rst
12
:
maxdepth
: 2
/external/clang/docs/CommandGuide/
index.rst
15
:
maxdepth
: 1
Completed in 1020 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>