Home
last modified time | relevance | path

Searched refs:clo_level (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/helgrind/tests/
Dt2t.c32 int clo_level = 1; in doit() local
35 if (argc >= 3) clo_level = atoi(argv[2]); in doit()
42 if (clo_level > LEVEL) { in doit()
43 printf("error argv[2] (level arg) %d > max LEVEL %d\n", clo_level, LEVEL); in doit()
48 clo_many, clo_level, in doit()
49 clo_many * clo_level + clo_level * (clo_level == 1 ? 0 : 1)); in doit()
51 for (l = 0; l < clo_level; l++) { in doit()
58 if (clo_level > 1) { in doit()
65 for (l = 0; l < clo_level; l++) { in doit()
72 if (clo_level > 1) { in doit()
[all …]