Home
last modified time | relevance | path

Searched refs:repeat_length (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/isa-l/isa-l-2.30.0/igzip/aarch64/
H A Digzip_decode_huffman_code_block_aarch64.S250 sub repeat_length,repeat_length,#4
252 cmp repeat_length, 3
453 sub repeat_length,next_lit,254
540 cmp avail_out , repeat_length
544 mov repeat_length,avail_out
559 cmp repeat_length, 3
562 sub repeat_length, repeat_length, #4
564 cmp repeat_length, 3
570 sub repeat_length, repeat_length, #4
572 cmp repeat_length, 4
[all …]
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_decode_block_stateless.asm115 %define repeat_length r8
585 sub copy_start, repeat_length
596 cmp tmp2, repeat_length
597 cmovg tmp2, repeat_length
607 sub repeat_length, COPY_SIZE
677 mov rcx, repeat_length
685 add repeat_length, next_out
686 cmp repeat_length, end_out
689 mov next_out, repeat_length
719 sub repeat_length, rcx
[all …]
H A Digzip_inflate.c171 for (; repeat_length > 0; repeat_length--) in byte_copy()
1642 uint32_t repeat_length; in decode_huffman_code_block_stateless_base() local
1724 repeat_length = next_lit - 254; in decode_huffman_code_block_stateless_base()
1755 repeat_length - state->avail_out; in decode_huffman_code_block_stateless_base()
1757 repeat_length = state->avail_out; in decode_huffman_code_block_stateless_base()
1760 if (look_back_dist > repeat_length) in decode_huffman_code_block_stateless_base()
1763 repeat_length); in decode_huffman_code_block_stateless_base()
1766 repeat_length); in decode_huffman_code_block_stateless_base()
1768 state->next_out += repeat_length; in decode_huffman_code_block_stateless_base()
1769 state->avail_out -= repeat_length; in decode_huffman_code_block_stateless_base()
[all …]
H A Digzip.c739 uint32_t repeat_length; in isal_deflate_int_stateless() local
749 repeat_length = detect_repeated_char_length(stream->next_in, stream->avail_in); in isal_deflate_int_stateless()
751 if (stream->avail_in == repeat_length || repeat_length >= MIN_REPEAT_LEN) in isal_deflate_int_stateless()
752 write_constant_compressed_stateless(stream, repeat_length); in isal_deflate_int_stateless()
/dports/biology/hisat2/hisat2-2.2.1/scripts/
H A Dvalidate_repeat.py150 repeat_length = 0
190 repeat_length = len(repeat_sequence)
201 seq = chr_dic[chr][pos:pos + repeat_length]
206 … print 'Mismatch', seq, repeat_sequence, snp_cnt, coord, snp_id_list, repeat_length
/dports/audio/s3mod/s3mod-v1.09/
H A Dmod.c237 track->replen = mod.repeat_length[sample]; in get_track()
587 data->repeat_length[i] = big_endian(mod_v.repeat_length) << 1; in load_mod()
594 if ((data->repeat_point[i] + data->repeat_length[i]) > in load_mod()
596 data->repeat_length[i] = data->sample_length[i] - data->repeat_point[i]; in load_mod()
602 printf(" %05u %05u ",data->repeat_point[i],data->repeat_length[i]); in load_mod()
695 if (data->repeat_length[i] >= 4) in load_mod()
702 patch->loop_end = data->repeat_point[i] + data->repeat_length[i]; in load_mod()
H A Dmod.h112 uint16 repeat_length;
129 uint16 repeat_length[MAX_SAMPLES];
H A Ds3m.c308 data->repeat_length[i] = rep_len; in load_s3m()
355 (uint16)data->repeat_length[i], in load_s3m()
374 patch->loop_end = data->repeat_point[i] + data->repeat_length[i]; in load_s3m()
437 track->replen = mod.repeat_length[samp]; in get_track_s3m()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dcff.cpp369 unsigned char repeat_length = get_code() + 1; in unpack() local
375 if(output_length + repeat_counter * repeat_length > 0x10000) { in unpack()
380 for (unsigned int i=0;i<repeat_counter*repeat_length;i++) in unpack()
381 output[output_length++] = output[output_length - repeat_length]; in unpack()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dcff.cpp370 unsigned char repeat_length = get_code() + 1; in unpack() local
376 if(output_length + repeat_counter * repeat_length > 0x10000) { in unpack()
381 for (unsigned int i=0;i<repeat_counter*repeat_length;i++) in unpack()
383 output[output_length] = output[output_length - repeat_length]; in unpack()
/dports/print/brlaser/brlaser-6/src/
H A Dline.cc92 int repeat_length(Iterator first, Iterator last) { in repeat_length() function
171 int r = repeat_length(line_it, line_end_it); in encode_line()
/dports/devel/ipython5/ipython-5.10.0/IPython/core/tests/
H A Dtest_ultratb.py308 last_unique, repeat_length = find_recursion(etype, evalue, records)
310 self.assertEqual(repeat_length, 3)
/dports/devel/ipython/ipython-7.29.0/IPython/core/tests/
H A Dtest_ultratb.py392 last_unique, repeat_length = find_recursion(etype, evalue, records)
394 self.assertEqual(repeat_length, 3)
/dports/biology/hisat2/hisat2-2.2.1/evaluation/simulation/
H A Dcalculate_read_cost.py77 self.repeat_length = 0
82 …lf.repeat_name), str(self.allele_idx), str(self.repeat_pos), str(self.repeat_length), str(len(self…
92 return self.repeat_length < other.repeat_length
99 self.repeat_length = 0
150 repeatAllele.repeat_length = rep_len
190 right = left + repeatAllele.repeat_length
197 repeat.repeat_length = repeat_right - repeat_left
258 rlen = allele.repeat_length
703 rlen = allele.repeat_length
/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Dstringx.cpp1435 vector<string> LinewrapCopy(vector<string> original, long int repeat_length, long int total_length) in LinewrapCopy() argument
1437 assert (total_length > repeat_length); in LinewrapCopy()
1445 begin.assign(original[iter], 0, repeat_length); in LinewrapCopy()
1449 if (static_cast<long int>(original[iter].size()) > repeat_length) in LinewrapCopy()
1451 end.assign(original[iter], repeat_length, original[iter].size()); in LinewrapCopy()
1455 wrapped = Linewrap(wrapped, (total_length - repeat_length)); in LinewrapCopy()
H A Dstringx.h225 vector<std::string> LinewrapCopy(vector<std::string> original, long repeat_length, long total_lengt…
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_result_file_output.php459 $repeat_length = $longest_result - strlen($val);
460 $result_line .= ($repeat_length >= 0 ? str_repeat(' ', $repeat_length) : null) . '|';
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dmakerow.cpp2569 int repeat_length = 1; in mark_repeated_chars() local
2580 repeat_length = 0; in mark_repeated_chars()
2583 ++repeat_length; in mark_repeated_chars()
2586 if (repeat_length >= kMinLeaderCount) { in mark_repeated_chars()
2588 for (; repeat_length > 0; box_it.forward(), --repeat_length) { in mark_repeated_chars()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/deps/pcre/
H A Dpcre_jit_compile.c7978 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
8009 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8012 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
8023 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
8512 return cc + repeat_length; in compile_bracket_matchingpath()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/deps/pcre/
H A Dpcre_jit_compile.c7978 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
8009 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8012 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
8023 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
8512 return cc + repeat_length; in compile_bracket_matchingpath()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/pcre/
H A Dpcre_jit_compile.c7978 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
8009 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8012 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
8023 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
8512 return cc + repeat_length; in compile_bracket_matchingpath()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/deps/pcre/
H A Dpcre_jit_compile.c7978 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
8009 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8012 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
8023 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
8512 return cc + repeat_length; in compile_bracket_matchingpath()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/deps/pcre/
H A Dpcre_jit_compile.c7978 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
8009 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8012 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
8023 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
8512 return cc + repeat_length; in compile_bracket_matchingpath()
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/pcre/
H A Dpcre_jit_compile.c7978 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
8009 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8012 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
8023 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
8512 return cc + repeat_length; in compile_bracket_matchingpath()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/deps/pcre/
H A Dpcre_jit_compile.c7978 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
8009 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
8012 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
8023 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
8512 return cc + repeat_length; in compile_bracket_matchingpath()

1234