Home
last modified time | relevance | path

Searched refs:max_nargs (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/alephone/alephone-release-20190331/tools/
H A Dgen-Logging_gruntwork.csh19 @ max_nargs = 5
28 while($nargs <= $max_nargs)
73 while($nargs <= $max_nargs)
/dports/science/py-chempy/chempy-0.8.2/chempy/util/
H A Dpyutil.py315 def memoize(max_nargs=0): argument
319 if max_nargs is not None and len(args) > max_nargs:
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dfilter/
H A Ddfunctions.h35 guint max_nargs; member
H A Dsemcheck.c653 } else if (nparams > funcdef->max_nargs) { in check_function()
655 funcdef->name, funcdef->max_nargs); in check_function()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dfilter/
H A Ddfunctions.h35 guint max_nargs;
H A Dsemcheck.c653 } else if (nparams > funcdef->max_nargs) {
655 funcdef->name, funcdef->max_nargs);
/dports/net/wireshark/wireshark-3.6.1/epan/dfilter/
H A Ddfunctions.h35 guint max_nargs; member
H A Dsemcheck.c653 } else if (nparams > funcdef->max_nargs) { in check_function()
655 funcdef->name, funcdef->max_nargs); in check_function()
/dports/net/tshark/wireshark-3.6.1/epan/dfilter/
H A Ddfunctions.h35 guint max_nargs; member
H A Dsemcheck.c653 } else if (nparams > funcdef->max_nargs) { in check_function()
655 funcdef->name, funcdef->max_nargs); in check_function()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dconnectdlg_common.c283 const int max_nargs = 23; in client_start_server()
284 char *argv[max_nargs + 1]; in client_start_server()
337 fc_assert(argc <= max_nargs); in client_start_server()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dconnectdlg_common.c283 const int max_nargs = 23; in client_start_server()
284 char *argv[max_nargs + 1]; in client_start_server()
337 fc_assert(argc <= max_nargs); in client_start_server()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/psm/src/
H A Dpsm_am.h263 uint32_t max_nargs; /* Maximum number of arguments to an AM handler. */ member
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dutils.py465 max_nargs = 0
467 max_nargs += 1
470 return min_nargs, max_nargs
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit.c357 #define DEFUN(ename, cname, min_nargs, max_nargs) \ argument
360 env, (min_nargs), (max_nargs), \
361 egit_dispatch_##max_nargs, \
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dompaccel.cpp688 ompaccel_tinfo_create(SPTR func_sptr, int max_nargs) in ompaccel_tinfo_create() argument
698 if (max_nargs != 0) { in ompaccel_tinfo_create()
699 NEW(info->symbols, OMPACCEL_SYM, max_nargs); in ompaccel_tinfo_create()
700 NEW(info->quiet_symbols, OMPACCEL_SYM, max_nargs); in ompaccel_tinfo_create()
705 info->sz_symbols = info->sz_quiet_symbols = max_nargs; in ompaccel_tinfo_create()
H A Doutliner.cpp2546 int n_args = 0, max_nargs, i, j; in ll_make_outlined_ompaccel_func() local
2550 max_nargs = uplevel != NULL ? uplevel->vals_count : 0; in ll_make_outlined_ompaccel_func()
2555 current_tinfo = ompaccel_tinfo_create(func_sptr, max_nargs); in ll_make_outlined_ompaccel_func()
2556 for (i = 0; i < max_nargs; ++i) { in ll_make_outlined_ompaccel_func()
/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_xsd_datatypes.c488 int max_nargs; member
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DPyrexTypes.py4300 max_nargs = len(func_type.args)
4301 min_nargs = max_nargs - func_type.optional_arg_count
4303 (not func_type.has_varargs and actual_nargs > max_nargs):
4304 if max_nargs == min_nargs and not func_type.has_varargs:
4305 expectation = max_nargs
4309 expectation = "at most %s" % max_nargs
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DPyrexTypes.py4303 max_nargs = len(func_type.args)
4304 min_nargs = max_nargs - func_type.optional_arg_count
4306 (not func_type.has_varargs and actual_nargs > max_nargs):
4307 if max_nargs == min_nargs and not func_type.has_varargs:
4308 expectation = max_nargs
4312 expectation = "at most %s" % max_nargs
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DPyrexTypes.py4303 max_nargs = len(func_type.args)
4304 min_nargs = max_nargs - func_type.optional_arg_count
4306 (not func_type.has_varargs and actual_nargs > max_nargs):
4307 if max_nargs == min_nargs and not func_type.has_varargs:
4308 expectation = max_nargs
4312 expectation = "at most %s" % max_nargs
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DPyrexTypes.py4303 max_nargs = len(func_type.args)
4304 min_nargs = max_nargs - func_type.optional_arg_count
4306 (not func_type.has_varargs and actual_nargs > max_nargs):
4307 if max_nargs == min_nargs and not func_type.has_varargs:
4308 expectation = max_nargs
4312 expectation = "at most %s" % max_nargs
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DPyrexTypes.py4617 max_nargs = len(func_type.args)
4618 min_nargs = max_nargs - func_type.optional_arg_count
4619 if actual_nargs < min_nargs or (not func_type.has_varargs and actual_nargs > max_nargs):
4620 if max_nargs == min_nargs and not func_type.has_varargs:
4621 expectation = max_nargs
4625 expectation = "at most %s" % max_nargs
/dports/net/wireshark-lite/wireshark-3.6.1/doc/
H A DREADME.display_filter399 guint max_nargs;
411 max_nargs - maximum number of arguments your function accepts
/dports/net/tshark-lite/wireshark-3.6.1/doc/
H A DREADME.display_filter399 guint max_nargs;
411 max_nargs - maximum number of arguments your function accepts

12