Home
last modified time | relevance | path

Searched refs:src_begin (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/image/
H A Dpixel.h197 assert(src_begin);
282 assert(src_begin);
367 assert(src_begin);
452 assert(src_begin);
540 assert(src_begin);
629 assert(src_begin);
717 assert(src_begin);
805 assert(src_begin);
893 assert(src_begin);
981 assert(src_begin);
[all …]
/dports/devel/hpx/hpx-1.2.1/plugins/binary_filter/bzip2/
H A Dbzip2_serialization_filter.cpp59 this->after(src_begin, dest_begin); in save()
72 if(src_begin == src_end) in load()
83 result = this->check_end(src_begin, dest_begin); in load()
84 this->after(src_begin, dest_begin); in load()
111 char const* src_begin = static_cast<char const*>(src); in load_impl() local
113 compdecomp_.load(src_begin, src_begin+src_count, dst_begin, in load_impl()
115 return src_begin-static_cast<char const*>(src); in load_impl()
154 char const* src_begin = static_cast<char const*>(src); in save() local
155 std::copy(src_begin, src_begin+src_count, std::back_inserter(buffer_)); in save()
164 char const* src_begin = buffer_.data(); in flush() local
[all …]
/dports/devel/hpx/hpx-1.2.1/plugins/binary_filter/zlib/
H A Dzlib_serialization_filter.cpp46 this->before(src_begin, src_end, dest_begin, dest_end); in save()
48 this->after(src_begin, dest_begin, true); in save()
59 this->before(src_begin, src_end, dest_begin, dest_end); in load()
61 this->after(src_begin, dest_begin, false); in load()
82 char const* src_begin = static_cast<char const*>(src); in load_impl() local
84 compdecomp_.load(src_begin, src_begin+src_count, dst_begin, in load_impl()
86 return src_begin-static_cast<char const*>(src); in load_impl()
127 char const* src_begin = static_cast<char const*>(src); in save() local
128 std::copy(src_begin, src_begin+src_count, std::back_inserter(buffer_)); in save()
137 char const* src_begin = buffer_.data(); in flush() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/
H A Dsymmetric_filter_test.cpp40 bool filter( const char*& src_begin, const char* src_end, in filter()
43 while ( can_read(src_begin, src_end) || in filter()
46 if (can_read(src_begin, src_end)) in filter()
47 read(src_begin, src_end); in filter()
55 void read(const char*& src_begin, const char* src_end) in read()
58 (std::min) ( src_end - src_begin, in read()
62 *buf_.eptr()++ = std::toupper(*src_begin++); in read()
74 bool can_read(const char*& src_begin, const char* src_end) in can_read()
75 { return src_begin != src_end && buf_.eptr() != buf_.end(); } in can_read()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
[all …]
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/pector/
H A Dpector_internals.h454 construct_move(dst, src_begin, std::distance(src_begin, src_end));
459 construct_move_alias_reverse(dst, src_begin, std::distance(src_begin, src_end));
464 move(dst, src_begin, std::distance(src_begin, src_end));
469 move_alias(dst, src_begin, std::distance(src_begin, src_end));
474 copy(dst, src_begin, std::distance(src_begin, src_end));
598 construct_copy(dst, src_begin, std::distance(src_begin, src_end));
603 construct_move(dst, src_begin, std::distance(src_begin, src_end));
608 construct_move_alias_reverse(dst, src_begin, std::distance(src_begin, src_end));
613 move(dst, src_begin, std::distance(src_begin, src_end));
618 move_alias(dst, src_begin, std::distance(src_begin, src_end));
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/iostreams/filter/
H A Dbzip2.hpp172 void before( const char*& src_begin, const char* src_end,
174 void after(const char*& src_begin, char*& dest_begin);
206 bool filter( const char*& src_begin, const char* src_end,
325 ( const char*& src_begin, const char* src_end, in filter() argument
330 before(src_begin, src_end, dest_begin, dest_end); in filter()
332 after(src_begin, dest_begin); in filter()
365 ( const char*& src_begin, const char* src_end, in filter() argument
371 if(src_begin == src_end) in filter()
378 before(src_begin, src_end, dest_begin, dest_end); in filter()
381 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/iostreams/filter/
H A Dbzip2.hpp172 void before( const char*& src_begin, const char* src_end,
174 void after(const char*& src_begin, char*& dest_begin);
206 bool filter( const char*& src_begin, const char* src_end,
325 ( const char*& src_begin, const char* src_end, in filter() argument
330 before(src_begin, src_end, dest_begin, dest_end); in filter()
332 after(src_begin, dest_begin); in filter()
365 ( const char*& src_begin, const char* src_end, in filter() argument
371 if(src_begin == src_end) in filter()
378 before(src_begin, src_end, dest_begin, dest_end); in filter()
381 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/iostreams/filter/
H A Dbzip2.hpp172 void before( const char*& src_begin, const char* src_end,
174 void after(const char*& src_begin, char*& dest_begin);
206 bool filter( const char*& src_begin, const char* src_end,
325 ( const char*& src_begin, const char* src_end, in filter() argument
330 before(src_begin, src_end, dest_begin, dest_end); in filter()
332 after(src_begin, dest_begin); in filter()
365 ( const char*& src_begin, const char* src_end, in filter() argument
371 if(src_begin == src_end) in filter()
378 before(src_begin, src_end, dest_begin, dest_end); in filter()
381 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/iostreams/filter/
H A Dbzip2.hpp172 void before( const char*& src_begin, const char* src_end,
174 void after(const char*& src_begin, char*& dest_begin);
206 bool filter( const char*& src_begin, const char* src_end,
325 ( const char*& src_begin, const char* src_end, in filter() argument
330 before(src_begin, src_end, dest_begin, dest_end); in filter()
332 after(src_begin, dest_begin); in filter()
365 ( const char*& src_begin, const char* src_end, in filter() argument
371 if(src_begin == src_end) in filter()
378 before(src_begin, src_end, dest_begin, dest_end); in filter()
381 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/iostreams/filter/
H A Dbzip2.hpp172 void before( const char*& src_begin, const char* src_end,
174 void after(const char*& src_begin, char*& dest_begin);
206 bool filter( const char*& src_begin, const char* src_end,
325 ( const char*& src_begin, const char* src_end, in filter() argument
330 before(src_begin, src_end, dest_begin, dest_end); in filter()
332 after(src_begin, dest_begin); in filter()
365 ( const char*& src_begin, const char* src_end, in filter() argument
371 if(src_begin == src_end) in filter()
378 before(src_begin, src_end, dest_begin, dest_end); in filter()
381 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/iostreams/filter/
H A Dbzip2.hpp172 void before( const char*& src_begin, const char* src_end,
174 void after(const char*& src_begin, char*& dest_begin);
206 bool filter( const char*& src_begin, const char* src_end,
325 ( const char*& src_begin, const char* src_end, in filter() argument
330 before(src_begin, src_end, dest_begin, dest_end); in filter()
332 after(src_begin, dest_begin); in filter()
365 ( const char*& src_begin, const char* src_end, in filter() argument
371 if(src_begin == src_end) in filter()
378 before(src_begin, src_end, dest_begin, dest_end); in filter()
381 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/iostreams/filter/
H A Dbzip2.hpp172 void before( const char*& src_begin, const char* src_end,
174 void after(const char*& src_begin, char*& dest_begin);
206 bool filter( const char*& src_begin, const char* src_end,
325 ( const char*& src_begin, const char* src_end, in filter() argument
330 before(src_begin, src_end, dest_begin, dest_end); in filter()
332 after(src_begin, dest_begin); in filter()
365 ( const char*& src_begin, const char* src_end, in filter() argument
371 if(src_begin == src_end) in filter()
378 before(src_begin, src_end, dest_begin, dest_end); in filter()
381 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/iostreams/filter/
H A Dbzip2.hpp166 void before( const char*& src_begin, const char* src_end,
168 void after(const char*& src_begin, char*& dest_begin);
200 bool filter( const char*& src_begin, const char* src_end,
314 ( const char*& src_begin, const char* src_end, in filter() argument
319 before(src_begin, src_end, dest_begin, dest_end); in filter()
321 after(src_begin, dest_begin); in filter()
350 ( const char*& src_begin, const char* src_end, in filter() argument
355 if(src_begin == src_end) in filter()
362 before(src_begin, src_end, dest_begin, dest_end); in filter()
365 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/iostreams/filter/
H A Dbzip2.hpp166 void before( const char*& src_begin, const char* src_end,
168 void after(const char*& src_begin, char*& dest_begin);
200 bool filter( const char*& src_begin, const char* src_end,
314 ( const char*& src_begin, const char* src_end, in filter() argument
319 before(src_begin, src_end, dest_begin, dest_end); in filter()
321 after(src_begin, dest_begin); in filter()
350 ( const char*& src_begin, const char* src_end, in filter() argument
355 if(src_begin == src_end) in filter()
362 before(src_begin, src_end, dest_begin, dest_end); in filter()
365 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/iostreams/filter/
H A Dbzip2.hpp166 void before( const char*& src_begin, const char* src_end,
168 void after(const char*& src_begin, char*& dest_begin);
200 bool filter( const char*& src_begin, const char* src_end,
314 ( const char*& src_begin, const char* src_end, in filter() argument
319 before(src_begin, src_end, dest_begin, dest_end); in filter()
321 after(src_begin, dest_begin); in filter()
350 ( const char*& src_begin, const char* src_end, in filter() argument
355 if(src_begin == src_end) in filter()
362 before(src_begin, src_end, dest_begin, dest_end); in filter()
365 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/iostreams/filter/
H A Dbzip2.hpp166 void before( const char*& src_begin, const char* src_end,
168 void after(const char*& src_begin, char*& dest_begin);
200 bool filter( const char*& src_begin, const char* src_end,
314 ( const char*& src_begin, const char* src_end, in filter() argument
319 before(src_begin, src_end, dest_begin, dest_end); in filter()
321 after(src_begin, dest_begin); in filter()
350 ( const char*& src_begin, const char* src_end, in filter() argument
355 if(src_begin == src_end) in filter()
362 before(src_begin, src_end, dest_begin, dest_end); in filter()
365 result = check_end(src_begin, dest_begin); in filter()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/iostreams/filter/
H A Dbzip2.hpp166 void before( const char*& src_begin, const char* src_end,
168 void after(const char*& src_begin, char*& dest_begin);
200 bool filter( const char*& src_begin, const char* src_end,
314 ( const char*& src_begin, const char* src_end, in filter() argument
319 before(src_begin, src_end, dest_begin, dest_end); in filter()
321 after(src_begin, dest_begin); in filter()
350 ( const char*& src_begin, const char* src_end, in filter() argument
355 if(src_begin == src_end) in filter()
362 before(src_begin, src_end, dest_begin, dest_end); in filter()
365 result = check_end(src_begin, dest_begin); in filter()
[all …]

1234567891011