OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endsearched
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
vorbisfile.c
211
ogg_int64_t
endsearched
=end;
local
218
while(searched<
endsearched
){
221
if(
endsearched
-searched<CHUNKSIZE){
224
bisect=(searched+
endsearched
)/2;
231
endsearched
=bisect;
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
476
ogg_int64_t
endsearched
=end;
local
527
while(searched<
endsearched
){
530
if(
endsearched
-searched<CHUNKSIZE){
533
bisect=(searched+
endsearched
)/2;
542
endsearched
=bisect;
[
all
...]
Completed in 430 milliseconds