Lines Matching refs:temp
640 We use the sliding window redptr with the temp buffer buf. */
729 unsigned int temp;
777 for (temp = 0; temp < 0x0400; temp++)
778 buf[temp] = temp / 4;
935 This produces 574k of data, so save it to a temp file. */
938 DBG (1, "No temp filename!\n");
1194 int temp;
1213 for (temp = 0; temp < 10208; temp += 2)
1215 buf[temp] = (byte) ((OFFSET << 2) + (GAIN >> 8));
1216 buf[temp + 1] = (byte) (GAIN & 0xFF);
1251 int temp;
1286 for (temp = 0; temp < 0x0400; temp++)
1288 buf[temp] = (double) 255.0 * exp(log((temp + 0.5) / 1023.0) / opt->gamma)
1565 /* remove temp file */
1568 DBG (4, "removing temp file %s\n", scanner->fname);
1585 /* choose a temp file name for scan data */
1614 /* read the temp file back out */