Home
last modified time | relevance | path

Searched +defs:last +defs:end (Results 26 – 50 of 21311) sorted by relevance

12345678910>>...853

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dgen-indic-table.py58 end = start variable
172 def print_block (block, start, end, data): argument
197 last = -100000 variable
209 end = start+1 variable
212 end = (end-1)//8*8 + 7 variable
217 last = start-1 variable
228 last = end variable
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/segmented_algorithms/
H A Dgenerate.hpp41 SegIter first, SegIter last, F && f, std::true_type) in segmented_generate()
55 local_iterator_type end = traits::local(last); in segmented_generate() local
66 local_iterator_type end = traits::end(sit); in segmented_generate() local
107 SegIter first, SegIter last, F && f, std::false_type) in segmented_generate()
128 local_iterator_type end = traits::local(last); in segmented_generate() local
138 local_iterator_type end = traits::end(sit); in segmented_generate() local
186 generate_(ExPolicy && policy, FwdIter first, FwdIter last, F && f, in generate_()
H A Dfor_each.hpp41 SegIter first, SegIter last, F && f, Proj && proj, std::true_type) in segmented_for_each()
55 local_iterator_type end = traits::local(last); in segmented_for_each() local
67 local_iterator_type end = traits::end(sit); in segmented_for_each() local
113 SegIter first, SegIter last, F && f, Proj && proj, std::false_type) in segmented_for_each()
134 local_iterator_type end = traits::local(last); in segmented_for_each() local
145 local_iterator_type end = traits::end(sit); in segmented_for_each() local
197 for_each_(ExPolicy && policy, SegIter first, SegIter last, F && f, in for_each_()
H A Dreduce.hpp44 SegIter first, SegIter last, T && init, in segmented_reduce()
61 local_iterator_type end = traits::local(last); in segmented_reduce() local
72 local_iterator_type end = traits::end(sit); in segmented_reduce() local
115 SegIter first, SegIter last, T && init, in segmented_reduce()
137 local_iterator_type end = traits::local(last); in segmented_reduce() local
150 local_iterator_type end = traits::end(sit); in segmented_reduce() local
216 reduce_(ExPolicy&& policy, InIter first, InIter last, in reduce_()
H A Dfind.hpp39 FwdIter last, U && f_or_val, std::true_type) in segmented_find()
53 local_iterator_type end = traits::local(last); in segmented_find() local
66 local_iterator_type end = traits::end(sit); in segmented_find() local
122 FwdIter last, U && f_or_val, std::false_type) in segmented_find()
143 local_iterator_type end = traits::local(last); in segmented_find() local
163 local_iterator_type end = traits::end(sit); in segmented_find() local
248 find_(ExPolicy && policy, FwdIter first, FwdIter last, T const& val, in find_()
276 find_if_(ExPolicy && policy, FwdIter first, FwdIter last, F && f, in find_if_()
305 find_if_not_(ExPolicy && policy, FwdIter first, FwdIter last, F && f, in find_if_not_()
H A Dtransform_reduce.hpp44 SegIter first, SegIter last, T && init, in segmented_transform_reduce()
61 local_iterator_type end = traits::local(last); in segmented_transform_reduce() local
72 local_iterator_type end = traits::end(sit); in segmented_transform_reduce() local
115 SegIter first, SegIter last, T && init, in segmented_transform_reduce()
137 local_iterator_type end = traits::local(last); in segmented_transform_reduce() local
150 local_iterator_type end = traits::end(sit); in segmented_transform_reduce() local
216 transform_reduce_(ExPolicy&& policy, InIter first, InIter last, T && init, in transform_reduce_()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dgen-indic-table.py55 end = start variable
169 def print_block (block, start, end, data): argument
194 last = -100000 variable
206 end = start+1 variable
209 end = (end-1)//8*8 + 7 variable
214 last = start-1 variable
225 last = end variable
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dgen-indic-table.py55 end = start variable
169 def print_block (block, start, end, data): argument
194 last = -100000 variable
206 end = start+1 variable
209 end = (end-1)//8*8 + 7 variable
214 last = start-1 variable
225 last = end variable
/dports/devel/boost-docs/boost_1_72_0/boost/sort/pdqsort/
H A Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
162 inline void swap_offsets(Iter first, Iter last, in swap_offsets()
195 Iter last = end; in partition_right_branchless() local
335 Iter last = end; in partition_right() local
372 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
377 Iter last = end; in partition_left() local
520 inline void pdqsort(Iter first, Iter last, Compare comp) { in pdqsort()
589 inline void pdqsort(Iter first, Iter last) { in pdqsort()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/sort/pdqsort/
H A Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
162 inline void swap_offsets(Iter first, Iter last, in swap_offsets()
195 Iter last = end; in partition_right_branchless() local
335 Iter last = end; in partition_right() local
372 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
377 Iter last = end; in partition_left() local
520 inline void pdqsort(Iter first, Iter last, Compare comp) { in pdqsort()
589 inline void pdqsort(Iter first, Iter last) { in pdqsort()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/sort/pdqsort/
H A Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
162 inline void swap_offsets(Iter first, Iter last, in swap_offsets()
195 Iter last = end; in partition_right_branchless() local
335 Iter last = end; in partition_right() local
372 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
377 Iter last = end; in partition_left() local
520 inline void pdqsort(Iter first, Iter last, Compare comp) { in pdqsort()
589 inline void pdqsort(Iter first, Iter last) { in pdqsort()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/sort/pdqsort/
H A Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
162 inline void swap_offsets(Iter first, Iter last, in swap_offsets()
195 Iter last = end; in partition_right_branchless() local
335 Iter last = end; in partition_right() local
372 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
377 Iter last = end; in partition_left() local
520 inline void pdqsort(Iter first, Iter last, Compare comp) { in pdqsort()
589 inline void pdqsort(Iter first, Iter last) { in pdqsort()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/sort/pdqsort/
H A Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
162 inline void swap_offsets(Iter first, Iter last, in swap_offsets()
195 Iter last = end; in partition_right_branchless() local
335 Iter last = end; in partition_right() local
372 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
377 Iter last = end; in partition_left() local
520 inline void pdqsort(Iter first, Iter last, Compare comp) { in pdqsort()
589 inline void pdqsort(Iter first, Iter last) { in pdqsort()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/sort/pdqsort/
H A Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
162 inline void swap_offsets(Iter first, Iter last, in swap_offsets()
195 Iter last = end; in partition_right_branchless() local
335 Iter last = end; in partition_right() local
372 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
377 Iter last = end; in partition_left() local
520 inline void pdqsort(Iter first, Iter last, Compare comp) { in pdqsort()
589 inline void pdqsort(Iter first, Iter last) { in pdqsort()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/sort/pdqsort/
H A Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
162 inline void swap_offsets(Iter first, Iter last, in swap_offsets()
195 Iter last = end; in partition_right_branchless() local
335 Iter last = end; in partition_right() local
372 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
377 Iter last = end; in partition_left() local
520 inline void pdqsort(Iter first, Iter last, Compare comp) { in pdqsort()
589 inline void pdqsort(Iter first, Iter last) { in pdqsort()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/SMP/OpenMP/
H A DvtkSMPToolsInternal.h.in41 vtkIdType last)
54 void vtkSMPTools_Impl_For(vtkIdType first, vtkIdType last,
77 RandomAccessIterator end)
85 RandomAccessIterator end,
/dports/databases/grass7/grass-7.8.6/raster/r.to.vect/
H A Dlines_io.c51 struct COOR *point, *begin, *end, *last; in write_line() local
145 static int write_ln(struct COOR *begin, struct COOR *end, /* start and end point of line */ in write_ln()
150 struct COOR *p, *last; in write_ln() local
/dports/devel/arcanist/arcanist-b2e715f/support/xhpast/
H A Dparser.y36 #define NMORE(n, end) \ argument
39 #define NSPAN(n, type, end) \ argument
2389 xhpast::Node *last = $1; variable
2446 xhpast::Node *last = $1; variable
2534 xhpast::Node *last = $1; variable
/dports/devel/arcanist-lib/arcanist-b2e715f/support/xhpast/
H A Dparser.y36 #define NMORE(n, end) \ argument
39 #define NSPAN(n, type, end) \ argument
2389 xhpast::Node *last = $1; variable
2446 xhpast::Node *last = $1; variable
2534 xhpast::Node *last = $1; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshPolygonCell.hxx40 QuadEdgeType *last = m_EdgeRingEntry; in QuadEdgeMeshPolygonCell() local
131 PointIdInternalConstIterator end = this->InternalPointIdsEnd(); in GetNumberOfPoints() local
188 PointIdInternalIterator end = this->InternalPointIdsEnd(); in SetPointIds() local
209 PointIdInternalIterator end = this->InternalPointIdsEnd(); in InternalSetPointIds() local
224 PointIdConstIterator last) in SetPointIds()
227 PointIdInternalIterator end = this->InternalPointIdsEnd(); in SetPointIds() local
242 PointIdInternalConstIterator last) in InternalSetPointIds()
245 PointIdInternalIterator end = this->InternalPointIdsEnd(); in InternalSetPointIds() local
263 PointIdInternalIterator end = this->InternalPointIdsEnd(); in SetPointId() local
/dports/devel/wxformbuilder/source/src/boost/detail/
H A Dalgorithm.hpp52 Iter2 end(const std::pair<Iter1, Iter2>& p) { return p.second; } in end() function
92 end(std::vector<T>& c) { return c.end(); } in end() function
96 end(const std::vector<T>& c) { return c.end(); } in end() function
104 void iota(ForwardIterator first, ForwardIterator last, T value) in iota()
146 bool any_if(InputIterator first, InputIterator last, Predicate p) in any_if()
157 bool contains(InputIterator first, InputIterator last, T value) in contains()
168 bool all(InputIterator first, InputIterator last, Predicate p) in all()
182 bool none(InputIterator first, InputIterator last, Predicate p) in none()
205 bool is_sorted(ForwardIterator first, ForwardIterator last) in is_sorted()
220 bool is_sorted(ForwardIterator first, ForwardIterator last, in is_sorted()
/dports/biology/lamarc/lamarc-2.1.8/boost/detail/
H A Dalgorithm.hpp52 Iter2 end(const std::pair<Iter1, Iter2>& p) { return p.second; } in end() function
92 end(std::vector<T>& c) { return c.end(); } in end() function
96 end(const std::vector<T>& c) { return c.end(); } in end() function
104 void iota(ForwardIterator first, ForwardIterator last, T value) in iota()
146 bool any_if(InputIterator first, InputIterator last, Predicate p) in any_if()
157 bool contains(InputIterator first, InputIterator last, T value) in contains()
168 bool all(InputIterator first, InputIterator last, Predicate p) in all()
182 bool none(InputIterator first, InputIterator last, Predicate p) in none()
205 bool is_sorted(ForwardIterator first, ForwardIterator last) in is_sorted()
220 bool is_sorted(ForwardIterator first, ForwardIterator last, in is_sorted()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_http.c509 const uint8_t *end) { in sf_parse_byteseq()
540 const uint8_t *end) { in sf_parse_boolean()
573 const uint8_t *end) { in sf_parse_bare_item()
647 const uint8_t *end) { in sf_parse_item()
754 const uint8_t *p = value, *end = value + valuelen; in nghttp3_http_parse_priority() local
1107 const uint8_t *last; in check_authority() local
1117 const uint8_t *last; in check_scheme() local
1209 const uint8_t *last; in check_method() local
1290 const uint8_t *last; in check_path() local
1541 const uint8_t *last; in nghttp3_check_header_name() local
[all …]
/dports/textproc/clucene/clucene-core-2.3.3.4/src/ext/boost/detail/
H A Dalgorithm.hpp50 Iter2 end(const std::pair<Iter1, Iter2>& p) { return p.second; } in end() function
90 end(std::vector<T>& c) { return c.end(); } in end() function
94 end(const std::vector<T>& c) { return c.end(); } in end() function
102 void iota(ForwardIterator first, ForwardIterator last, T value) in iota()
144 bool any_if(InputIterator first, InputIterator last, Predicate p) in any_if()
155 bool container_contains(InputIterator first, InputIterator last, T value) in container_contains()
178 bool is_sorted(ForwardIterator first, ForwardIterator last) in is_sorted()
193 bool is_sorted(ForwardIterator first, ForwardIterator last, in is_sorted()
/dports/www/aria2/aria2-1.36.0/src/
H A Dparamed_string.h54 InputIterator last) in expandChoice()
80 int32_t fromBase26(InputIterator first, InputIterator last, char zero) in fromBase26()
97 InputIterator last) in expandLoop()
122 uint32_t start, end; in expandLoop() local
156 int32_t start, end; in expandLoop() local
223 void expand(InputIterator first, InputIterator last, OutputIterator out) in expand()

12345678910>>...853