Lines Matching refs:sptr
623 short *sptr ;
631 sptr = ubuf.sbuf ;
635 count = ima_read_block (psf, pima, sptr, readcount) ;
637 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
651 short *sptr ;
662 sptr = ubuf.sbuf ;
666 count = ima_read_block (psf, pima, sptr, readcount) ;
668 ptr [total + k] = normfact * (float) (sptr [k]) ;
682 short *sptr ;
693 sptr = ubuf.sbuf ;
697 count = ima_read_block (psf, pima, sptr, readcount) ;
699 ptr [total + k] = normfact * (double) (sptr [k]) ;
923 short *sptr ;
931 sptr = ubuf.sbuf ;
936 sptr [k] = ptr [total + k] >> 16 ;
937 count = ima_write_block (psf, pima, sptr, writecount) ;
951 short *sptr ;
962 sptr = ubuf.sbuf ;
967 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
968 count = ima_write_block (psf, pima, sptr, writecount) ;
982 short *sptr ;
993 sptr = ubuf.sbuf ;
998 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
999 count = ima_write_block (psf, pima, sptr, writecount) ;