Lines Matching refs:sptr
374 short *sptr ;
382 sptr = ubuf.sbuf ;
387 if ((count = (int) msadpcm_read_block (psf, pms, sptr, readcount)) <= 0)
391 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
404 short *sptr ;
414 sptr = ubuf.sbuf ;
419 if ((count = (int) msadpcm_read_block (psf, pms, sptr, readcount)) <= 0)
423 ptr [total + k] = normfact * (float) (sptr [k]) ;
436 short *sptr ;
446 sptr = ubuf.sbuf ;
451 if ((count = (int) msadpcm_read_block (psf, pms, sptr, readcount)) <= 0)
455 ptr [total + k] = normfact * (double) (sptr [k]) ;
697 short *sptr ;
705 sptr = ubuf.sbuf ;
710 sptr [k] = ptr [total + k] >> 16 ;
711 count = (int) msadpcm_write_block (psf, pms, sptr, writecount) ;
724 short *sptr ;
735 sptr = ubuf.sbuf ;
740 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
741 count = (int) msadpcm_write_block (psf, pms, sptr, writecount) ;
754 short *sptr ;
765 sptr = ubuf.sbuf ;
770 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
771 count = (int) msadpcm_write_block (psf, pms, sptr, writecount) ;