Lines Matching refs:left
844 int ret, left, right;
853 left = 0;
862 while (right - left > 1) {
863 int mid = (left + right) / 2;
867 left = mid;
870 if (cat->cur_file != &cat->files[left]) {
871 if ((ret = open_file(avf, left)) < 0)
879 left < cat->nb_files - 1 &&
880 cat->files[left + 1].start_time < max_ts) {
881 if (cat->cur_file == &cat->files[left])
883 if ((ret = open_file(avf, left + 1)) < 0)