Home
last modified time | relevance | path

Searched refs:max_args (Results 1 - 11 of 11) sorted by relevance

/third_party/json/tools/macro_builder/
H A 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/ffmpeg/tests/checkasm/x86/
H A 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
212 %rep max_args
213 PUSH dword [esp+20+max_args*4]
236 add esp, max_args*4
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dcli.h44 #define max_args 10 macro
H A Dcli.c253 if (argc == max_args) in tokenize_cmd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dcli.h44 #define max_args 10 macro
H A Dcli.c253 if (argc == max_args) in tokenize_cmd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhostapd_cli.c1907 char *argv[max_args]; in hostapd_cli_edit_cmd_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhostapd_cli.c1850 char *argv[max_args]; in hostapd_cli_edit_cmd_cb()
/third_party/python/Tools/clinic/
H A Dclinic.py890 max_args = NO_VARARG if (vararg != NO_VARARG) else max_pos
895 """ % (nargs, min_pos, max_args), indent=4)]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c4280 char *argv[max_args]; in wpa_cli_edit_cmd_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c4844 char *argv[max_args]; in wpa_cli_edit_cmd_cb()

Completed in 27 milliseconds