Lines Matching refs:temp
195 long temp;
203 temp = iroot; /* set temp = iroot ** nc */
205 temp *= iroot;
206 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
211 ERREXIT1(cinfo, JERR_QUANT_FEW_COLORS, (int) temp);
230 temp = total_colors / Ncolors[j];
231 temp *= Ncolors[j]+1; /* done in long arith to avoid oflo */
232 if (temp > (long) max_colors)
235 total_colors = (int) temp;