Home
last modified time | relevance | path

Searched refs:window_end_pos (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/emacs-devel/emacs-4d1968b/admin/coccinelle/
H A Dwindow.cocci82 - W->window_end_pos
83 + WVAR (W, window_end_pos)
201 - XWINDOW (O)->window_end_pos
202 + WVAR (XWINDOW (O), window_end_pos)
/dports/editors/emacs/emacs-27.2/admin/coccinelle/
H A Dwindow.cocci82 - W->window_end_pos
83 + WVAR (W, window_end_pos)
201 - XWINDOW (O)->window_end_pos
202 + WVAR (XWINDOW (O), window_end_pos)
/dports/biology/subread/subread-2.0.2-source/src/
H A Dgene-algorithms.c2020 int window_end_pos = cover_start + window_size-1; in extend_covered_region() local
2026 …_in_window = match_chro_wronglen(read+ window_end_pos - window_size, array_index, read_start_pos +… in extend_covered_region()
2031 window_end_pos--; in extend_covered_region()
2034 …roughly_mapped = match_chro(read, array_index, read_start_pos, window_end_pos - right_match_number… in extend_covered_region()
2035 …if (roughly_mapped < (int)(0.5+ (window_end_pos - right_match_number) * CORE_RECOVER_MATCHING_RAT… in extend_covered_region()
2046 int test_length = window_end_pos /*- 1*/ - max(0, indel_movement) - right_match_number; in extend_covered_region()
2066 best_indel_pos = window_end_pos - right_match_number; in extend_covered_region()
2074 if(best_indel_pos<0) *head_indel_pos = window_end_pos - right_match_number; in extend_covered_region()
2076 }else window_end_pos--; in extend_covered_region()
2078 if (window_end_pos - window_size <= 0) break; in extend_covered_region()
H A Dcore-indel.c1670 int window_end_pos = cover_start + window_size-1; in core_extend_covered_region_13() local
1676 …_in_window = match_chro_wronglen(read+ window_end_pos - window_size, array_index, read_start_pos +… in core_extend_covered_region_13()
1681 window_end_pos--; in core_extend_covered_region_13()
1684 …roughly_mapped = match_chro(read, array_index, read_start_pos, window_end_pos - right_match_number… in core_extend_covered_region_13()
1685 …if (roughly_mapped < (int)(0.5+ (window_end_pos - right_match_number) * EXON_RECOVER_MATCHING_RAT… in core_extend_covered_region_13()
1696 int test_length = window_end_pos /*- 1*/ - max(0, indel_movement) - right_match_number; in core_extend_covered_region_13()
1706 …NDEL = %f ; MVMT=%d ; WINDOW_END=%d\n", matched_bases_after_indel, indel_movement, window_end_pos); in core_extend_covered_region_13()
1718 best_indel_pos = window_end_pos - right_match_number; in core_extend_covered_region_13()
1726 if(best_indel_pos<0) *head_indel_pos = window_end_pos - right_match_number; in core_extend_covered_region_13()
1729 window_end_pos--; in core_extend_covered_region_13()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dwindow.h369 ptrdiff_t window_end_pos; member
H A Dxdisp.c2963 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in adjust_window_ends()
19944 if (w->window_end_pos <= 0 && Z != it_charpos) in try_window()
19961 w->window_end_pos = Z - ZV; in try_window()
20216 w->window_end_pos = Z - ZV; in try_window_reusing_current_matrix()
20546 if (w->window_end_pos >= END_UNCHANGED) in find_first_unchanged_at_end_row()
20561 MATRIX_ROW_END_CHARPOS (row) + w->window_end_pos; in find_first_unchanged_at_end_row()
20997 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in try_window_id()
21509 IF_DEBUG ((debug_end_pos = w->window_end_pos, in try_window_id()
27376 if (w->window_end_pos <= BUF_Z (b) - zv) in decode_mode_spec()
27392 ptrdiff_t botpos = BUF_Z (b) - w->window_end_pos; in decode_mode_spec()
[all …]
H A Dwindow.c1809 XSETINT (value, BUF_Z (b) - w->window_end_pos);
2449 n->window_end_pos = 0; in replace_window()
4031 w->window_end_pos = 0; in set_window_buffer()
H A D.gdbinit396 printf "pos=%d", $w->window_end_pos
H A DChangeLog.22052 against hscroll. This caused window_end_pos to be wrong
2491 window_end_pos is now always positive; validity info
2494 * xdisp.c: Changed all uses of window_end_pos to use
H A DChangeLog.89472 * window.c (make_window): Set window_end_pos/vpos.
9476 * dispnew.c (check_matrix_invariants): Check window_end_pos/vpos.
9662 window_end_pos.
9717 * window.h: Comments for window_end_pos/vpos.
H A DChangeLog.12740 window_end_pos nonnegative (it is zero, in fact).
H A DChangeLog.41623 window_end_pos is relative to Z, not ZV.
H A DChangeLog.92034 * xdisp.c (try_window_id): Fix a case where window_end_pos
/dports/editors/emacs/emacs-27.2/src/
H A Dwindow.h369 ptrdiff_t window_end_pos; member
H A Dxdisp.c2838 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in adjust_window_ends()
19231 if (w->window_end_pos <= 0 && Z != it_charpos) in try_window()
19248 w->window_end_pos = Z - ZV; in try_window()
19503 w->window_end_pos = Z - ZV; in try_window_reusing_current_matrix()
19833 if (w->window_end_pos >= END_UNCHANGED) in find_first_unchanged_at_end_row()
19848 MATRIX_ROW_END_CHARPOS (row) + w->window_end_pos; in find_first_unchanged_at_end_row()
20284 w->window_end_pos = Z - MATRIX_ROW_END_CHARPOS (row); in try_window_id()
20791 IF_DEBUG ((debug_end_pos = w->window_end_pos, in try_window_id()
26527 if (w->window_end_pos <= BUF_Z (b) - zv) in decode_mode_spec()
26543 ptrdiff_t botpos = BUF_Z (b) - w->window_end_pos; in decode_mode_spec()
[all …]
H A Dwindow.c1790 XSETINT (value, BUF_Z (b) - w->window_end_pos);
2443 n->window_end_pos = 0; in replace_window()
4000 w->window_end_pos = 0; in set_window_buffer()
H A D.gdbinit391 printf "pos=%d", $w->window_end_pos
H A DChangeLog.22052 against hscroll. This caused window_end_pos to be wrong
2491 window_end_pos is now always positive; validity info
2494 * xdisp.c: Changed all uses of window_end_pos to use
H A DChangeLog.89472 * window.c (make_window): Set window_end_pos/vpos.
9476 * dispnew.c (check_matrix_invariants): Check window_end_pos/vpos.
9662 window_end_pos.
9717 * window.h: Comments for window_end_pos/vpos.
H A DChangeLog.12740 window_end_pos nonnegative (it is zero, in fact).
H A DChangeLog.41623 window_end_pos is relative to Z, not ZV.
H A DChangeLog.92034 * xdisp.c (try_window_id): Fix a case where window_end_pos
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dinternals.texi2589 @item window_end_pos
2595 The byte position corresponding to @code{window_end_pos}.
2599 @code{window_end_pos}.
2602 This field is set to a non-zero value if @code{window_end_pos} and
2605 @code{window_end_pos} was computed for did not get onto the screen.
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dinternals.texi2718 @item window_end_pos
2724 The byte position corresponding to @code{window_end_pos}.
2728 @code{window_end_pos}.
2731 This field is set to a non-zero value if @code{window_end_pos} and
2734 @code{window_end_pos} was computed for did not get onto the screen.
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/
H A Dprograms.texi989 window_end_pos nonnegative (it is zero, in fact).

12