Lines Matching defs:cnt
1830 int cnt;
1845 for (cnt = 0; cnt < priv->green_offs; cnt++)
1846 free (priv->red[cnt]);
1851 for (cnt = 0; cnt < priv->blue_offs; cnt++)
1852 free (priv->blue[cnt]);
1946 int failed = SANE_FALSE, cnt;
1978 for (cnt = 0; cnt < priv->green_offs; cnt++)
1979 if ((priv->red[cnt] = malloc (dev->params.pixels_per_line)) == NULL)
1982 for (cnt = 0; cnt < priv->blue_offs; cnt++)
1983 if ((priv->blue[cnt] = malloc (dev->params.pixels_per_line)) == NULL)
1993 for (cnt = 0; cnt < priv->green_offs; cnt++)
1994 free (priv->red[cnt]);
1995 for (cnt = 0; cnt < priv->blue_offs; cnt++)
1996 free (priv->blue[cnt]);