Searched defs:endsearched (Results 1 - 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
H A Dvorbisfile.c211 ogg_int64_t endsearched=end; local
218 while(searched<endsearched){
221 if(endsearched-searched<CHUNKSIZE){
224 bisect=(searched+endsearched)/2;
231 endsearched=bisect;
/external/libvorbis/lib/
H A Dvorbisfile.c476 ogg_int64_t endsearched=end; local
527 while(searched<endsearched){
530 if(endsearched-searched<CHUNKSIZE){
533 bisect=(searched+endsearched)/2;
542 endsearched=bisect;

Completed in 48 milliseconds