/third_party/json/third_party/macro_builder/ |
D | main.cpp | 7 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/ |
D | defaults_gen.hpp | 142 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))
|
D | defaults_def.hpp | 247 (stubs_type::max_args) <= mpl::size<SigT>::value); in define_with_defaults()
|
/third_party/boost/boost/function/detail/ |
D | gen_maybe_include.pl | 19 $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/ |
D | checkasm.asm | 59 ; (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/ |
D | overloads.qbk | 33 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/ |
D | cli.h | 44 #define max_args 10 macro
|
D | cli.c | 253 if (argc == max_args) in tokenize_cmd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | cli.h | 44 #define max_args 10 macro
|
D | cli.c | 253 if (argc == max_args) in tokenize_cmd()
|
/third_party/boost/boost/phoenix/function/ |
D | lazy_smart.hpp | 121 static const int max_args = F::crazy_max_args; member
|
/third_party/grpc/test/cpp/util/ |
D | grpc_tool.cc | 239 int max_args; member 295 if (argc < cmd->min_args || argc > cmd->max_args) { in GrpcToolMainLib()
|
/third_party/boost/libs/contract/test/ |
D | Jamfile.v2 | 206 [ boost_contract_build.subdir-run-cxx11 public_function : max_args ]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd_cli.c | 1907 char *argv[max_args]; in hostapd_cli_edit_cmd_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd_cli.c | 1850 char *argv[max_args]; in hostapd_cli_edit_cmd_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpa_cli.c | 4280 char *argv[max_args]; in wpa_cli_edit_cmd_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_cli.c | 4580 char *argv[max_args]; in wpa_cli_edit_cmd_cb()
|