Searched refs:num_red (Results 1 – 2 of 2) sorted by relevance
3335 int num_red = 0; in check_command_valid_p() local3367 while ((num_red = getline (&linebuf, &linebuf_len, fp)) >= 0) in check_command_valid_p()3376 if (num_red > 0 && linebuf[num_red - 1] == '\n') in check_command_valid_p()3377 linebuf[num_red - 1] = '\0'; in check_command_valid_p()3382 if (num_red < 0 && !feof (fp)) in check_command_valid_p()3428 while ((num_red = getline (&linebuf, &linebuf_len, fp)) >= 0) in check_command_valid_p()3431 if (num_red > 0 && linebuf[num_red - 1] == '\n') in check_command_valid_p()3432 linebuf[num_red - 1] = '\0'; in check_command_valid_p()3440 if (num_red < 0 && !feof (fp)) in check_command_valid_p()
484 int num_red = (1 << PNG_DITHER_RED_BITS); in png_set_dither() local503 for (ir = 0; ir < num_red; ir++) in png_set_dither()