Lines Matching refs:readcount
367 int bufferlen, readcount ;
375 readcount = (int) psf_fread (ubuf.ucbuf, 1, bufferlen, psf) ;
376 alaw2s_array (ubuf.ucbuf, readcount, ptr + total) ;
377 total += readcount ;
378 if (readcount < bufferlen)
380 len -= readcount ;
389 int bufferlen, readcount ;
397 readcount = (int) psf_fread (ubuf.ucbuf, 1, bufferlen, psf) ;
398 alaw2i_array (ubuf.ucbuf, readcount, ptr + total) ;
399 total += readcount ;
400 if (readcount < bufferlen)
402 len -= readcount ;
411 int bufferlen, readcount ;
422 readcount = (int) psf_fread (ubuf.ucbuf, 1, bufferlen, psf) ;
423 alaw2f_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
424 total += readcount ;
425 if (readcount < bufferlen)
427 len -= readcount ;
436 int bufferlen, readcount ;
446 readcount = (int) psf_fread (ubuf.ucbuf, 1, bufferlen, psf) ;
447 alaw2d_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
448 total += readcount ;
449 if (readcount < bufferlen)
451 len -= readcount ;