Searched refs:arg0 (Results 226 - 250 of 386) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dpl_syscolors.d78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
87 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
H A Dpy_syscolors.d75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
84 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
H A Dsh_calldist.d63 this->file = basename(copyinstr(arg0));
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
103 @types[basename(copyinstr(arg0)), "cmd", copyinstr(arg1)] =
H A Dhttpdstat.d99 /self->buf && arg0/
101 this->str = (char *)copyin(self->buf, arg0);
H A Dpathopens.d50 self->pathp = arg0;
55 /self->ok && arg0 != -1/
H A Drb_flowinfo.d71 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
83 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
H A Dsh_wasted.d69 @types_cmd[basename(copyinstr(arg0)), this->path] = sum(this->elapsed);
76 @types_wasted[basename(copyinstr(arg0)), this->path] =
H A Dj_calls.d75 this->class = (char *)copyin(arg0, arg1 + 1);
82 this->thread = (char *)copyin(arg0, arg1 + 1);
89 this->class = (char *)copyin(arg0, arg1 + 1);
100 this->class = (char *)copyin(arg0, arg1 + 1);
H A Drb_objcpu.d51 @dist[copyinstr(arg0)] = quantize(this->oncpu / 1000);
H A Drb_syscalls.d51 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
H A Dtcl_syscolors.d75 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0),
87 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0),
97 pid, this->delta, "cmd", self->depth * 2, "", copyinstr(arg0),
109 pid, this->delta, "cmd", self->depth * 2, "", copyinstr(arg0),
H A Dwhatexec.d55 self->file = cleanpath((*(struct vnode **)arg0)->v_path);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_syscolors.d78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
87 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_calltime.d48 /arg0/
56 /arg0 && self->function[self->depth]/
63 this->name = copyinstr(arg0);
H A Dphp_cputime.d48 /arg0/
56 /arg0 && self->function[self->depth]/
63 this->name = copyinstr(arg0);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_syscolors.d75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
84 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_calldist.d63 this->file = basename(copyinstr(arg0));
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
103 @types[basename(copyinstr(arg0)), "cmd", copyinstr(arg1)] =
H A Dsh_wasted.d69 @types_cmd[basename(copyinstr(arg0)), this->path] = sum(this->elapsed);
76 @types_wasted[basename(copyinstr(arg0)), this->path] =
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Apps/
H A Dhttpdstat.d99 /self->buf && arg0/
101 this->str = (char *)copyin(self->buf, arg0);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dpathopens.d50 self->pathp = arg0;
55 /self->ok && arg0 != -1/
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_flowinfo.d71 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
83 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_pname.c167 uu_setpname(char *arg0) argument
174 if (arg0 == NULL) {
183 char *p = strrchr(arg0, '/');
185 pname = arg0;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-phiopt.c160 tree arg0, arg1; local
222 arg0 = PHI_ARG_DEF_TREE (phi, e1->dest_idx);
227 gcc_assert (arg0 != NULL && arg1 != NULL);
230 if (conditional_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
232 else if (value_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
234 else if (abs_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
236 else if (minmax_replacement (bb, bb1, e1, e2, phi, arg0, arg1))
376 tree arg0, tree arg1)
388 if ((integer_zerop (arg0) && integer_onep (arg1))
389 || (integer_zerop (arg1) && integer_onep (arg0)))
374 conditional_replacement(basic_block cond_bb, basic_block middle_bb, edge e0, edge e1, tree phi, tree arg0, tree arg1) argument
544 value_replacement(basic_block cond_bb, basic_block middle_bb, edge e0, edge e1, tree phi, tree arg0, tree arg1) argument
622 minmax_replacement(basic_block cond_bb, basic_block middle_bb, edge e0, edge e1, tree phi, tree arg0, tree arg1) argument
873 abs_replacement(basic_block cond_bb, basic_block middle_bb, edge e0 ATTRIBUTE_UNUSED, edge e1, tree phi, tree arg0, tree arg1) argument
[all...]
H A Dconvert.c180 tree arg0 = strip_float_extensions (TREE_VALUE (TREE_OPERAND (expr, 1))); local
185 if (TYPE_PRECISION (TREE_TYPE (arg0)) > TYPE_PRECISION (type))
186 newtype = TREE_TYPE (arg0);
190 if (FLOAT_TYPE_P (TREE_TYPE (arg0))
200 arglist = build_tree_list (NULL_TREE, fold (convert_to_real (newtype, arg0)));
235 /* Make sure (type)arg0 is an extension, otherwise we could end up
269 tree arg0 = strip_float_extensions (TREE_OPERAND (expr, 0)); local
272 if (FLOAT_TYPE_P (TREE_TYPE (arg0))
277 if (TYPE_MODE (TREE_TYPE (arg0)) == SDmode
280 if (TYPE_MODE (TREE_TYPE (arg0))
598 tree arg0 = get_unwidened (TREE_OPERAND (expr, 0), type); local
621 tree arg0 = get_unwidened (TREE_OPERAND (expr, 0), type); local
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_calls.d75 this->class = (char *)copyin(arg0, arg1 + 1);
82 this->thread = (char *)copyin(arg0, arg1 + 1);
89 this->class = (char *)copyin(arg0, arg1 + 1);
100 this->class = (char *)copyin(arg0, arg1 + 1);

Completed in 87 milliseconds

1234567891011>>