Lines Matching +defs:val +defs:stack
457 struct stack struct
459 png_alloc_size_t best_size; /* Best so far for this option */
460 png_alloc_size_t lo_size;
461 png_alloc_size_t hi_size;
462 int lo, hi; /* For binary chop of a range */
463 int best_val; /* Best value found so far */
464 int opt_string_end; /* End of the option string in 'curr' */
465 png_byte opt; /* The option being tested */
466 png_byte entry; /* The next value entry to be tested */
467 png_byte end; /* This is the last entry */
468 } stack[SL]; /* Stack of entries being tested */ member
942 int val = dp->value[opt]; in next_opt() local
1376 int i = 0, negate = (strncmp(arg+2, "no-", 3) == 0), val; in opt_check() local
1942 int val; in search_compression() local
1953 int val; in set_compression() local
1965 int val; in set_ICC_profile_compression() local
1985 int val; in set_text_compression() local
2055 int val; in write_png() local
2078 int val; in write_png() local
2088 int val; in write_png() local
2221 int val; in cp_one_file() local