Lines Matching defs:templen
97 sf_count_t offset, templen ;
116 templen = len / psf->sf.channels ;
118 while (templen > 0)
119 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (short))
122 count = (int) templen ;
134 templen -= count ;
144 sf_count_t offset, templen ;
163 templen = len / psf->sf.channels ;
165 while (templen > 0)
166 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (int))
169 count = (int) templen ;
181 templen -= count ;
191 sf_count_t offset, templen ;
213 templen = len / psf->sf.channels ;
215 while (templen > 0)
216 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (float))
219 count = (int) templen ;
232 templen -= count ;
242 sf_count_t offset, templen ;
261 templen = len / psf->sf.channels ;
263 while (templen > 0)
264 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (double))
267 count = (int) templen ;
279 templen -= count ;