Searched refs:depth (Results 1 - 25 of 1147) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dtcl_flow.d53 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 >
[all...]
H A Dsh_flow.d53 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));
H A Djs_flow.d50 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));
H A Dphp_flow.d51 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));
H A Dpl_flow.d51 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));
H A Dpy_flow.d51 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));
H A Drb_flow.d50 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),
H A Dtcl_procflow.d51 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));
H A Dphp_calldist.d52 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]
[all...]
H A Dphp_cpudist.d52 self->depth++;
53 self->exclude[self->depth] = 0;
54 self->function[self->depth] = vtimestamp;
58 /arg0 && self->function[self->depth]/
60 this->oncpu_incl = vtimestamp - self->function[self->depth];
61 this->oncpu_excl = this->oncpu_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]
[all...]
H A Dpl_calldist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->sub[self->depth] = timestamp;
57 /self->sub[self->depth]/
59 this->elapsed_incl = timestamp - self->sub[self->depth];
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 self->sub[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
H A Dpl_cpudist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->sub[self->depth] = vtimestamp;
57 /self->sub[self->depth]/
59 this->oncpu_incl = vtimestamp - self->sub[self->depth];
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
61 self->sub[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_flow.d53 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 >
[all...]
H A Dtcl_procflow.d51 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));
/netbsd-current/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_flow.d53 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));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dmax-depth-c.exp18 source $srcdir/$subdir/max-depth.exp.tcl
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmax-depth-c++.exp22 source $srcdir/$subdir/max-depth.exp.tcl
H A Dmax-depth-c.exp18 source $srcdir/$subdir/max-depth.exp.tcl
/netbsd-current/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_flow.d50 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));
/netbsd-current/external/cddl/dtracetoolkit/dist/Perl/
H A Dpl_flow.d51 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));
/netbsd-current/external/cddl/dtracetoolkit/dist/Php/
H A Dphp_flow.d51 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));
/netbsd-current/external/cddl/dtracetoolkit/dist/Python/
H A Dpy_flow.d51 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));
/netbsd-current/external/cddl/dtracetoolkit/dist/Ruby/
H A Drb_flow.d50 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),
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpretty-print-call-by-hand.c39 g (struct mytype mt, int depth) argument
41 if (depth <= 0)
43 g (mt, depth - 1); /* TAG: first frame */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dexpprint.c79 dump_for_expression (struct ui_file *stream, int depth, enum exp_opcode op) argument
81 gdb_printf (stream, _("%*sOperation: %s\n"), depth, "", op_name (op));
85 dump_for_expression (struct ui_file *stream, int depth, const std::string &str) argument
87 gdb_printf (stream, _("%*sString: %s\n"), depth, "", str.c_str ());
91 dump_for_expression (struct ui_file *stream, int depth, struct type *type) argument
93 gdb_printf (stream, _("%*sType: "), depth, "");
99 dump_for_expression (struct ui_file *stream, int depth, CORE_ADDR addr) argument
101 gdb_printf (stream, _("%*sConstant: %s\n"), depth, "",
106 dump_for_expression (struct ui_file *stream, int depth, internalvar *ivar) argument
108 gdb_printf (stream, _("%*sInternalvar: $%s\n"), depth, "",
113 dump_for_expression(struct ui_file *stream, int depth, symbol *sym) argument
120 dump_for_expression(struct ui_file *stream, int depth, bound_minimal_symbol msym) argument
128 dump_for_expression(struct ui_file *stream, int depth, const block *bl) argument
134 dump_for_expression(struct ui_file *stream, int depth, const block_symbol &sym) argument
143 dump_for_expression(struct ui_file *stream, int depth, type_instance_flags flags) argument
155 dump_for_expression(struct ui_file *stream, int depth, enum c_string_type_values flags) argument
183 dump_for_expression(struct ui_file *stream, int depth, enum range_flag flags) argument
199 dump_for_expression(struct ui_file *stream, int depth, const std::unique_ptr<ada_component> &comp) argument
[all...]

Completed in 302 milliseconds

1234567891011>>