Searched refs:right_index (Results 1 – 3 of 3) sorted by relevance
1237 int right_index; in ff_id3v2_parse_chapters() local1239 right_index = (num_chapters - 1) - i; in ff_id3v2_parse_chapters()1240 right = chapters[right_index]; in ff_id3v2_parse_chapters()1242 chapters[right_index] = chapters[i]; in ff_id3v2_parse_chapters()
992 guint16 right_index; /* within a single line of window text, the in gst_cea708dec_show_pango_window() local1035 for (i = right_index = WINDOW_MAX_COLS - 1; i >= col; i--) { in gst_cea708dec_show_pango_window()1037 right_index = i; in gst_cea708dec_show_pango_window()1045 (i <= right_index) && (index < LINEBUFFER_SIZE - 15); i++) { in gst_cea708dec_show_pango_window()
72 size_t right_index = length_; in Find() local74 size_t current_index = left_index + (right_index - left_index) / 2; in Find()75 DCHECK(right_index > current_index); in Find()82 right_index = current_index; in Find()