Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Ddtb_platdata.py220 max_args = 0
234 max_args = max(max_args, num_args)
237 return PhandleInfo(max_args, args)
435 struct_name = 'struct phandle_%d_arg' % info.max_args
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0146-kern-misc-Add-function-to-check-printf-format-agains.patch32 3. Add the max_args argument to check for the maximum allowed arguments
75 + * The max_args allows to set a maximum number of accepted arguments. If the fmt0
76 + * string defines more arguments than the max_args then the parse_printf_arg_fmt()
81 + int fmt_check, grub_size_t max_args)
113 + if (fmt_check && args->count > max_args)
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dbiquad.c35 int min_args, int max_args, int fc_pos, int width_pos, int gain_pos, in lsx_biquad_getopts() argument
44 if (argc < min_args || argc > max_args || in lsx_biquad_getopts()
H A Dbiquad.h72 int min_args, int max_args, int fc_pos, int width_pos, int gain_pos,
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dpreprocess.c108 unsigned int max_args; member
216 if (argc > f->max_args) in function_expand()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-finder.c1265 int max_args; member
1306 .max_args = MAX_PROBE_ARGS, .ret = 0}; in expand_probe_args()