HomeSort by relevance Sort by last modified time
    Searched defs:opt_index (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 215 size_t opt_index; member in struct:cl_decoded_option
256 size_t opt_index; member in struct:__anon49174
343 int opt_index, int value, const char *arg, int kind,
345 extern void *option_flag_var (int opt_index, struct gcc_options *opts);
348 size_t opt_index, const char *arg, int value,
352 void generate_option (size_t opt_index, const char *arg, int value,
364 extern void control_warning_option (unsigned int opt_index, int kind,
401 extern bool opt_enum_arg_to_value (size_t opt_index, const char *arg,
  /external/fio/
options.c 3940 int opt_index = 0; local
    [all...]
goptions.c 17 unsigned int opt_index; member in struct:gopt
164 gopt->opt_index = idx;
207 struct fio_option *o = &fio_options[s->gopt.opt_index];
268 struct fio_option *o = &fio_options[c->gopt.opt_index];
313 struct fio_option *o = &fio_options[c->gopt.opt_index];
358 struct fio_option *o = &fio_options[c->gopt.opt_index];
460 struct fio_option *o = &fio_options[i->gopt.opt_index];
579 struct fio_option *o = &fio_options[b->gopt.opt_index];
1007 struct fio_option *o, unsigned int opt_index,
1019 go = gopt_new_str_val(gjv, o, ullp, opt_index);
    [all...]

Completed in 843 milliseconds