Lines Matching refs:iptr
92 static int sds_read (SF_PRIVATE *psf, SDS_PRIVATE *psds, int *iptr, int readcount) ;
98 static int sds_write (SF_PRIVATE *psf, SDS_PRIVATE *psds, const int *iptr, int writecount) ;
557 int *iptr ;
565 iptr = ubuf.ibuf ;
569 count = sds_read (psf, psds, iptr, readcount) ;
571 ptr [total + k] = iptr [k] >> 16 ;
597 int *iptr ;
611 iptr = ubuf.ibuf ;
615 count = sds_read (psf, psds, iptr, readcount) ;
617 ptr [total + k] = normfact * iptr [k] ;
629 int *iptr ;
643 iptr = ubuf.ibuf ;
647 count = sds_read (psf, psds, iptr, readcount) ;
649 ptr [total + k] = normfact * iptr [k] ;
899 int *iptr ;
908 iptr = ubuf.ibuf ;
913 iptr [k] = arith_shift_left (ptr [total + k], 16) ;
914 count = sds_write (psf, psds, iptr, writecount) ;
941 int *iptr ;
956 iptr = ubuf.ibuf ;
961 iptr [k] = normfact * ptr [total + k] ;
962 count = sds_write (psf, psds, iptr, writecount) ;
974 int *iptr ;
989 iptr = ubuf.ibuf ;
994 iptr [k] = normfact * ptr [total + k] ;
995 count = sds_write (psf, psds, iptr, writecount) ;