Lines Matching refs:sptr
256 short *sptr ;
264 sptr = ubuf.sbuf ;
268 count = g72x_read_block (psf, pg72x, sptr, readcount) ;
271 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
286 short *sptr ;
297 sptr = ubuf.sbuf ;
301 count = g72x_read_block (psf, pg72x, sptr, readcount) ;
303 ptr [total + k] = normfact * sptr [k] ;
318 short *sptr ;
329 sptr = ubuf.sbuf ;
333 count = g72x_read_block (psf, pg72x, sptr, readcount) ;
335 ptr [total + k] = normfact * (double) (sptr [k]) ;
497 short *sptr ;
505 sptr = ubuf.sbuf ;
510 sptr [k] = ptr [total + k] >> 16 ;
511 count = g72x_write_block (psf, pg72x, sptr, writecount) ;
525 short *sptr ;
536 sptr = ubuf.sbuf ;
541 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
542 count = g72x_write_block (psf, pg72x, sptr, writecount) ;
557 short *sptr ;
568 sptr = ubuf.sbuf ;
573 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
574 count = g72x_write_block (psf, pg72x, sptr, writecount) ;