Lines Matching defs:offset
97 sf_count_t offset, templen ;
109 offset = psf->dataoffset + chan * psf->bytewidth * psf->read_current ;
111 if (psf_fseek (psf, offset, SEEK_SET) != offset)
144 sf_count_t offset, templen ;
156 offset = psf->dataoffset + chan * psf->bytewidth * psf->read_current ;
158 if (psf_fseek (psf, offset, SEEK_SET) != offset)
191 sf_count_t offset, templen ;
203 offset = psf->dataoffset + pdata->channel_len * chan + psf->read_current * psf->bytewidth ;
205 /*-printf ("chan : %d read_current : %6lld offset : %6lld\n", chan, psf->read_current, offset) ;-*/
207 if (psf_fseek (psf, offset, SEEK_SET) != offset)
242 sf_count_t offset, templen ;
254 offset = psf->dataoffset + chan * psf->bytewidth * psf->read_current ;
256 if (psf_fseek (psf, offset, SEEK_SET) != offset)