Lines Matching refs:opt
40 const char *opt; in rga_test_parse_options() local
52 opt = (const char *) argv[optindex++]; in rga_test_parse_options()
55 if (handleoptions && opt[0] == '-' && opt[1] != '\0') { in rga_test_parse_options()
56 if (opt[1] == '-') { in rga_test_parse_options()
57 if (opt[2] != '\0') { in rga_test_parse_options()
58 opt++; in rga_test_parse_options()
65 opt++; in rga_test_parse_options()
67 switch (*opt) { in rga_test_parse_options()
115 if ((*(opt + 1) != '\0') && !strncmp(opt, "dst_w", 5)) { in rga_test_parse_options()
117 } else if ((*(opt + 1) != '\0') && !strncmp(opt, "dst_h", 5)) { in rga_test_parse_options()
119 } else if ((*(opt + 1) != '\0') && !strncmp(opt, "dst_fmt", 5)) { in rga_test_parse_options()