Searched refs:nargs (Results 151 - 175 of 571) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dh8300-dis.c671 int nargs; local
684 for (nargs = 0;
685 nargs < 3 && args[nargs] != (op_type) E;
686 nargs++)
688 int x = args[nargs];
694 cst[nargs], cstlen[nargs],
695 dispregno[nargs], regno[nargs],
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddata.c2526 arith_driver (code, nargs, args)
2528 int nargs;
2554 for (argnum = 0; argnum < nargs; argnum++)
2562 nargs, args);
2571 accum = argnum ? accum - next : nargs == 1 ? - next : next;
2614 float_arith_driver (accum, argnum, code, nargs, args)
2618 int nargs;
2624 for (; argnum < nargs; argnum++)
2644 accum = argnum ? accum - next : nargs == 1 ? - next : next;
2681 (nargs, arg
2667 int nargs; variable
2679 int nargs; variable
2689 int nargs; variable
2700 int nargs; variable
2788 int nargs; variable
2799 int nargs; variable
2810 int nargs; variable
2821 int nargs; variable
2832 int nargs; variable
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd.c375 int i, nargs = 0, nvals = 0; local
388 nargs++;
394 nvals = nargs;
397 nargs * (strlen(driver->pformat) + sizeof(nargs) * 3 + 2) + 1;
399 t = apr_pcalloc(pool, sizeof(*t) * nargs);
476 return driver->prepare(pool,handle,pq,label,nargs,nvals,t,statement);
483 int nargs, const char **args)
492 int nargs, const char **args)
479 apr_dbd_pquery(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, int *nrows, apr_dbd_prepared_t *statement, int nargs, const char **args) argument
488 apr_dbd_pselect(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, apr_dbd_prepared_t *statement, int random, int nargs, const char **args) argument
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dplural.c78 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
96 new_exp (nargs, op, args)
97 int nargs;
105 for (i = nargs - 1; i >= 0; i--)
113 newp->nargs = nargs;
115 for (i = nargs - 1; i >= 0; i--)
121 for (i = nargs - 1; i >= 0; i--)
1352 switch (exp->nargs)
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dplural.c78 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
96 new_exp (nargs, op, args)
97 int nargs;
105 for (i = nargs - 1; i >= 0; i--)
113 newp->nargs = nargs;
115 for (i = nargs - 1; i >= 0; i--)
121 for (i = nargs - 1; i >= 0; i--)
1352 switch (exp->nargs)
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclResult.c467 int nargs, newSpace, i;
486 nargs = 0;
493 if (nargs >= nargs_space) {
500 for (i = 0; i < nargs; ++i) {
509 args[nargs++] = string;
528 for (i = 0; i < nargs; ++i) {
459 int nargs, newSpace, i; local
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSvListCmd.c354 int argLen, ret, off, llen, first, last, ndel, nargs, i, j;
402 nargs = objc - (off + 2);
403 if (nargs) {
404 args = (Tcl_Obj**)Tcl_Alloc(nargs * sizeof(Tcl_Obj*));
410 ret = Tcl_ListObjReplace(interp, svObj->tclObj, first, ndel, nargs, args);
451 int ret, off, llen, first, last, nargs, i, j;
491 nargs = last - first + 1;
492 args = (Tcl_Obj**)Tcl_Alloc(nargs * sizeof(Tcl_Obj*)); local
498 Tcl_SetListObj(Tcl_GetObjResult(interp), nargs, args);
533 int off, ret, flg, llen, nargs, inde
349 int argLen, ret, off, llen, first, last, ndel, nargs, i, j; local
445 int ret, off, llen, first, last, nargs, i, j; local
526 int off, ret, flg, llen, nargs, index = 0, i, j; local
[all...]
/macosx-10.10.1/libffi-18.1/include/
H A Dffi.h180 unsigned nargs; member in struct:ffi_cif
315 unsigned int nargs,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h172 unsigned nargs; member in struct:ffi_cif
305 unsigned int nargs,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h172 unsigned nargs; member in struct:ffi_cif
305 unsigned int nargs,
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/include/
H A Dffi.h173 unsigned nargs; member in struct:ffi_cif
308 unsigned int nargs,
/macosx-10.10.1/screen-22/screen/
H A Dscreen.h190 int nargs; member in struct:msg::__anon12354::__anon12355
218 int nargs; member in struct:msg::__anon12354::__anon12358
/macosx-10.10.1/vim-55/runtime/compiler/
H A Ddecada.vim41 command -nargs=* CompilerSet setlocal <args>
H A Dperl.vim12 command -nargs=* CompilerSet setlocal <args>
H A Dtex.vim11 command -nargs=* CompilerSet setlocal <args>
H A Dtidy.vim16 command -nargs=* CompilerSet setlocal <args>
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxpm2.vim23 command -nargs=+ HiLink hi link <args>
24 command -nargs=+ Hi hi <args>
26 command -nargs=+ HiLink hi def link <args>
27 command -nargs=+ Hi hi def <args>
H A Dxs.vim29 command -nargs=+ HiLink hi def link <args>
H A Dantlr.vim59 command -nargs=+ HiLink hi link <args>
61 command -nargs=+ HiLink hi def link <args>
H A Dasn.vim55 command -nargs=+ HiLink hi link <args>
57 command -nargs=+ HiLink hi def link <args>
H A Dave.vim67 command -nargs=+ HiLink hi link <args>
69 command -nargs=+ HiLink hi def link <args>
H A Dayacc.vim57 command -nargs=+ HiLink hi link <args>
59 command -nargs=+ HiLink hi def link <args>
H A Dchangelog.vim54 command -nargs=+ HiLink hi link <args>
56 command -nargs=+ HiLink hi def link <args>
H A Dclean.vim53 command -nargs=+ HiLink hi link <args>
55 command -nargs=+ HiLink hi def link <args>
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c85 for (i = ecif->cif->nargs; i > 0; i--, p_arg++, p_argv++)
313 for (i = cif->nargs, p_arg = cif->arg_types; i > 0; i--, p_arg++, p_argv++)
338 void** arg_area = (void**)alloca(cif->nargs * sizeof(void*));
475 for (i = cif->nargs - 1; i >= 0; i--)

Completed in 482 milliseconds

1234567891011>>