Lines Matching refs:sptr
178 short *sptr ;
186 sptr = ubuf.sbuf ;
190 count = vox_read_block (psf, pvox, sptr, readcount) ;
192 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
206 short *sptr ;
217 sptr = ubuf.sbuf ;
221 count = vox_read_block (psf, pvox, sptr, readcount) ;
223 ptr [total + k] = normfact * (float) (sptr [k]) ;
237 short *sptr ;
248 sptr = ubuf.sbuf ;
252 count = vox_read_block (psf, pvox, sptr, readcount) ;
254 ptr [total + k] = normfact * (double) (sptr [k]) ;
315 short *sptr ;
323 sptr = ubuf.sbuf ;
328 sptr [k] = ptr [total + k] >> 16 ;
329 count = vox_write_block (psf, pvox, sptr, writecount) ;
343 short *sptr ;
354 sptr = ubuf.sbuf ;
359 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
360 count = vox_write_block (psf, pvox, sptr, writecount) ;
374 short *sptr ;
385 sptr = ubuf.sbuf ;
390 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
391 count = vox_write_block (psf, pvox, sptr, writecount) ;