Home
last modified time | relevance | path

Searched refs:max_args (Results 1 – 17 of 17) sorted by relevance

/third_party/json/third_party/macro_builder/
Dmain.cpp7 void build_code(int max_args) in build_code() argument
12 for (int i = 0 ; i < max_args ; i++) in build_code()
17 for (int i = max_args ; i > 1 ; i--) in build_code()
22 for (int i = 3 ; i <= max_args ; i++) in build_code()
38 int max_args = 64; in main() local
39 build_code(max_args); in main()
/third_party/boost/boost/python/detail/
Ddefaults_gen.hpp142 BOOST_STATIC_CONSTANT(int, max_args = n_funcs); \
181 BOOST_STATIC_CONSTANT(int, max_args = n_funcs + 1); \
367 #define BOOST_PYTHON_FUNCTION_OVERLOADS(generator_name, fname, min_args, max_args) \ argument
371 max_args, \
372 BOOST_PP_SUB_D(1, max_args, min_args))
374 #define BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(generator_name, fname, min_args, max_args) \ argument
378 max_args, \
379 BOOST_PP_SUB_D(1, max_args, min_args))
Ddefaults_def.hpp247 (stubs_type::max_args) <= mpl::size<SigT>::value); in define_with_defaults()
/third_party/boost/boost/function/detail/
Dgen_maybe_include.pl19 $max_args = $ARGV[0];
22 for($on_arg = 0; $on_arg <= $max_args; ++$on_arg) {
38 print OUT "# error Cannot handle Boost.Function objects that accept more than $max_args arguments!…
/third_party/ffmpeg/tests/checkasm/x86/
Dcheckasm.asm59 ; (max_args % 4) must equal 3 for stack alignment
60 %define max_args 15
69 %define argsize (max_args+6)*8
102 cglobal checked_call%1, 2,15,16,max_args*8+8
115 %rep max_args-6
122 %rep max_args-4
/third_party/boost/libs/python/doc/reference/
Doverloads.qbk33 BOOST_PYTHON_FUNCTION_OVERLOADS(name, func_id, min_args, max_args)
37 for all `min_args <= i <= max_args`.
39 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(name, member_name, min_args, max_args)
43 for all min_args <= i <= max_args, where x is a reference to an object of class type.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dcli.h44 #define max_args 10 macro
Dcli.c253 if (argc == max_args) in tokenize_cmd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dcli.h44 #define max_args 10 macro
Dcli.c253 if (argc == max_args) in tokenize_cmd()
/third_party/boost/boost/phoenix/function/
Dlazy_smart.hpp121 static const int max_args = F::crazy_max_args; member
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc239 int max_args; member
295 if (argc < cmd->min_args || argc > cmd->max_args) { in GrpcToolMainLib()
/third_party/boost/libs/contract/test/
DJamfile.v2206 [ boost_contract_build.subdir-run-cxx11 public_function : max_args ]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd_cli.c1907 char *argv[max_args]; in hostapd_cli_edit_cmd_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd_cli.c1850 char *argv[max_args]; in hostapd_cli_edit_cmd_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_cli.c4280 char *argv[max_args]; in wpa_cli_edit_cmd_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_cli.c4580 char *argv[max_args]; in wpa_cli_edit_cmd_cb()