Lines Matching refs:readcount

515 	int			bufferlen, readcount ;
526 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
530 endswap_int_array (ubuf.ibuf, readcount) ;
532 convert (ubuf.fbuf, readcount, ptr + total, scale) ;
533 total += readcount ;
534 if (readcount < bufferlen)
536 len -= readcount ;
546 int bufferlen, readcount ;
557 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
562 convert (ubuf.fbuf, readcount, ptr + total, scale) ;
563 total += readcount ;
564 if (readcount < bufferlen)
566 len -= readcount ;
575 int bufferlen, readcount ;
586 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
588 endswap_int_copy ((int*) (ptr + total), ubuf.ibuf, readcount) ;
590 total += readcount ;
591 if (readcount < bufferlen)
593 len -= readcount ;
602 int bufferlen, readcount ;
610 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
616 f2d_array (ubuf.fbuf, readcount, ptr + total) ;
617 total += readcount ;
618 if (readcount < bufferlen)
620 len -= readcount ;
755 int bufferlen, readcount ;
765 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
772 f2s_array (ubuf.fbuf, readcount, ptr + total, scale) ;
773 total += readcount ;
774 if (readcount < bufferlen)
776 len -= readcount ;
785 int bufferlen, readcount ;
795 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
802 f2i_array (ubuf.fbuf, readcount, ptr + total, scale) ;
803 total += readcount ;
804 if (readcount < bufferlen)
806 len -= readcount ;
815 int bufferlen, readcount ;
825 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
834 total += readcount ;
835 if (readcount < bufferlen)
837 len -= readcount ;
846 int bufferlen, readcount ;
854 readcount = (int) psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ;
861 f2d_array (ubuf.fbuf, readcount, ptr + total) ;
862 total += readcount ;
863 if (readcount < bufferlen)
865 len -= readcount ;