Lines Matching defs:thiswrite
218 int bufferlen, writecount, thiswrite ;
245 thiswrite = (int) pdither->write_short (psf, (short*) pdither->buffer, writecount) ;
246 total += thiswrite ;
247 len -= thiswrite ;
248 if (thiswrite < writecount)
258 int bufferlen, writecount, thiswrite ;
291 thiswrite = (int) pdither->write_int (psf, (int*) pdither->buffer, writecount) ;
292 total += thiswrite ;
293 len -= thiswrite ;
294 if (thiswrite < writecount)
304 int bufferlen, writecount, thiswrite ;
336 thiswrite = (int) pdither->write_float (psf, (float*) pdither->buffer, writecount) ;
337 total += thiswrite ;
338 len -= thiswrite ;
339 if (thiswrite < writecount)
349 int bufferlen, writecount, thiswrite ;
382 thiswrite = (int) pdither->write_double (psf, (double*) pdither->buffer, writecount) ;
383 total += thiswrite ;
384 len -= thiswrite ;
385 if (thiswrite < writecount)