Home
last modified time | relevance | path

Searched refs:last (Results 251 – 275 of 81328) sorted by relevance

1...<<11121314151617181920>>...3254

/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp107 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
110 boost::make_filter_iterator(last, last, pred)), in test_minmax_element()
152 Container c(first, last); in test_container()
177 test_range(first, last, n); in test()
183 test_range(first, last, n); in test()
187 std::fill(first, last, Value(1)); in test()
189 test_range(first, last, n); in test()
193 std::reverse(first, last); in test()
194 test_range(first, last, n); in test()
198 std::random_shuffle(first, last); in test()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dclst.h71 return last != nullptr ? last->next : nullptr; in First()
75 return last != nullptr ? last->next : nullptr; in First()
90 return !last; in empty()
94 return last != nullptr ? (last == last->next) : false; in singleton()
99 last = from_list->last; in shallow_copy()
110 for (auto it = last->next; it != last; it = it->next) { in length()
450 list->last = list_to_add->last; in add_list_after()
459 list->last = list_to_add->last; in add_list_after()
466 list->last = list_to_add->last; in add_list_after()
488 list->last = list_to_add->last; in add_list_before()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/index/detail/
H A Dmaxmin_heap.hpp18 inline void push_maxmin_heap(It first, It last, Compare comp) in push_maxmin_heap() argument
25 inline void push_maxmin_heap(It first, It last) in push_maxmin_heap() argument
35 pop_heap<max_call, min_call>(first, first, last, comp); in pop_top_maxmin_heap()
39 inline void pop_top_maxmin_heap(It first, It last) in pop_top_maxmin_heap() argument
50 pop_heap<max_call, min_call>(first, bottom, last, comp); in pop_bottom_maxmin_heap()
54 inline void pop_bottom_maxmin_heap(It first, It last) in pop_bottom_maxmin_heap() argument
59 pop_heap<max_call, min_call>(first, bottom, last, comp); in pop_bottom_maxmin_heap()
70 inline void make_maxmin_heap(It first, It last) in make_maxmin_heap() argument
77 inline bool is_maxmin_heap(It first, It last, Compare comp) in is_maxmin_heap() argument
84 inline bool is_maxmin_heap(It first, It last) in is_maxmin_heap() argument
[all …]
/dports/games/openttd/openttd-12.1/src/
H A Dcrashlog.cpp118 return buffer + seprintf(buffer, last, in LogOpenTTDVersion()
157 buffer += seprintf(buffer, last, in LogConfiguration()
182 buffer += seprintf(buffer, last, in LogConfiguration()
206 buffer += seprintf(buffer, last, "\n"); in LogConfiguration()
278 buffer += seprintf(buffer, last, "\n"); in LogLibraries()
300 CrashLog::gamelog_last = last; in LogGamelog()
323 buffer += seprintf(buffer, last, "\n"); in LogRecentNews()
344 buffer = this->LogRegisters(buffer, last); in FillCrashLog()
347 buffer = this->LogCompiler(buffer, last); in FillCrashLog()
350 buffer = this->LogModules(buffer, last); in FillCrashLog()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_log.cc626 std::tie(p, last) = copy(' ', p, last); in upstream_accesslog()
631 std::tie(p, last) = copy('.', p, last); in upstream_accesslog()
648 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
658 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
672 std::tie(p, last) = copy('.', p, last); in upstream_accesslog()
678 std::tie(p, last) = copy(frac, p, last); in upstream_accesslog()
689 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
696 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
705 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
776 std::tie(p, last) = copy(name, p, last); in upstream_accesslog()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_log.cc626 std::tie(p, last) = copy(' ', p, last); in upstream_accesslog()
631 std::tie(p, last) = copy('.', p, last); in upstream_accesslog()
648 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
658 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
672 std::tie(p, last) = copy('.', p, last); in upstream_accesslog()
678 std::tie(p, last) = copy(frac, p, last); in upstream_accesslog()
689 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
696 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
705 std::tie(p, last) = copy('-', p, last); in upstream_accesslog()
776 std::tie(p, last) = copy(name, p, last); in upstream_accesslog()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hana/test/detail/
H A Dalgorithm.cpp23 int* last = array + 6; in constexpr_context() local
25 hana::detail::reverse(first, last); in constexpr_context()
30 hana::detail::lexicographical_compare(first, last, first, last, hana::less); in constexpr_context()
31 hana::detail::lexicographical_compare(first, last, first, last); in constexpr_context()
33 hana::detail::equal(first, last, first, last, hana::equal); in constexpr_context()
34 hana::detail::equal(first, last, first, last); in constexpr_context()
37 hana::detail::sort(first, last); in constexpr_context()
39 hana::detail::find(first, last, 3); in constexpr_context()
42 hana::detail::iota(first, last, 0); in constexpr_context()
44 hana::detail::count(first, last, 2); in constexpr_context()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/test/detail/
H A Dalgorithm.cpp23 int* last = array + 6; in constexpr_context() local
25 hana::detail::reverse(first, last); in constexpr_context()
30 hana::detail::lexicographical_compare(first, last, first, last, hana::less); in constexpr_context()
31 hana::detail::lexicographical_compare(first, last, first, last); in constexpr_context()
33 hana::detail::equal(first, last, first, last, hana::equal); in constexpr_context()
34 hana::detail::equal(first, last, first, last); in constexpr_context()
37 hana::detail::sort(first, last); in constexpr_context()
39 hana::detail::find(first, last, 3); in constexpr_context()
42 hana::detail::iota(first, last, 0); in constexpr_context()
44 hana::detail::count(first, last, 2); in constexpr_context()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/detail/
H A Dalgorithm.cpp23 int* last = array + 6; in constexpr_context() local
25 hana::detail::reverse(first, last); in constexpr_context()
30 hana::detail::lexicographical_compare(first, last, first, last, hana::less); in constexpr_context()
31 hana::detail::lexicographical_compare(first, last, first, last); in constexpr_context()
33 hana::detail::equal(first, last, first, last, hana::equal); in constexpr_context()
34 hana::detail::equal(first, last, first, last); in constexpr_context()
37 hana::detail::sort(first, last); in constexpr_context()
39 hana::detail::find(first, last, 3); in constexpr_context()
42 hana::detail::iota(first, last, 0); in constexpr_context()
44 hana::detail::count(first, last, 2); in constexpr_context()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/detail/
H A Dalgorithm.cpp23 int* last = array + 6; in constexpr_context() local
25 hana::detail::reverse(first, last); in constexpr_context()
30 hana::detail::lexicographical_compare(first, last, first, last, hana::less); in constexpr_context()
31 hana::detail::lexicographical_compare(first, last, first, last); in constexpr_context()
33 hana::detail::equal(first, last, first, last, hana::equal); in constexpr_context()
34 hana::detail::equal(first, last, first, last); in constexpr_context()
37 hana::detail::sort(first, last); in constexpr_context()
39 hana::detail::find(first, last, 3); in constexpr_context()
42 hana::detail::iota(first, last, 0); in constexpr_context()
44 hana::detail::count(first, last, 2); in constexpr_context()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp20 if (last->fCurveCount || last->fDX || edge->fX != last->fX) { in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
52 last->fLastY = last->fFirstY - 1; in combineVertical()
66 if (last->fCurveCount || last->fDX || edge->fX != last->fX) { in combineVertical()
72 last->fY = last->fUpperY; in combineVertical()
87 last->fY = last->fUpperY; in combineVertical()
90 last->fUpperY = last->fLowerY; in combineVertical()
91 last->fY = last->fUpperY; in combineVertical()
101 last->fLowerY = last->fUpperY; in combineVertical()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp20 if (last->fCurveCount || last->fDX || edge->fX != last->fX) { in combineVertical()
42 last->fFirstY = last->fLastY + 1; in combineVertical()
43 last->fLastY = edge->fLastY; in combineVertical()
52 last->fLastY = last->fFirstY - 1; in combineVertical()
66 if (last->fCurveCount || last->fDX || edge->fX != last->fX) { in combineVertical()
72 last->fY = last->fUpperY; in combineVertical()
87 last->fY = last->fUpperY; in combineVertical()
90 last->fUpperY = last->fLowerY; in combineVertical()
91 last->fY = last->fUpperY; in combineVertical()
101 last->fLowerY = last->fUpperY; in combineVertical()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-token.c156 *last = child->last; in anjuta_token_next_child()
535 for (last = token; last->last != NULL; last = last->last); in anjuta_token_last()
538 for (last = last->children; last->next != NULL; last = last->next); in anjuta_token_last()
598 for (last = item; last->last != NULL; last = last->last); in anjuta_token_next_item()
668 if ((last->last != NULL) && (last->last->parent == last->parent)) in anjuta_token_append_child()
670 last = last->last; in anjuta_token_append_child()
674 last = last->next; in anjuta_token_append_child()
861 for (last = sibling; last->last != NULL; last = last->last); in anjuta_token_insert_after()
927 for (last = sibling; last->last != NULL; last = last->last); in anjuta_token_insert_before()
1035 if (group->last->last != NULL) group->last = group->last->last; in anjuta_token_merge_own_children()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/qi/
H A Dtest.hpp24 Char const* last = in; in test() local
25 while (*last) in test()
26 last++; in test()
39 Char const* last = in; in test() local
40 while (*last) in test()
41 last++; in test()
80 Char const* last = in; in test_attr() local
81 while (*last) in test_attr()
82 last++; in test_attr()
96 while (*last) in test_attr()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/qi/
H A Dtest.hpp24 Char const* last = in; in test() local
25 while (*last) in test()
26 last++; in test()
39 Char const* last = in; in test() local
40 while (*last) in test()
41 last++; in test()
80 Char const* last = in; in test_attr() local
81 while (*last) in test_attr()
82 last++; in test_attr()
96 while (*last) in test_attr()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/test/qi/
H A Dtest.hpp25 Char const* last = in; in test() local
26 while (*last) in test()
27 last++; in test()
40 Char const* last = in; in test() local
41 while (*last) in test()
42 last++; in test()
81 Char const* last = in; in test_attr() local
82 while (*last) in test_attr()
83 last++; in test_attr()
97 while (*last) in test_attr()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/test/qi/
H A Dtest.hpp25 Char const* last = in; in test() local
26 while (*last) in test()
27 last++; in test()
40 Char const* last = in; in test() local
41 while (*last) in test()
42 last++; in test()
81 Char const* last = in; in test_attr() local
82 while (*last) in test_attr()
83 last++; in test_attr()
97 while (*last) in test_attr()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/test/qi/
H A Dtest.hpp25 Char const* last = in; in test() local
26 while (*last) in test()
27 last++; in test()
40 Char const* last = in; in test() local
41 while (*last) in test()
42 last++; in test()
81 Char const* last = in; in test_attr() local
82 while (*last) in test_attr()
83 last++; in test_attr()
97 while (*last) in test_attr()
[all …]

1...<<11121314151617181920>>...3254