HomeSort by relevance Sort by last modified time
    Searched refs:arg_def (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/
args.h 21 const struct arg_def *def;
30 typedef struct arg_def { struct
37 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL}
42 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
44 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
args.c 39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) {
103 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) {
107 const struct arg_def *def = *defs;

Completed in 291 milliseconds