Lines Matching defs:count
153 int readcount, count ;
163 count = vox_read_block (psf, pvox, ptr, readcount) ;
165 total += count ;
166 len -= count ;
167 if (count != readcount)
179 int k, bufferlen, readcount, count ;
190 count = vox_read_block (psf, pvox, sptr, readcount) ;
193 total += count ;
195 if (count != readcount)
207 int k, bufferlen, readcount, count ;
221 count = vox_read_block (psf, pvox, sptr, readcount) ;
224 total += count ;
226 if (count != readcount)
238 int k, bufferlen, readcount, count ;
252 count = vox_read_block (psf, pvox, sptr, readcount) ;
255 total += count ;
257 if (count != readcount)
290 int writecount, count ;
300 count = vox_write_block (psf, pvox, ptr, writecount) ;
302 total += count ;
303 len -= count ;
304 if (count != writecount)
316 int k, bufferlen, writecount, count ;
329 count = vox_write_block (psf, pvox, sptr, writecount) ;
330 total += count ;
332 if (count != writecount)
344 int k, bufferlen, writecount, count ;
360 count = vox_write_block (psf, pvox, sptr, writecount) ;
361 total += count ;
363 if (count != writecount)
375 int k, bufferlen, writecount, count ;
391 count = vox_write_block (psf, pvox, sptr, writecount) ;
392 total += count ;
394 if (count != writecount)