HomeSort by: relevance | last modified time | path
    Searched defs:xargs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_provider.c 242 dt_node_t *xargs, *nargs; local
298 xargs = dt_probe_alloc_args(pvp, xc);
301 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
314 nargs, nc, xargs, xc)) == NULL) {
414 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
427 * and xargs be specified but set to NULL, indicating a void prototype.
430 assert(xargs == NULL);
432 xargs = nargs;
449 prp->pr_xargs = xargs;
465 for (i = 0; i < xargc; i++, xargs = xargs->dn_list)
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 1528 debug_type *args, *xargs; local
1593 xargs = debug_xalloc (dhandle, (n + 1) * sizeof (*args));
1594 memcpy (xargs, args, (n + 1) * sizeof (*args));
1597 dtype = debug_make_method_type (dhandle, return_type, domain, xargs,
4617 debug_type *xargs;
4619 xargs = debug_xalloc (minfo->dhandle, (count + 1) * sizeof (*xargs));
4620 memcpy (xargs, *pargs, (count + 1) * sizeof (*xargs));
4622 *pargs = xargs;
4616 debug_type *xargs; local
5265 debug_type *pargs, *xargs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 1528 debug_type *args, *xargs; local
1593 xargs = debug_xalloc (dhandle, (n + 1) * sizeof (*args));
1594 memcpy (xargs, args, (n + 1) * sizeof (*args));
1597 dtype = debug_make_method_type (dhandle, return_type, domain, xargs,
4617 debug_type *xargs;
4619 xargs = debug_xalloc (minfo->dhandle, (count + 1) * sizeof (*xargs));
4620 memcpy (xargs, *pargs, (count + 1) * sizeof (*xargs));
4622 *pargs = xargs;
4616 debug_type *xargs; local
5265 debug_type *pargs, *xargs; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-strub.cc 2392 size_t xargs = 1;
2393 size_t curlen = 0, tgtlen = 2 + 2 * (named_args + xargs);
2411 while (curlen < tgtlen - 2 * xargs)
2996 size_t xargs = 1 + int (is_stdarg) + int (apply_args);
2997 size_t curlen = 0, tgtlen = 2 + 2 * (named_args + xargs);
3021 while (curlen < tgtlen - 2 * xargs)
2390 size_t xargs = 1; local
2994 size_t xargs = 1 + int (is_stdarg) + int (apply_args); local

Completed in 33 milliseconds