Searched refs:_bisect_forward_serialno (Results 1 - 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
H A Dvorbisfile.c205 static int _bisect_forward_serialno(OggVorbis_File *vf, function
250 ret=_bisect_forward_serialno(vf,next,vf->offset,
528 if(_bisect_forward_serialno(vf,0,0,end+1,serialno,0)<0)return OV_EREAD;
533 if(_bisect_forward_serialno(vf,0,end,end+1,serialno,0))return OV_EREAD;
/external/libvorbis/lib/
H A Dvorbisfile.c465 static int _bisect_forward_serialno(OggVorbis_File *vf, function
575 ret=_bisect_forward_serialno(vf,next,vf->offset,end,endgran,endserial,
642 if(_bisect_forward_serialno(vf,0,dataoffset,vf->offset,endgran,endserial,

Completed in 45 milliseconds