HomeSort by relevance Sort by last modified time
    Searched refs:nargs (Results 301 - 325 of 764) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/intl/
plural.c 84 new_exp (int nargs, enum operator op, struct expression * const *args)
90 for (i = nargs - 1; i >= 0; i--)
98 newp->nargs = nargs;
100 for (i = nargs - 1; i >= 0; i--)
106 for (i = nargs - 1; i >= 0; i--)
    [all...]
  /external/libxml2/
xpointer.c 1274 void xmlXPtrStringRangeFunction(xmlXPathParserContextPtr ctxt, int nargs);
1276 void xmlXPtrStartPointFunction(xmlXPathParserContextPtr ctxt, int nargs);
1278 void xmlXPtrEndPointFunction(xmlXPathParserContextPtr ctxt, int nargs);
1280 void xmlXPtrHereFunction(xmlXPathParserContextPtr ctxt, int nargs);
1282 void xmlXPtrOriginFunction(xmlXPathParserContextPtr ctxt, int nargs);
    [all...]
  /build/kati/
expr.cc 282 int nargs = 1; local
284 if (f->arity() && nargs >= f->arity()) {
301 (f->trim_space() || (nargs == 1 && f->trim_right_space_1st()));
314 nargs++;
324 if (nargs <= f->min_arity()) {
327 nargs - 1, f->name());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 425 int nargs = lua_gettop(L) - 1; local
429 if (nargs == 0) { /* no arguments? */
434 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments");
436 for (n = first; nargs-- && success; n++) {
515 int nargs = lua_gettop(L) - arg; local
517 for (; nargs--; arg++) {
  /external/libffi/src/arm/
ffi.c 144 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
183 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
389 arg_area = (void**) alloca (cif->nargs * sizeof (void*));
428 for (i = cif->nargs, p_arg = cif->arg_types; (i != 0); i--, p_arg++)
474 for (i = cif->nargs, p_arg = cif->arg_types; (i != 0); i--, p_arg++)
923 for (i = 0; i < cif->nargs; i++)
  /external/libpng/contrib/tools/
genpng.c 703 pixel(png_uint_16p p, struct arg *args, int nargs, double x, double y)
705 /* Fill in the pixel by checking each shape (args[nargs]) for effects on
710 while (--nargs >= 0 && a != 1)
715 const double alpha = alpha_calc(args+nargs, x, y) * (1-a);
717 r += alpha * args[nargs].color->red;
718 g += alpha * args[nargs].color->green;
719 b += alpha * args[nargs].color->blue;
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 144 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
183 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
389 arg_area = (void**) alloca (cif->nargs * sizeof (void*));
428 for (i = cif->nargs, p_arg = cif->arg_types; (i != 0); i--, p_arg++)
474 for (i = cif->nargs, p_arg = cif->arg_types; (i != 0); i--, p_arg++)
923 for (i = 0; i < cif->nargs; i++)
  /external/python/cpython3/Include/
abstract.h 280 Py_ssize_t nargs);
293 /* Convert (args, nargs, kwargs) into a (stack, nargs, kwnames).
304 Py_ssize_t nargs,
310 args is a C array for positional arguments (nargs is the number of
313 If nargs is equal to zero, args can be NULL. kwargs can be NULL.
314 nargs must be greater or equal to zero.
319 PyObject **args, Py_ssize_t nargs,
325 of strings in kwnames. nargs is the number of positional parameters at
332 If nargs is equal to zero and there is no keyword argument (kwnames i
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/arm/
ffi.c 144 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
183 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
389 arg_area = (void**) alloca (cif->nargs * sizeof (void*));
428 for (i = cif->nargs, p_arg = cif->arg_types; (i != 0); i--, p_arg++)
474 for (i = cif->nargs, p_arg = cif->arg_types; (i != 0); i--, p_arg++)
923 for (i = 0; i < cif->nargs; i++)
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 105 _winapi_ConnectNamedPipe(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
113 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
680 _winapi_ReadFile(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
689 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
874 _winapi_WriteFile(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
883 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
  /external/syslinux/com32/lua/src/
liolib.c 435 int nargs = lua_gettop(L) - 1; local
439 if (nargs == 0) { /* no arguments? */
444 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments");
446 for (n = first; nargs-- && success; n++) {
529 int nargs = lua_gettop(L) - arg; local
531 for (; nargs--; arg++) {
  /toolchain/binutils/binutils-2.27/opcodes/
cr16-dis.c 716 && currentInsn->nargs == 1)
722 for (i = 0; i < currentInsn->nargs; i++)
738 if ((i != currentInsn->nargs - 1) && (!IS_INSN_MNEMONIC ("b")))
751 for (i = 0; i < cr16_currInsn.nargs; i++)
825 if (((cr16_currInsn.nargs = get_number_of_operands ()) != 0)
831 cr16_currInsn.nargs +=1;
  /art/tools/runtime_memusage/
symbol_trace_info.py 148 parser.add_argument("--offsets", action="store", nargs=2,
156 parser.add_argument("--times", action="store", nargs=2,
175 parser.add_argument("categories", action="store", nargs="*",
  /bootable/recovery/
interlace-frames.py 103 parser.add_argument('input', nargs='+')
  /development/gsi/gsi_util/gsi_util/commands/
check_compat.py 170 nargs='*',
dump.py 146 nargs='*',
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertUni.py 124 parser.add_argument('source', nargs='+',
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
client_lib_test.py 43 parser.add_argument('auth_code', nargs='?',
  /external/autotest/site_utils/
check_slave_db_delay.py 72 parser.add_argument('-r', '--replicas', nargs='+',
  /external/libffi/src/bfin/
ffi.c 152 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
  /external/libffi/src/pa/
ffi.c 157 for (i = 0; i < ecif->cif->nargs; i++)
284 for (ptr = cif->arg_types, i = 0; i < cif->nargs; ptr++, i++)
439 avalue = (void **)alloca(cif->nargs * FFI_SIZEOF_ARG);
440 avn = cif->nargs;
  /external/libffi/src/s390/
ffi.c 204 for (ptr = ecif->cif->arg_types, i = ecif->cif->nargs;
414 for (ptr = cif->arg_types, i = cif->nargs;
573 p_arg = avalue = alloca (closure->cif->nargs * sizeof (void *));
584 for (ptr = closure->cif->arg_types, i = closure->cif->nargs;
  /external/libffi/src/x86/
ffi64.c 394 for (bytes = 0, i = 0, avn = cif->nargs; i < avn; i++)
455 avn = cif->nargs;
582 avalue = alloca(cif->nargs * sizeof(void *));
610 avn = cif->nargs;
  /external/libxml2/include/libxml/
xpointer.h 104 int nargs);
  /external/lisa/experiments/
run_binder_transaction_tracing.py 125 parser.add_argument("--pagestats", "-p", nargs="?", type=float, default=None,

Completed in 637 milliseconds

<<11121314151617181920>>