Searched refs:this_to (Results 1 – 11 of 11) sorted by relevance
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/ |
H A D | m17n-flt.c | 2443 int this_to; in run_stages() local 2447 this_to = g->to; in run_stages() 2452 && g->to == this_to); in run_stages() 2964 for (this_to = this_from; this_to < to; this_to++) in mflt_run() 2978 for (this_to = this_from; this_to < to; this_to++) in mflt_run() 2984 for (; this_to < to; this_to++) in mflt_run() 3009 this_from = this_to; in mflt_run() 3011 if (this_to == to) in mflt_run() 3019 for (; this_to < to; this_to++) in mflt_run() 3061 to += j - this_to; in mflt_run() [all …]
|
H A D | font-ft.c | 2546 int this_from, this_to; in ft_drive_otf() local 2567 this_to = g->g.to; in ft_drive_otf() 2572 if (this_to < prev[k].g.to) in ft_drive_otf() 2573 this_to = prev[k].g.to; in ft_drive_otf() 2578 prev->g.to = this_to; in ft_drive_otf()
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/format/ |
H A D | gene_finder.cpp | 873 const int this_to = loc_iter.GetRange().GetTo(); in BadSeqLocSortOrderCStyle() local 875 if ( prev_to < this_to) { in BadSeqLocSortOrderCStyle() 879 if (prev_to > this_to) { in BadSeqLocSortOrderCStyle()
|
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/format/ |
H A D | gene_finder.cpp | 873 const int this_to = loc_iter.GetRange().GetTo(); in BadSeqLocSortOrderCStyle() local 875 if ( prev_to < this_to) { in BadSeqLocSortOrderCStyle() 879 if (prev_to > this_to) { in BadSeqLocSortOrderCStyle()
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | ftfont.c | 2287 int this_from, this_to; in ftfont_drive_otf() local 2307 this_to = g->g.to; in ftfont_drive_otf() 2312 if (this_to < prev[j].g.to) in ftfont_drive_otf() 2313 this_to = prev[j].g.to; in ftfont_drive_otf() 2318 prev->g.to = this_to; in ftfont_drive_otf() 2595 int this_from, this_to; in ftfont_drive_otf() local 2615 this_to = g->g.to; in ftfont_drive_otf() 2620 if (this_to < prev[j].g.to) in ftfont_drive_otf() 2621 this_to = prev[j].g.to; in ftfont_drive_otf() 2626 prev->g.to = this_to; in ftfont_drive_otf()
|
H A D | charset.c | 778 unsigned this_from, this_to; in map_charset_chars() local 783 this_to = to > offset ? to - offset : 0; in map_charset_chars() 786 if (this_to > CHARSET_MAX_CODE (charset)) in map_charset_chars() 787 this_to = CHARSET_MAX_CODE (charset); in map_charset_chars() 789 this_from, this_to); in map_charset_chars()
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | ftfont.c | 2292 int this_from, this_to; in ftfont_drive_otf() local 2312 this_to = g->g.to; in ftfont_drive_otf() 2317 if (this_to < prev[j].g.to) in ftfont_drive_otf() 2318 this_to = prev[j].g.to; in ftfont_drive_otf() 2323 prev->g.to = this_to; in ftfont_drive_otf() 2600 int this_from, this_to; in ftfont_drive_otf() local 2620 this_to = g->g.to; in ftfont_drive_otf() 2625 if (this_to < prev[j].g.to) in ftfont_drive_otf() 2626 this_to = prev[j].g.to; in ftfont_drive_otf() 2631 prev->g.to = this_to; in ftfont_drive_otf()
|
H A D | charset.c | 778 unsigned this_from, this_to; in map_charset_chars() local 783 this_to = to > offset ? to - offset : 0; in map_charset_chars() 786 if (this_to > CHARSET_MAX_CODE (charset)) in map_charset_chars() 787 this_to = CHARSET_MAX_CODE (charset); in map_charset_chars() 789 this_from, this_to); in map_charset_chars()
|
/dports/www/drupal9/drupal-9.2.10/core/modules/search/ |
H A D | search.module | 405 foreach ($ranges as $this_from => $this_to) { 406 $max_end = max($max_end, $this_to); 410 $working_to = $this_to; 415 $working_to = max($working_to, $this_to); 421 $working_to = $this_to;
|
/dports/www/drupal8/drupal-8.9.20/core/modules/search/ |
H A D | search.module | 590 foreach ($ranges as $this_from => $this_to) { 591 $max_end = max($max_end, $this_to); 595 $working_to = $this_to; 600 $working_to = max($working_to, $this_to); 606 $working_to = $this_to;
|
/dports/multimedia/get_iplayer/get_iplayer-3.28/ |
H A D | get_iplayer | 2708 my $this_to = shift; 2712 $this_to->{$_} = $this_from->{$_} if defined $this_from->{$_};
|