• Home
  • Raw
  • Download

Lines Matching refs:psf_fread

675 		readcount = psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ;  in pcm_read_sc2s()
697 readcount = psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ; in pcm_read_uc2s()
712 total = psf_fread (ptr, sizeof (short), len, psf) ; in pcm_read_bes2s()
723 total = psf_fread (ptr, sizeof (short), len, psf) ; in pcm_read_les2s()
741 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_bet2s()
763 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_let2s()
785 readcount = psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ; in pcm_read_bei2s()
807 readcount = psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ; in pcm_read_lei2s()
832 readcount = psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ; in pcm_read_sc2i()
854 readcount = psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ; in pcm_read_uc2i()
876 readcount = psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ; in pcm_read_bes2i()
898 readcount = psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ; in pcm_read_les2i()
920 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_bet2i()
942 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_let2i()
957 total = psf_fread (ptr, sizeof (int), len, psf) ; in pcm_read_bei2i()
968 total = psf_fread (ptr, sizeof (int), len, psf) ; in pcm_read_lei2i()
992 readcount = psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ; in pcm_read_sc2f()
1017 readcount = psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ; in pcm_read_uc2f()
1042 readcount = psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ; in pcm_read_bes2f()
1067 readcount = psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ; in pcm_read_les2f()
1093 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_bet2f()
1119 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_let2f()
1144 readcount = psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ; in pcm_read_bei2f()
1169 readcount = psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ; in pcm_read_lei2f()
1197 readcount = psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ; in pcm_read_sc2d()
1222 readcount = psf_fread (ubuf.ucbuf, sizeof (unsigned char), bufferlen, psf) ; in pcm_read_uc2d()
1247 readcount = psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ; in pcm_read_bes2d()
1272 readcount = psf_fread (ubuf.sbuf, sizeof (short), bufferlen, psf) ; in pcm_read_les2d()
1297 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_bet2d()
1323 readcount = psf_fread (ubuf.ucbuf, SIZEOF_TRIBYTE, bufferlen, psf) ; in pcm_read_let2d()
1348 readcount = psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ; in pcm_read_bei2d()
1373 readcount = psf_fread (ubuf.ibuf, sizeof (int), bufferlen, psf) ; in pcm_read_lei2d()