Lines Matching defs:temp
924 int temp = x1;
926 x2 = temp;
932 int temp = y1;
934 y2 = temp;
1876 pixma_scan_param_t temp, *sp;
1887 calc_scan_param (ss, &temp);
1888 sp = &temp;
1974 /* Due to 32 pixels alignment, sizeof(temp) is to be greater than:
1977 SANE_Byte temp[100];
2023 if (n > (int) sizeof (temp))
2026 n = sizeof (temp);
2028 status = read_image (ss, temp, n, &n);