Home
last modified time | relevance | path

Searched refs:first0 (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Bitmap_fonts/
H A Dglyph_shrink.cpp64 int first0=-1, first1=-1, last0=-1, last1=-1; in get_hor_shift() local
67 if (first0<0) first0= x; in get_hor_shift()
79 if (first0==-1) return 0; in get_hor_shift()
80 if (first0==last0) return my_mod (gl->xoff- first0, xfactor); in get_hor_shift()
83 int d00= my_norm (last0- first0, xfactor); in get_hor_shift()
84 int d01= my_norm (last1- first0, xfactor); in get_hor_shift()
121 if (first0<0) first0= y; in get_ver_shift()
133 if (first0==-1) return 0; in get_ver_shift()
134 if (first0==last0) in get_ver_shift()
138 int d00= my_norm (last0- first0, yfactor); in get_ver_shift()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Dcontext.c133 int first0, last0, first1, last1, show_from, show_to, i; local
149 first0 = max (first0 - context, i);
157 find_function (&files[0], first0, &function, &function_length);
172 print_context_number_range (&files[0], first0, last0);
179 for (i = first0; i <= last0; i++)
265 int first0, last0, first1, last1, show_from, show_to, i, j, k; local
280 first0 = max (first0 - context, i);
288 find_function (&files[0], first0, &function, &function_length);
293 print_unidiff_number_range (&files[0], first0, last0);
309 i = first0;
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/multi_index/detail/
H A Dseq_index_ops.hpp63 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
65 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
66 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
67 else ++first0; in sequenced_index_merge()
82 sequenced_index_node_impl* first0=x->next(); in sequenced_index_collate() local
86 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
87 if(comp(Node::from_impl(first1)->value,Node::from_impl(first0)->value)){ in sequenced_index_collate()
89 sequenced_index_node_impl::relink(first0,first1); in sequenced_index_collate()
92 else first0=first0->next(); in sequenced_index_collate()
/dports/devel/boost-docs/boost_1_72_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/devel/R-cran-BH/BH/inst/include/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
88 impl_pointer first0=x->next(); in sequenced_index_collate() local
92 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
94 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
96 impl_type::relink(first0,first1); in sequenced_index_collate()
99 else first0=first0->next(); in sequenced_index_collate()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/databases/percona57-server/boost_1_59_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/databases/xtrabackup/boost_1_59_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/databases/percona57-client/boost_1_59_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/devel/boost-libs/boost_1_72_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/devel/boost-python-libs/boost_1_72_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/multi_index/detail/
H A Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
67 if(comp(*first1,*first0))x.splice(first0,y,first1++); in sequenced_index_merge()
68 else ++first0; in sequenced_index_merge()
87 impl_pointer first0=x->next(); in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
93 Node::from_impl(first1)->value(),Node::from_impl(first0)->value())){ in sequenced_index_collate()
95 impl_type::relink(first0,first1); in sequenced_index_collate()
98 else first0=first0->next(); in sequenced_index_collate()
/dports/textproc/diffutils/diffutils-3.8/src/
H A Dcontext.c173 lin first0, last0, first1, last1, i; in pr_context_hunk() local
187 first0 = MAX (first0 - context, i); in pr_context_hunk()
201 function = find_function (files[0].linbuf, first0); in pr_context_hunk()
214 print_context_number_range (&files[0], first0, last0); in pr_context_hunk()
223 for (i = first0; i <= last0; i++) in pr_context_hunk()
322 lin first0, last0, first1, last1; in pr_unidiff_hunk() local
336 first0 = MAX (first0 - context, i); in pr_unidiff_hunk()
350 function = find_function (files[0].linbuf, first0); in pr_unidiff_hunk()
357 print_unidiff_number_range (&files[0], first0, last0); in pr_unidiff_hunk()
369 i = first0; in pr_unidiff_hunk()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/first/
H A Dtest.rs21 fn first0(first: &FirstSets, symbols: &[Symbol]) -> Vec<Token> { in first0() function
22 let v = first.first0(symbols); in first0()
78 assert_eq!(first0(&first_sets, &[nt("A")]), vec![la("C"), la("D")]); in basic_first0()
80 assert_eq!(first0(&first_sets, &[nt("B")]), vec![la("D"), EOF]); in basic_first0()
83 first0(&first_sets, &[nt("B"), term("E")]), in basic_first0()
88 first0(&first_sets, &[nt("B"), nt("X")]), in basic_first0()
92 assert_eq!(first0(&first_sets, &[nt("X")]), vec![la("E")]); in basic_first0()

12345678910>>...24