Lines Matching defs:count
98 int chan, count, k ;
120 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (short) ;
122 count = (int) templen ;
124 if (pdata->read_short (psf, inptr, count) != count)
129 for (k = 0 ; k < count ; k++)
134 templen -= count ;
145 int chan, count, k ;
167 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (int) ;
169 count = (int) templen ;
171 if (pdata->read_int (psf, inptr, count) != count)
176 for (k = 0 ; k < count ; k++)
181 templen -= count ;
192 int chan, count, k ;
217 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (float) ;
219 count = (int) templen ;
221 if (pdata->read_float (psf, inptr, count) != count)
227 for (k = 0 ; k < count ; k++)
232 templen -= count ;
243 int chan, count, k ;
265 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (double) ;
267 count = (int) templen ;
269 if (pdata->read_double (psf, inptr, count) != count)
274 for (k = 0 ; k < count ; k++)
279 templen -= count ;