Lines Matching defs:count
191 int k, bufferlen, readcount = 0, count ;
202 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ;
206 total += count ;
208 if (count != readcount)
218 int readcount, count ;
228 count = dwvw_decode_data (psf, pdwvw, ptr, readcount) ;
230 total += count ;
231 len -= count ;
233 if (count != readcount)
245 int k, bufferlen, readcount = 0, count ;
259 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ;
263 total += count ;
265 if (count != readcount)
277 int k, bufferlen, readcount = 0, count ;
291 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ;
295 total += count ;
297 if (count != readcount)
306 { int count ;
313 for (count = 0 ; count < len ; count++)
318 if (delta_width_modifier < 0 || (pdwvw->b.end == 0 && count == 0))
347 ptr [count] = arith_shift_left (sample, 32 - pdwvw->bit_width) ;
356 pdwvw->samplecount += count ;
358 return count ;
473 #define HIGHEST_BIT(x, count) \
475 (count) = 0 ; \
477 { (count) ++ ; \
484 { int count ;
487 for (count = 0 ; count < len ; count++)
488 { delta = (ptr [count] >> (32 - pdwvw->bit_width)) - pdwvw->last_sample ;
548 pdwvw->last_sample = ptr [count] >> (32 - pdwvw->bit_width) ;
552 pdwvw->samplecount += count ;
554 return count ;
562 int k, bufferlen, writecount = 0, count ;
575 count = dwvw_encode_data (psf, pdwvw, iptr, writecount) ;
577 total += count ;
579 if (count != writecount)
589 int writecount, count ;
599 count = dwvw_encode_data (psf, pdwvw, ptr, writecount) ;
601 total += count ;
602 len -= count ;
604 if (count != writecount)
616 int k, bufferlen, writecount = 0, count ;
632 count = dwvw_encode_data (psf, pdwvw, iptr, writecount) ;
634 total += count ;
636 if (count != writecount)
648 int k, bufferlen, writecount = 0, count ;
664 count = dwvw_encode_data (psf, pdwvw, iptr, writecount) ;
666 total += count ;
668 if (count != writecount)