HomeSort by: relevance | last modified time | path
    Searched refs:depth (Results 1 - 25 of 1244) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/cddl/dtracetoolkit/dist/Bin/
tcl_flow.d 53 self int depth;
63 self->depth * 2, "", copyinstr(arg0));
64 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 self->depth * 2, "", copyinstr(arg0));
77 self->depth * 2, "", copyinstr(arg0));
78 self->depth++;
83 self->depth -= self->depth > 0 ? 1 : 0
    [all...]
sh_flow.d 53 self int depth;
57 self->depth = 0;
64 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
65 self->depth++;
70 self->depth -= self->depth > 0 ? 1 : 0;
72 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
78 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
84 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
js_flow.d 50 self int depth;
60 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
61 self->depth++;
66 self->depth -= self->depth > 0 ? 1 : 0;
68 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
php_flow.d 51 self int depth;
62 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
63 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
pl_flow.d 51 self int depth;
61 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
py_flow.d 51 self int depth;
61 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
rb_flow.d 50 self int depth;
61 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
63 self->depth++;
68 self->depth -= self->depth > 0 ? 1 : 0;
70 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
tcl_procflow.d 51 self int depth;
61 self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 self->depth * 2, "", copyinstr(arg0));
php_calldist.d 52 self->depth++;
53 self->exclude[self->depth] = 0;
54 self->function[self->depth] = timestamp;
58 /arg0 && self->function[self->depth]/
60 this->elapsed_incl = timestamp - self->function[self->depth];
61 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
62 self->function[self->depth] = 0;
63 self->exclude[self->depth] = 0;
72 self->depth--;
73 self->exclude[self->depth] += this->elapsed_incl
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Tcl/
tcl_flow.d 53 self int depth;
63 self->depth * 2, "", copyinstr(arg0));
64 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 self->depth * 2, "", copyinstr(arg0));
77 self->depth * 2, "", copyinstr(arg0));
78 self->depth++;
83 self->depth -= self->depth > 0 ? 1 : 0
    [all...]
tcl_procflow.d 51 self int depth;
61 self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 self->depth * 2, "", copyinstr(arg0));
  /src/external/cddl/dtracetoolkit/dist/Shell/
sh_flow.d 53 self int depth;
57 self->depth = 0;
64 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
65 self->depth++;
70 self->depth -= self->depth > 0 ? 1 : 0;
72 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
78 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
84 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
  /src/external/gpl3/gdb/dist/gdb/
expprint.c 61 dump_for_expression (struct ui_file *stream, int depth, enum exp_opcode op)
63 gdb_printf (stream, _("%*sOperation: "), depth, "");
83 dump_for_expression (struct ui_file *stream, int depth, const std::string &str)
85 gdb_printf (stream, _("%*sString: %s\n"), depth, "", str.c_str ());
89 dump_for_expression (struct ui_file *stream, int depth, struct type *type)
91 gdb_printf (stream, _("%*sType: "), depth, "");
97 dump_for_expression (struct ui_file *stream, int depth, CORE_ADDR addr)
99 gdb_printf (stream, _("%*sConstant: %s\n"), depth, "",
104 dump_for_expression (struct ui_file *stream, int depth, const gdb_mpz &val)
106 gdb_printf (stream, _("%*sConstant: %s\n"), depth, "", val.str ().c_str ())
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
expprint.c 61 dump_for_expression (struct ui_file *stream, int depth, enum exp_opcode op)
63 gdb_printf (stream, _("%*sOperation: "), depth, "");
83 dump_for_expression (struct ui_file *stream, int depth, const std::string &str)
85 gdb_printf (stream, _("%*sString: %s\n"), depth, "", str.c_str ());
89 dump_for_expression (struct ui_file *stream, int depth, struct type *type)
91 gdb_printf (stream, _("%*sType: "), depth, "");
97 dump_for_expression (struct ui_file *stream, int depth, CORE_ADDR addr)
99 gdb_printf (stream, _("%*sConstant: %s\n"), depth, "",
104 dump_for_expression (struct ui_file *stream, int depth, const gdb_mpz &val)
106 gdb_printf (stream, _("%*sConstant: %s\n"), depth, "", val.str ().c_str ())
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
max-depth-c++.exp 20 source $srcdir/$subdir/max-depth.exp.tcl
max-depth-c.exp 18 source $srcdir/$subdir/max-depth.exp.tcl
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
max-depth-c++.exp 20 source $srcdir/$subdir/max-depth.exp.tcl
max-depth-c.exp 18 source $srcdir/$subdir/max-depth.exp.tcl
  /src/external/cddl/dtracetoolkit/dist/JavaScript/
js_flow.d 50 self int depth;
60 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
61 self->depth++;
66 self->depth -= self->depth > 0 ? 1 : 0;
68 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
  /src/external/cddl/dtracetoolkit/dist/Perl/
pl_flow.d 51 self int depth;
61 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
  /src/external/cddl/dtracetoolkit/dist/Php/
php_flow.d 51 self int depth;
62 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
63 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
  /src/external/cddl/dtracetoolkit/dist/Python/
py_flow.d 51 self int depth;
61 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
  /src/external/cddl/dtracetoolkit/dist/Ruby/
rb_flow.d 50 self int depth;
61 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
63 self->depth++;
68 self->depth -= self->depth > 0 ? 1 : 0;
70 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
pretty-print-call-by-hand.c 39 g (struct mytype mt, int depth)
41 if (depth <= 0)
43 g (mt, depth - 1); /* TAG: first frame */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
pretty-print-call-by-hand.c 39 g (struct mytype mt, int depth)
41 if (depth <= 0)
43 g (mt, depth - 1); /* TAG: first frame */

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>