Lines Matching refs:iptr
541 int *iptr ;
549 iptr = ubuf.ibuf ;
553 count = paf24_read (psf, ppaf24, iptr, readcount) ;
555 ptr [total + k] = iptr [k] >> 16 ;
580 int *iptr ;
591 iptr = ubuf.ibuf ;
595 count = paf24_read (psf, ppaf24, iptr, readcount) ;
597 ptr [total + k] = normfact * iptr [k] ;
608 int *iptr ;
619 iptr = ubuf.ibuf ;
623 count = paf24_read (psf, ppaf24, iptr, readcount) ;
625 ptr [total + k] = normfact * iptr [k] ;
710 int *iptr ;
718 iptr = ubuf.ibuf ;
723 iptr [k] = ptr [total + k] << 16 ;
724 count = paf24_write (psf, ppaf24, iptr, writecount) ;
761 int *iptr ;
772 iptr = ubuf.ibuf ;
777 iptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
778 count = paf24_write (psf, ppaf24, iptr, writecount) ;
792 int *iptr ;
803 iptr = ubuf.ibuf ;
808 iptr [k] = psf_lrint (normfact * ptr [total+k]) ;
809 count = paf24_write (psf, ppaf24, iptr, writecount) ;