Home
last modified time | relevance | path

Searched refs:src_end (Results 51 – 75 of 1526) sorted by relevance

12345678910>>...62

/dports/japanese/p5-Unicode-Japanese/Unicode-Japanese-0.49/
H A Ducs4.c22 const UJ_UINT8* src_end; in xs_ucs4_utf8() local
39 src_end = src+(len&~1); in xs_ucs4_utf8()
49 for(; src<src_end; src+=4 ) in xs_ucs4_utf8()
95 const UJ_UINT8* src_end; in xs_utf8_ucs4() local
112 src_end = src+len; in xs_utf8_ucs4()
117 while( src<src_end ) in xs_utf8_ucs4()
131 if( src+1>=src_end || in xs_utf8_ucs4()
156 if( src+2>=src_end || in xs_utf8_ucs4()
190 if( src+3>=src_end || in xs_utf8_ucs4()
216 if( src+utf8_len<=src_end ) in xs_utf8_ucs4()
[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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/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()
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()
139 bool filter( const wchar_t*& src_begin, const wchar_t* src_end, in filter()
142 if(src_begin != src_end && dest_begin != dest_end) { in filter()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbi_fast.cpp92 for ( auto src_end = src+count; src < src_end; dst += 16, src += 16 ) {
104 for ( auto src_end = src+count; src < src_end; dst += 16, src += 16 ) { in x_sse_CopyBuffer() local
118 for ( auto src_end = src+count; src < src_end; dst += 4, src += 4 ) { in x_sse_CopyBuffer()
125 for ( auto src_end = src+count; src < src_end; dst += 4, src += 4 ) { in x_sse_CopyBuffer()
143 for ( auto src_end = src+count; src < src_end; dst += 16, src += 16 ) { in x_sse_ConvertBuffer() local
165 for ( auto src_end = src+count; src < src_end; dst += 4, src += 4 ) { in x_sse_ConvertBuffer()
210 for ( auto src_end = src+count*4; src < src_end; in x_sse_SplitBufferInto4() local
280 for ( auto src_end = src+count*4; src < src_end; in x_sse_SplitBufferInto4() local
353 for ( auto src_end = src+count; src < src_end; src += 16 ) { in x_sse_FindMaxElement() local
374 for ( auto src_end = src+count; src < src_end; src += 16 ) { in x_sse_FindMaxElement() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbi_fast.cpp92 for ( auto src_end = src+count; src < src_end; dst += 16, src += 16 ) {
104 for ( auto src_end = src+count; src < src_end; dst += 16, src += 16 ) { in x_sse_CopyBuffer() local
118 for ( auto src_end = src+count; src < src_end; dst += 4, src += 4 ) { in x_sse_CopyBuffer()
125 for ( auto src_end = src+count; src < src_end; dst += 4, src += 4 ) { in x_sse_CopyBuffer()
143 for ( auto src_end = src+count; src < src_end; dst += 16, src += 16 ) { in x_sse_ConvertBuffer() local
165 for ( auto src_end = src+count; src < src_end; dst += 4, src += 4 ) { in x_sse_ConvertBuffer()
210 for ( auto src_end = src+count*4; src < src_end; in x_sse_SplitBufferInto4() local
280 for ( auto src_end = src+count*4; src < src_end; in x_sse_SplitBufferInto4() local
353 for ( auto src_end = src+count; src < src_end; src += 16 ) { in x_sse_FindMaxElement() local
374 for ( auto src_end = src+count; src < src_end; src += 16 ) { in x_sse_FindMaxElement() local
[all …]
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drc_cmdlength.c18 const char *src_end in remoteconfig_cmdlength() argument
25 while (src_end != src_buf) { in remoteconfig_cmdlength()
26 ch = src_end[-1]; in remoteconfig_cmdlength()
29 --src_end; in remoteconfig_cmdlength()
32 for (scan = src_buf; scan != src_end; ++scan) { in remoteconfig_cmdlength()
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynLZ.pas491 src_end := src+size;
546 if src<src_end then
579 src_end := src+size;
595 if src<src_end then
781 src_end := src+size;
796 if src<src_end then
848 src_end := src+size;
868 if src<src_end then
945 src_end := src+size;
1062 if src<src_end then
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DPack.cxx37 pcm_pack_24(uint8_t *dest, const int32_t *src, const int32_t *src_end) noexcept in pcm_pack_24() argument
42 while (src < src_end) { in pcm_pack_24()
91 const uint8_t *src, const uint8_t *src_end) noexcept in pcm_unpack_24() argument
93 while (src < src_end) { in pcm_unpack_24()
101 const uint8_t *src, const uint8_t *src_end) noexcept in pcm_unpack_24be() argument
103 while (src < src_end) { in pcm_unpack_24be()
H A DDither.cxx94 typename ST::const_pointer src_end) noexcept in DitherConvert() argument
96 while (src < src_end) in DitherConvert()
102 const int32_t *src_end) noexcept in Dither24To16() argument
106 DitherConvert<ST, DT>(dest, src, src_end); in Dither24To16()
111 const int32_t *src_end) noexcept in Dither32To16() argument
115 DitherConvert<ST, DT>(dest, src, src_end); in Dither32To16()
/dports/sysutils/less/less-551/
H A Dcvt.c68 char *src_end; local
72 src_end = osrc + *lenp;
74 src_end = osrc + strlen(osrc);
76 for (src = osrc, dst = odst; src < src_end; )
80 ch = step_char(&src, +1, src_end);
92 while (src < src_end)
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dqpack.c451 while (src != src_end && ret == 0) { in h2o_qpack_decoder_handle_input()
458 if (src == src_end) in h2o_qpack_decoder_handle_input()
463 if (!(src + value_len <= src_end)) in h2o_qpack_decoder_handle_input()
474 if (!(src + name_len < src_end)) in h2o_qpack_decoder_handle_input()
481 if (!(src + value_len <= src_end)) in h2o_qpack_decoder_handle_input()
596 if (src_end - *src < len) in decode_header_name_literal()
633 if (!(*src < src_end)) in decode_header_value_literal()
641 if (src_end - *src < len) in decode_header_value_literal()
795 if (*src >= src_end) in parse_decode_context()
836 const uint8_t *src = _src, *src_end = src + len; in h2o_qpack_parse_request() local
[all …]
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/pector/
H A Dpector_internals.h449 construct_copy(dst, std::distance(src_begin, src_end));
454 construct_move(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));
611 inline void move(pointer dst, pointer src_begin, pointer 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/archivers/lzfse/lzfse-4591228/src/
H A Dlzfse_decode_base.c108 const uint8_t *src_end = in lzfse_decode_v1() local
114 if (src_end == src) in lzfse_decode_v1()
122 while (src < src_end && accum_nbits + 8 <= 32) { in lzfse_decode_v1()
140 if (accum_nbits >= 8 || src != src_end) in lzfse_decode_v1()
338 if (s->src + 4 > s->src_end) in lzfse_decode()
391 if (s->src + header_size > s->src_end) in lzfse_decode()
411 s->src_end) in lzfse_decode()
530 if (s->src_end <= s->src) in lzfse_decode()
532 const size_t src_space = s->src_end - s->src; in lzfse_decode()
558 if (s->src_end <= s->src || in lzfse_decode()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XArchive/3rdparty/lzfse/src/
H A Dlzfse_decode_base.c108 const uint8_t *src_end = in lzfse_decode_v1() local
114 if (src_end == src) in lzfse_decode_v1()
122 while (src < src_end && accum_nbits + 8 <= 32) { in lzfse_decode_v1()
140 if (accum_nbits >= 8 || src != src_end) in lzfse_decode_v1()
338 if (s->src + 4 > s->src_end) in lzfse_decode()
391 if (s->src + header_size > s->src_end) in lzfse_decode()
411 s->src_end) in lzfse_decode()
530 if (s->src_end <= s->src) in lzfse_decode()
532 const size_t src_space = s->src_end - s->src; in lzfse_decode()
558 if (s->src_end <= s->src || in lzfse_decode()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libdepixelize/priv/
H A Dhomogeneoussplines.h126 points_citer src_begin, src_end; member
257 const points_citer src_end = src.end(); in _common_edge() local
260 points_citer src_it = std::find(src_begin, src_end, *it); in _common_edge()
262 if ( src_it == src_end ) in _common_edge()
276 if ( src_common_edge_end == src_end ) in _common_edge()
286 src_common_edge_end = src_end - 1; in _common_edge()
300 src_common_edge_begin = src_end - 1; in _common_edge()
312 if ( src_common_edge_begin == src_end ) in _common_edge()
329 ret.src_end = src_common_edge_end; in _common_edge()
399 if ( common_edge.src_begin < common_edge.src_end ) { in _polygon_union()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dmixer.c218 INT16* src_end; in mixer_channel_resample_16() local
236 while (src != src_end) { in mixer_channel_resample_16()
256 src_end = src + len; in mixer_channel_resample_16()
257 while (src != src_end) in mixer_channel_resample_16()
284 if (src > src_end) { in mixer_channel_resample_16()
286 src = src_end; in mixer_channel_resample_16()
361 INT8* src_end; in mixer_channel_resample_8() local
367 src_end = src + len; in mixer_channel_resample_8()
368 while (src != src_end) in mixer_channel_resample_8()
394 if (src > src_end) { in mixer_channel_resample_8()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dmixer.c217 INT16* src_end; in mixer_channel_resample_16() local
235 while (src != src_end) { in mixer_channel_resample_16()
255 src_end = src + len; in mixer_channel_resample_16()
256 while (src != src_end) in mixer_channel_resample_16()
283 if (src > src_end) { in mixer_channel_resample_16()
285 src = src_end; in mixer_channel_resample_16()
360 INT8* src_end; in mixer_channel_resample_8() local
366 src_end = src + len; in mixer_channel_resample_8()
367 while (src != src_end) in mixer_channel_resample_8()
393 if (src > src_end) { in mixer_channel_resample_8()
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/util/
H A DByteReverse.hxx32 const uint16_t *src, const uint16_t *src_end) noexcept;
40 const uint32_t *src, const uint32_t *src_end) noexcept;
48 const uint64_t *src, const uint64_t *src_end) noexcept;
55 reverse_bytes(uint8_t *dest, const uint8_t *src, const uint8_t *src_end,

12345678910>>...62