Lines Matching full:chunksize
64 #define CHUNKSIZE 65536 /* greater-than-page-size granularity seeking */
153 begin-=CHUNKSIZE;
179 ret=_get_next_page(vf,og,CHUNKSIZE);
237 begin-=CHUNKSIZE;
290 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE);
336 ogg_int64_t llret=_get_next_page(vf,og_ptr,CHUNKSIZE);
381 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){
530 if(endsearched-searched<CHUNKSIZE){
1423 if(end-begin<CHUNKSIZE){
1429 - CHUNKSIZE;
1445 bisect-=CHUNKSIZE;
1472 bisect-=CHUNKSIZE; /* an endless loop otherwise. */