Lines Matching defs:end
409 { sf_count_t begin, end, original_end, chunk_size, ret ;
416 original_end = end = begin = offset ;
425 while (position < end)
426 { ret = ogg_sync_next_page (psf, &odata->opage, end - position, &position) ;
447 end = SF_MIN (begin + OGG_PAGE_SIZE_MAX - 1, original_end) ;
458 sf_count_t begin, sf_count_t end, uint64_t gp_rate)
477 boundary = end ;
486 d2 = d1 = d0 = end - begin ;
487 while (begin < end)
491 if (end - begin < OGG_CHUNK_SIZE)
497 d2 = (end - begin) >> 1 ;
499 bisect = begin + ((end - begin) >> 1) ;
502 bisect = begin + ogg_page_search_do_rescale (target_gp - pcm_start, pcm_end - pcm_start, end - begin) ;
534 while (begin < end)
546 end = begin ;
599 ** If packets did end on this page, but we still didn't
632 ** remember the end of the page.
637 ** does not end) on the next page, we still avoid the extra
656 end = begin ;
658 { end = bisect ;
669 force_bisect = end - begin > d0 * 2 ? SF_TRUE : SF_FALSE ;