OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_bisect_forward_serialno
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
vorbisfile.c
205
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;
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
465
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,
[
all
...]
Completed in 537 milliseconds