Lines Matching refs:readcount
664 int bufferlen, readcount ;
672 readcount = (int) psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ;
673 sc2s_array (ubuf.scbuf, readcount, ptr + total) ;
674 total += readcount ;
675 if (readcount < bufferlen)
677 len -= readcount ;
686 int bufferlen, readcount ;
694 readcount = (int) psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ;
695 uc2s_array (ubuf.ucbuf, readcount, ptr + total) ;
696 total += readcount ;
697 if (readcount < bufferlen)
699 len -= readcount ;
732 int bufferlen, readcount ;
740 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
741 bet2s_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
742 total += readcount ;
743 if (readcount < bufferlen)
745 len -= readcount ;
754 int bufferlen, readcount ;
762 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
763 let2s_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
764 total += readcount ;
765 if (readcount < bufferlen)
767 len -= readcount ;
776 int bufferlen, readcount ;
784 readcount = (int) psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ;
785 bei2s_array (ubuf.ibuf, readcount, ptr + total) ;
786 total += readcount ;
787 if (readcount < bufferlen)
789 len -= readcount ;
798 int bufferlen, readcount ;
806 readcount = (int) psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ;
807 lei2s_array (ubuf.ibuf, readcount, ptr + total) ;
808 total += readcount ;
809 if (readcount < bufferlen)
811 len -= readcount ;
823 int bufferlen, readcount ;
831 readcount = (int) psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ;
832 sc2i_array (ubuf.scbuf, readcount, ptr + total) ;
833 total += readcount ;
834 if (readcount < bufferlen)
836 len -= readcount ;
845 int bufferlen, readcount ;
853 readcount = (int) psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ;
854 uc2i_array (ubuf.ucbuf, readcount, ptr + total) ;
855 total += readcount ;
856 if (readcount < bufferlen)
858 len -= readcount ;
867 int bufferlen, readcount ;
875 readcount = (int) psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ;
876 bes2i_array (ubuf.sbuf, readcount, ptr + total) ;
877 total += readcount ;
878 if (readcount < bufferlen)
880 len -= readcount ;
889 int bufferlen, readcount ;
897 readcount = (int) psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ;
898 les2i_array (ubuf.sbuf, readcount, ptr + total) ;
899 total += readcount ;
900 if (readcount < bufferlen)
902 len -= readcount ;
911 int bufferlen, readcount ;
919 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
920 bet2i_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
921 total += readcount ;
922 if (readcount < bufferlen)
924 len -= readcount ;
933 int bufferlen, readcount ;
941 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
942 let2i_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
943 total += readcount ;
944 if (readcount < bufferlen)
946 len -= readcount ;
982 int bufferlen, readcount ;
993 readcount = (int) psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ;
994 sc2f_array (ubuf.scbuf, readcount, ptr + total, normfact) ;
995 total += readcount ;
996 if (readcount < bufferlen)
998 len -= readcount ;
1007 int bufferlen, readcount ;
1018 readcount = (int) psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ;
1019 uc2f_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
1020 total += readcount ;
1021 if (readcount < bufferlen)
1023 len -= readcount ;
1032 int bufferlen, readcount ;
1043 readcount = (int) psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ;
1044 bes2f_array (ubuf.sbuf, readcount, ptr + total, normfact) ;
1045 total += readcount ;
1046 if (readcount < bufferlen)
1048 len -= readcount ;
1057 int bufferlen, readcount ;
1068 readcount = (int) psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ;
1069 les2f_array (ubuf.sbuf, readcount, ptr + total, normfact) ;
1070 total += readcount ;
1071 if (readcount < bufferlen)
1073 len -= readcount ;
1082 int bufferlen, readcount ;
1094 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
1095 bet2f_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1096 total += readcount ;
1097 if (readcount < bufferlen)
1099 len -= readcount ;
1108 int bufferlen, readcount ;
1120 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
1121 let2f_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1122 total += readcount ;
1123 if (readcount < bufferlen)
1125 len -= readcount ;
1134 int bufferlen, readcount ;
1145 readcount = (int) psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ;
1146 bei2f_array (ubuf.ibuf, readcount, ptr + total, normfact) ;
1147 total += readcount ;
1148 if (readcount < bufferlen)
1150 len -= readcount ;
1159 int bufferlen, readcount ;
1170 readcount = (int) psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ;
1171 lei2f_array (ubuf.ibuf, readcount, ptr + total, normfact) ;
1172 total += readcount ;
1173 if (readcount < bufferlen)
1175 len -= readcount ;
1187 int bufferlen, readcount ;
1198 readcount = (int) psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ;
1199 sc2d_array (ubuf.scbuf, readcount, ptr + total, normfact) ;
1200 total += readcount ;
1201 if (readcount < bufferlen)
1203 len -= readcount ;
1212 int bufferlen, readcount ;
1223 readcount = (int) psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ;
1224 uc2d_array (ubuf.ucbuf, readcount, ptr + total, normfact) ;
1225 total += readcount ;
1226 if (readcount < bufferlen)
1228 len -= readcount ;
1237 int bufferlen, readcount ;
1248 readcount = (int) psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ;
1249 bes2d_array (ubuf.sbuf, readcount, ptr + total, normfact) ;
1250 total += readcount ;
1251 if (readcount < bufferlen)
1253 len -= readcount ;
1262 int bufferlen, readcount ;
1273 readcount = (int) psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ;
1274 les2d_array (ubuf.sbuf, readcount, ptr + total, normfact) ;
1275 total += readcount ;
1276 if (readcount < bufferlen)
1278 len -= readcount ;
1287 int bufferlen, readcount ;
1298 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
1299 bet2d_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1300 total += readcount ;
1301 if (readcount < bufferlen)
1303 len -= readcount ;
1312 int bufferlen, readcount ;
1324 readcount = (int) psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ;
1325 let2d_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1326 total += readcount ;
1327 if (readcount < bufferlen)
1329 len -= readcount ;
1338 int bufferlen, readcount ;
1349 readcount = (int) psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ;
1350 bei2d_array (ubuf.ibuf, readcount, ptr + total, normfact) ;
1351 total += readcount ;
1352 if (readcount < bufferlen)
1354 len -= readcount ;
1363 int bufferlen, readcount ;
1374 readcount = (int) psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ;
1375 lei2d_array (ubuf.ibuf, readcount, ptr + total, normfact) ;
1376 total += readcount ;
1377 if (readcount < bufferlen)
1379 len -= readcount ;