Searched refs:max_args (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | dtb_platdata.py | 220 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 D | 0146-kern-misc-Add-function-to-check-printf-format-agains.patch | 32 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 D | biquad.c | 35 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 D | biquad.h | 72 int min_args, int max_args, int fc_pos, int width_pos, int gain_pos,
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | preprocess.c | 108 unsigned int max_args; member 216 if (argc > f->max_args) in function_expand()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | probe-finder.c | 1265 int max_args; member 1306 .max_args = MAX_PROBE_ARGS, .ret = 0}; in expand_probe_args()
|