Home
last modified time | relevance | path

Searched refs:get_arg (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dargument.hpp96 struct get_arg struct
118 struct get_arg<Sequence&, N> : get_arg<Sequence, N> struct
124 typename result_of::get_arg<T, N>::type
125 get_arg(T& val) in get_arg() function
127 return result_of::get_arg<T, N>::call(val); in get_arg()
166 typedef typename result_of::get_arg<arg_type, N>::type type;
173 return get_arg<N>(fusion::at_c<0>(env.args())); in eval()
H A Dcontext.hpp229 return get_arg<N>((fusion::at_c<1>(env.args())).locals); in eval()
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dparse-options.c48 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() function
177 err = get_arg(p, opt, flags, NULL); in get_value()
218 err = get_arg(p, opt, flags, (const char **)opt->value); in get_value()
249 if (get_arg(p, opt, flags, &arg)) in get_value()
262 if (get_arg(p, opt, flags, &arg)) in get_value()
278 if (get_arg(p, opt, flags, &arg)) in get_value()
296 if (get_arg(p, opt, flags, &arg)) in get_value()
312 if (get_arg(p, opt, flags, &arg)) in get_value()
328 if (get_arg(p, opt, flags, &arg)) in get_value()
/OK3568_Linux_fs/u-boot/cmd/
H A Dsetexpr.c17 static ulong get_arg(char *s, int w) in get_arg() function
313 a = get_arg(argv[2], w); in do_setexpr()
341 b = get_arg(argv[4], w); in do_setexpr()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-aggregator.c40 static char *get_arg(char **args) in get_arg() function
125 for (name = get_arg(&args), offsets = get_arg(&args); name; in aggr_parse()
126 offsets = get_arg(&args)) { in aggr_parse()
156 name = get_arg(&args); in aggr_parse()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c3088 #define get_arg(type) \ in bstr_printf() macro
3128 set_field_width(&spec, get_arg(int)); in bstr_printf()
3132 set_precision(&spec, get_arg(int)); in bstr_printf()
3145 c = (unsigned char) get_arg(char); in bstr_printf()
3192 str = pointer(fmt, str, end, get_arg(void *), spec); in bstr_printf()
3214 num = get_arg(long long); in bstr_printf()
3218 num = get_arg(unsigned long); in bstr_printf()
3221 num = get_arg(size_t); in bstr_printf()
3224 num = get_arg(ptrdiff_t); in bstr_printf()
3227 num = get_arg(unsigned char); in bstr_printf()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmain.c2023 static int get_arg(unsigned long offset) in get_arg() function
2030 return get_arg(offset); in get_index()
2036 return get_arg(offset) | ((offset >> 16) & 0xff) << 8; in get_extended_index()