Lines Matching defs:outi
417 SANE_Uint *outi;
428 outi = malloc (itop * sizeof(SANE_Uint));
429 if (!outi)
436 *(outi++) = (218 * (int) *(in_img[0]++) +
439 *out_img = outi;
449 SANE_Uint *outi;
461 outi = malloc (ssize * sizeof(SANE_Uint));
462 if (!outi)
477 memmove (outi, in_img, ssize * sizeof(SANE_Uint));
480 *outi = *outi >> is, outi += 2;
483 *out_img = outi;