Lines Matching refs:sptr
294 short *sptr ;
302 sptr = ubuf.sbuf ;
306 count = gsm610_read_block (psf, pgsm610, sptr, readcount) ;
308 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
320 short *sptr ;
331 sptr = ubuf.sbuf ;
335 count = gsm610_read_block (psf, pgsm610, sptr, readcount) ;
337 ptr [total + k] = normfact * sptr [k] ;
349 short *sptr ;
360 sptr = ubuf.sbuf ;
364 count = gsm610_read_block (psf, pgsm610, sptr, readcount) ;
366 ptr [total + k] = normfact * sptr [k] ;
524 short *sptr ;
532 sptr = ubuf.sbuf ;
537 sptr [k] = ptr [total + k] >> 16 ;
538 count = gsm610_write_block (psf, pgsm610, sptr, writecount) ;
550 short *sptr ;
561 sptr = ubuf.sbuf ;
566 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
567 count = gsm610_write_block (psf, pgsm610, sptr, writecount) ;
581 short *sptr ;
592 sptr = ubuf.sbuf ;
597 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
598 count = gsm610_write_block (psf, pgsm610, sptr, writecount) ;