Home
last modified time | relevance | path

Searched refs:end_out (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_icf_base.c20 struct deflate_icf *end_out) in update_state() argument
62 end_out = in isal_deflate_icf_body_hash_hist_base()
69 if (next_out >= end_out) { in isal_deflate_icf_body_hash_hist_base()
72 end_out); in isal_deflate_icf_body_hash_hist_base()
164 if (next_out >= end_out) { in isal_deflate_icf_finish_hash_hist_base()
167 end_out); in isal_deflate_icf_finish_hash_hist_base()
218 if (next_out >= end_out) { in isal_deflate_icf_finish_hash_hist_base()
221 end_out); in isal_deflate_icf_finish_hash_hist_base()
274 if (next_out >= end_out) { in isal_deflate_icf_finish_hash_map_base()
277 end_out); in isal_deflate_icf_finish_hash_map_base()
[all …]
H A Digzip_decode_block_stateless.asm130 %define end_out r13
480 add end_out, next_out
488 sub end_out, OUT_BUFFER_SLOP
511 cmp next_out, end_out
634 add end_out, OUT_BUFFER_SLOP
686 cmp repeat_length, end_out
696 cmp next_out, end_out
717 mov rcx, end_out
726 mov next_out, end_out
763 add end_out, OUT_BUFFER_SLOP
[all …]
/dports/archivers/innoextract/innoextract-1.9/src/stream/
H A Dlzma.cpp52 char * & begin_out, char * end_out, bool flush) { in filter() argument
60 strm->avail_out = size_t(end_out - begin_out); in filter()
88 char * & begin_out, char * end_out, bool flush) { in filter() argument
116 return lzma_decompressor_impl_base::filter(begin_in, end_in, begin_out, end_out, flush); in filter()
120 char * & begin_out, char * end_out, bool flush) { in filter() argument
145 return lzma_decompressor_impl_base::filter(begin_in, end_in, begin_out, end_out, flush); in filter()
H A Dlzma.hpp64 char * & begin_out, char * end_out, bool flush);
84 char * & begin_out, char * end_out, bool flush);
100 char * & begin_out, char * end_out, bool flush);
/dports/devel/isa-l/isa-l-2.30.0/igzip/aarch64/
H A Disal_deflate_icf_finish_hash_hist.S112 declare_generic_reg end_out, 12,x
204 ldr end_out, [level_buf, offset_icf_buf_avail_out] // 4696
210 and end_out, end_out, -4
214 add end_out, start_out, end_out
223 cmp next_out, end_out
275 cmp next_out, end_out
281 cmp end_out, next_out_iter
349 mov param6, end_out
362 mov param6, end_out
367 mov param6, end_out
H A Disal_deflate_icf_body_hash_hist.S115 declare_generic_reg end_out, 12,x
167 add end_out, start_out, x0
178 cmp next_out, end_out
307 sub x12, end_out, next_out
338 sub x12, end_out, next_out
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/unarr/rar/
H A Dparse-rar.c123 char *end_out = str + len * 3; in rar_conv_unicode_to_utf8() local
137 while (in < end_in && out < end_out) { in rar_conv_unicode_to_utf8()
146 out += ar_conv_rune_to_utf8(*in++, out, end_out - out); in rar_conv_unicode_to_utf8()
151 out += ar_conv_rune_to_utf8(((uint16_t)highbyte << 8) | *in++, out, end_out - out); in rar_conv_unicode_to_utf8()
156 out += ar_conv_rune_to_utf8(((uint16_t)*(in + 1) << 8) | *in, out, end_out - out); in rar_conv_unicode_to_utf8()
167 …v_rune_to_utf8(((uint16_t)highbyte << 8) | (data[size] + (correction & 0xFF)), out, end_out - out); in rar_conv_unicode_to_utf8()
174 out += ar_conv_rune_to_utf8(data[size], out, end_out - out); in rar_conv_unicode_to_utf8()
/dports/graphics/evince/evince-41.3/cut-n-paste/unarr/rar/
H A Dparse-rar.c123 char *end_out = str + len * 3; in rar_conv_unicode_to_utf8() local
137 while (in < end_in && out < end_out) { in rar_conv_unicode_to_utf8()
146 out += ar_conv_rune_to_utf8(*in++, out, end_out - out); in rar_conv_unicode_to_utf8()
151 out += ar_conv_rune_to_utf8(((uint16_t)highbyte << 8) | *in++, out, end_out - out); in rar_conv_unicode_to_utf8()
156 out += ar_conv_rune_to_utf8(((uint16_t)*(in + 1) << 8) | *in, out, end_out - out); in rar_conv_unicode_to_utf8()
167 …v_rune_to_utf8(((uint16_t)highbyte << 8) | (data[size] + (correction & 0xFF)), out, end_out - out); in rar_conv_unicode_to_utf8()
174 out += ar_conv_rune_to_utf8(data[size], out, end_out - out); in rar_conv_unicode_to_utf8()
/dports/archivers/unarr/unarr-1.0.1/rar/
H A Dparse-rar.c123 char *end_out = str + len * 3; in rar_conv_unicode_to_utf8() local
137 while (in < end_in && out < end_out) { in rar_conv_unicode_to_utf8()
146 out += ar_conv_rune_to_utf8(*in++, out, end_out - out); in rar_conv_unicode_to_utf8()
151 out += ar_conv_rune_to_utf8(((uint16_t)highbyte << 8) | *in++, out, end_out - out); in rar_conv_unicode_to_utf8()
156 out += ar_conv_rune_to_utf8(((uint16_t)*(in + 1) << 8) | *in, out, end_out - out); in rar_conv_unicode_to_utf8()
167 …v_rune_to_utf8(((uint16_t)highbyte << 8) | (data[size] + (correction & 0xFF)), out, end_out - out); in rar_conv_unicode_to_utf8()
174 out += ar_conv_rune_to_utf8(data[size], out, end_out - out); in rar_conv_unicode_to_utf8()
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/qtquick/karchive-rar/unarr/rar/
H A Dparse-rar.c123 char *end_out = str + len * 3; in rar_conv_unicode_to_utf8() local
137 while (in < end_in && out < end_out) { in rar_conv_unicode_to_utf8()
146 out += ar_conv_rune_to_utf8(*in++, out, end_out - out); in rar_conv_unicode_to_utf8()
151 out += ar_conv_rune_to_utf8(((uint16_t)highbyte << 8) | *in++, out, end_out - out); in rar_conv_unicode_to_utf8()
156 out += ar_conv_rune_to_utf8(((uint16_t)*(in + 1) << 8) | *in, out, end_out - out); in rar_conv_unicode_to_utf8()
167 …v_rune_to_utf8(((uint16_t)highbyte << 8) | (data[size] + (correction & 0xFF)), out, end_out - out); in rar_conv_unicode_to_utf8()
174 out += ar_conv_rune_to_utf8(data[size], out, end_out - out); in rar_conv_unicode_to_utf8()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/
H A Dtest-parse-reg.c54 hts_pos_t beg_out = -1, end_out = -1; in reg_expected() local
56 reg_out = sam_parse_region(hdr, reg, &tid_out, &beg_out, &end_out, flags); in reg_expected()
62 (reg_exp && end_out != end_exp)) { in reg_expected()
67 reg_out?reg_out:"(null)", tid_out, beg_out, end_out); in reg_expected()
/dports/biology/htslib/htslib-1.14/test/
H A Dtest-parse-reg.c54 hts_pos_t beg_out = -1, end_out = -1; in reg_expected() local
56 reg_out = sam_parse_region(hdr, reg, &tid_out, &beg_out, &end_out, flags); in reg_expected()
62 (reg_exp && end_out != end_exp)) { in reg_expected()
67 reg_out?reg_out:"(null)", tid_out, beg_out, end_out); in reg_expected()
/dports/misc/perkeep/perkeep-0.11/clients/python/
H A Dcamliclient.py110 def end_out(blobref, blob_file): function
114 op.get_blobs(blobref_list, start_out=start_out, end_out=end_out)
/dports/devel/py-pyvisa-py/PyVISA-py-0.5.2/pyvisa_py/
H A Dserial.py189 end_out, _ = self.get_attribute(ResourceAttribute.asrl_end_out)
192 if end_out in (SerialTermination.none, SerialTermination.termination_break):
194 elif end_out == SerialTermination.last_bit:
199 elif end_out == SerialTermination.termination_char:
204 raise ValueError("Unknown value for VI_ATTR_ASRL_END_OUT: %s" % end_out)
209 if end_out == SerialTermination.termination_break:
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/quorum/src/
H A Derror_correct_reads.cc282 char *end_out = in start() local
290 if(!end_out) { in start()
319 assert(_buffer + _buff_size >= end_out); in start()
322 end_out = homo_trim(_buffer, start_out, end_out, fwd_log, bwd_log, &error); in start()
323 if(!end_out) { in start()
331 assert(end_out >= _buffer); in start()
332 assert(_buffer + _buff_size >= end_out); in start()
336 << substr(start_out, end_out) << "\n"; in start()
/dports/security/gnupg/gnupg-2.3.3/tpm2d/
H A Dcommand.c257 goto end_out; in cmd_pksign()
264 end_out: in cmd_pksign()
324 goto end_out; in cmd_pkdecrypt()
335 end_out: in cmd_pkdecrypt()
/dports/security/tor/tor-0.4.6.8/src/feature/dirparse/
H A Dsigcommon.c31 const char **start_out, const char **end_out) in router_get_hash_impl_helper() argument
62 *end_out = end; in router_get_hash_impl_helper()
H A Dsigcommon.h34 const char **start_out, const char **end_out);
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirparse/
H A Dsigcommon.c31 const char **start_out, const char **end_out) in router_get_hash_impl_helper() argument
62 *end_out = end; in router_get_hash_impl_helper()
H A Dsigcommon.h34 const char **start_out, const char **end_out);
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/segmented_algorithms/detail/
H A Dscan.hpp217 local_iterator_type_out end_out = traits_out::end(sit_out); in is_segmented_the_same() local
230 std::size_t out_dist = std::distance(beg_out, end_out); in is_segmented_the_same()
243 local_iterator_type_out end_out = traits_out::end(sit_out); in is_segmented_the_same() local
256 std::size_t out_dist = std::distance(beg_out, end_out); in is_segmented_the_same()
269 end_out = traits_out::end(sit_out); in is_segmented_the_same()
282 std::size_t out_dist = std::distance(beg_out, end_out); in is_segmented_the_same()
294 end_out = traits_out::end(sit_out); in is_segmented_the_same()
307 std::size_t out_dist = std::distance(beg_out, end_out); in is_segmented_the_same()
/dports/mail/opendkim/opendkim-2.10.3/libopendkim/
H A Ddkim-mailparse.c259 u_char **end_out, int *uncommented_whitespace) in dkim_mail_token() argument
269 *end_out = NULL; in dkim_mail_token()
342 *end_out = token_end; in dkim_mail_token()
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/opendmarc/
H A Dparse.c260 u_char **end_out, int *uncommented_whitespace) in dmarcf_mail_token() argument
270 *end_out = NULL; in dmarcf_mail_token()
343 *end_out = token_end; in dmarcf_mail_token()
/dports/www/openarc/OpenARC-eb430db/libopenarc/
H A Darc-mailparse.c259 u_char **end_out, int *uncommented_whitespace) in arc_mail_token() argument
269 *end_out = NULL; in arc_mail_token()
342 *end_out = token_end; in arc_mail_token()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/misc/
H A Dbase64-decode.c114 uint8_t *orig_out = out, *end_out = out + *out_size; in lws_b64_decode_stateful() local
116 while (in < end_in && *in && out + 4 < end_out) { in lws_b64_decode_stateful()

1234567