Home
last modified time | relevance | path

Searched refs:word_length (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Tools/
H A DSeqWords.pm182 my ($self,$seqobj,$word_length) = @_;
192 $word_length = $seqobj;
200 if($word_length eq "" || $word_length =~ /[a-z]/i){
203 }elsif ($word_length <1 || ($word_length - int($word_length)) >0){
210 if($word_length > length($seqstring)){
239 my ($self,$seqobj,$word_length) = @_;
248 $word_length = $seqobj;
257 if($word_length > length($seqstring)){
270 my ($seqobj, $word_length, $type) = @_;
279 while($seqstring =~ /((\w){$word_length})/gim){
[all …]
/dports/shells/jailkit/jailkit-2.22/src/
H A Dwordexp.c255 if (*word_length != 0) { in parse_tilde()
352 *word = w_newword(word_length, max_length); in do_parse_glob()
436 *word = w_newword(word_length, max_length); in parse_glob()
692 w_addstr(*word, word_length, max_length, in parse_arith()
866 while (*word_length > 0 && (*word)[*word_length - 1] == '\n') { in exec_comm()
867 (*word)[--*word_length] = '\0'; in exec_comm()
871 if (*word_length == 0) { in exec_comm()
873 *word = w_newword(word_length, max_length); in exec_comm()
1223 *word = w_newword(word_length, max_length); in parse_param()
1594 w_addstr(*word, word_length, max_length, in parse_param()
[all …]
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-checker.c368 gssize word_length, in gspell_checker_check_word() argument
409 if (word_length == -1) in gspell_checker_check_word()
411 word_length = strlen (word); in gspell_checker_check_word()
443 gssize word_length) in gspell_checker_get_suggestions() argument
500 gssize word_length) in gspell_checker_add_word_to_personal() argument
506 g_return_if_fail (word_length >= -1); in gspell_checker_add_word_to_personal()
517 if (word_length == -1) in gspell_checker_add_word_to_personal()
551 gssize word_length) in gspell_checker_add_word_to_session() argument
568 if (word_length == -1) in gspell_checker_add_word_to_session()
617 gssize word_length, in gspell_checker_set_correction() argument
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dgen_plist.c50 int word_length; in main() local
104 word_length = 8 * sizeof(void *); in main()
145 if((ret = encode_plist(dcpl1, little_endian, word_length, "testfiles/plist_files/dcpl_")) < 0) in main()
163 if((ret = encode_plist(dapl1, little_endian, word_length, "testfiles/plist_files/dapl_")) < 0) in main()
198 if((ret = encode_plist(dxpl1, little_endian, word_length, "testfiles/plist_files/dxpl_")) < 0) in main()
229 if((ret = encode_plist(gcpl1, little_endian, word_length, "testfiles/plist_files/gcpl_")) < 0) in main()
246 if((ret = encode_plist(lcpl1, little_endian, word_length, "testfiles/plist_files/lcpl_")) < 0) in main()
430 ret = encode_plist(strcpl1, little_endian, word_length, "testfiles/plist_files/strcpl_"); in main()
441 ret = encode_plist(acpl1, little_endian, word_length, "testfiles/plist_files/def_acpl_"); in main()
447 ret = encode_plist(acpl1, little_endian, word_length, "testfiles/plist_files/acpl_"); in main()
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-common/
H A Dtracker-parser-libunistring.c61 gint word_length; member
167 gsize word_length; in tracker_parser_unaccent_nfkd_string() local
175 word_length = *str_length; in tracker_parser_unaccent_nfkd_string()
179 while (i < word_length) { in tracker_parser_unaccent_nfkd_string()
338 gsize word_length = 0; in parser_next() local
366 parser->cursor += word_length; in parser_next()
373 parser->cursor += word_length; in parser_next()
382 parser->cursor += word_length; in parser_next()
402 parser->cursor += word_length; in parser_next()
414 parser->cursor += word_length; in parser_next()
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-common/
H A Dtracker-parser-libunistring.c61 gint word_length; member
167 gsize word_length; in tracker_parser_unaccent_nfkd_string() local
175 word_length = *str_length; in tracker_parser_unaccent_nfkd_string()
179 while (i < word_length) { in tracker_parser_unaccent_nfkd_string()
338 gsize word_length = 0; in parser_next() local
366 parser->cursor += word_length; in parser_next()
373 parser->cursor += word_length; in parser_next()
382 parser->cursor += word_length; in parser_next()
402 parser->cursor += word_length; in parser_next()
414 parser->cursor += word_length; in parser_next()
[all …]
/dports/games/filters/filters/
H A Dscramble.c122 int word_length; in main() local
168 word_length = 0; in main()
181 rword = realloc(word, word_length+2); // one for the new character, one for the null in main()
188 word[word_length] = c; in main()
189 … word[word_length + 1] = '\0'; // duplicate addition with the next line, but possibly more readable in main()
190 word_length++; in main()
192 if(word_length) { in main()
193 word_length--; in main()
195 if(word_length) { in main()
196 tempchar = word[word_length]; in main()
[all …]
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dna_ungapped.c985 word_length = lut->word_length; in s_BlastNaExtendDirect()
989 word_length = lut->word_length; in s_BlastNaExtendDirect()
1067 word_length = lut->word_length; in s_BlastNaExtend()
1074 word_length = lut->word_length; in s_BlastNaExtend()
1210 word_length = lut->word_length; in s_BlastNaExtendAligned()
1217 word_length = lut->word_length; in s_BlastNaExtendAligned()
1391 Int4 word_length = lut->word_length; in s_BlastSmallNaExtendAlignedOneByte() local
1496 Int4 word_length = lut->word_length; in s_BlastSmallNaExtend() local
1617 word_length = lookup->word_length; in BlastNaWordFinder()
1638 word_length = lookup->word_length; in BlastNaWordFinder()
[all …]
H A Dblast_aascan.c65 Int4 word_length; in s_BlastAaScanSubject() local
73 word_length = lookup->word_length; in s_BlastAaScanSubject()
75 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastAaScanSubject()
151 Int4 word_length; in s_BlastSmallAaScanSubject() local
159 word_length = lookup->word_length; in s_BlastSmallAaScanSubject()
161 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastSmallAaScanSubject()
252 Int4 word_length; in s_BlastCompressedAaScanSubject() local
262 word_length = lookup->word_length; in s_BlastCompressedAaScanSubject()
264 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastCompressedAaScanSubject()
291 next_char = s[word_length]; in s_BlastCompressedAaScanSubject()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dna_ungapped.c988 word_length = lut->word_length; in s_BlastNaExtendDirect()
992 word_length = lut->word_length; in s_BlastNaExtendDirect()
1070 word_length = lut->word_length; in s_BlastNaExtend()
1077 word_length = lut->word_length; in s_BlastNaExtend()
1213 word_length = lut->word_length; in s_BlastNaExtendAligned()
1220 word_length = lut->word_length; in s_BlastNaExtendAligned()
1394 Int4 word_length = lut->word_length; in s_BlastSmallNaExtendAlignedOneByte() local
1499 Int4 word_length = lut->word_length; in s_BlastSmallNaExtend() local
1620 word_length = lookup->word_length; in BlastNaWordFinder()
1641 word_length = lookup->word_length; in BlastNaWordFinder()
[all …]
H A Dblast_aascan.c65 Int4 word_length; in s_BlastAaScanSubject() local
73 word_length = lookup->word_length; in s_BlastAaScanSubject()
75 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastAaScanSubject()
151 Int4 word_length; in s_BlastSmallAaScanSubject() local
159 word_length = lookup->word_length; in s_BlastSmallAaScanSubject()
161 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastSmallAaScanSubject()
252 Int4 word_length; in s_BlastCompressedAaScanSubject() local
262 word_length = lookup->word_length; in s_BlastCompressedAaScanSubject()
264 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastCompressedAaScanSubject()
291 next_char = s[word_length]; in s_BlastCompressedAaScanSubject()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dna_ungapped.c988 word_length = lut->word_length; in s_BlastNaExtendDirect()
992 word_length = lut->word_length; in s_BlastNaExtendDirect()
1070 word_length = lut->word_length; in s_BlastNaExtend()
1077 word_length = lut->word_length; in s_BlastNaExtend()
1213 word_length = lut->word_length; in s_BlastNaExtendAligned()
1220 word_length = lut->word_length; in s_BlastNaExtendAligned()
1394 Int4 word_length = lut->word_length; in s_BlastSmallNaExtendAlignedOneByte() local
1499 Int4 word_length = lut->word_length; in s_BlastSmallNaExtend() local
1620 word_length = lookup->word_length; in BlastNaWordFinder()
1641 word_length = lookup->word_length; in BlastNaWordFinder()
[all …]
H A Dblast_aascan.c65 Int4 word_length; in s_BlastAaScanSubject() local
73 word_length = lookup->word_length; in s_BlastAaScanSubject()
75 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastAaScanSubject()
151 Int4 word_length; in s_BlastSmallAaScanSubject() local
159 word_length = lookup->word_length; in s_BlastSmallAaScanSubject()
161 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastSmallAaScanSubject()
252 Int4 word_length; in s_BlastCompressedAaScanSubject() local
262 word_length = lookup->word_length; in s_BlastCompressedAaScanSubject()
264 while (s_DetermineScanningOffsets(subject, word_length, word_length, s_range)) { in s_BlastCompressedAaScanSubject()
291 next_char = s[word_length]; in s_BlastCompressedAaScanSubject()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dbswap.cpp25 std::size_t word_length) { in swap_buffer() argument
26 if ((num_bytes % word_length) != 0) in swap_buffer()
27 …valid_argument(fmt::format(Y("The number of bytes to swap isn't divisible by {0}."), word_length)); in swap_buffer()
29 for (int idx = 0; idx < static_cast<int>(num_bytes); idx += word_length) in swap_buffer()
30 put_uint_le(&dst[idx], get_uint_be(&src[idx], word_length), word_length); in swap_buffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dweb_test_spell_checker.cc73 int word_length; in SpellCheckWord() local
82 word_length = in SpellCheckWord()
86 word = string_text.substr(word_offset, word_length); in SpellCheckWord()
89 word_offset + word_length || in SpellCheckWord()
90 IsNotASCIIAlpha(string_text[word_offset + word_length]))) { in SpellCheckWord()
92 *misspelled_length = word_length; in SpellCheckWord()
103 word_length = static_cast<int>(string_text.length()) - word_offset; in SpellCheckWord()
105 word_length = std::distance(first_char, last_char); in SpellCheckWord()
107 DCHECK_LT(0, word_offset + word_length); in SpellCheckWord()
108 string_text = string_text.substr(word_offset + word_length); in SpellCheckWord()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/spellcheck/renderer/
H A Dspellcheck_language.cc64 size_t word_length; in SpellCheckWord() local
75 text_iterator_.GetNextWord(&word, &word_start, &word_length); in SpellCheckWord()
77 status = text_iterator_.GetNextWord(&word, &word_start, &word_length)) { in SpellCheckWord()
83 *skip_or_misspelling_len += word_length; in SpellCheckWord()
84 status = text_iterator_.GetNextWord(&word, &word_start, &word_length); in SpellCheckWord()
100 *skip_or_misspelling_len = word_length; in SpellCheckWord()
130 size_t word_length; in IsValidContraction() local
134 contraction_iterator_.GetNextWord(&word, &word_start, &word_length); in IsValidContraction()
137 &word_length)) { in IsValidContraction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/spellcheck/renderer/
H A Dspellcheck_language.cc64 size_t word_length; in SpellCheckWord() local
75 text_iterator_.GetNextWord(&word, &word_start, &word_length); in SpellCheckWord()
77 status = text_iterator_.GetNextWord(&word, &word_start, &word_length)) { in SpellCheckWord()
83 *skip_or_misspelling_len += word_length; in SpellCheckWord()
84 status = text_iterator_.GetNextWord(&word, &word_start, &word_length); in SpellCheckWord()
100 *skip_or_misspelling_len = word_length; in SpellCheckWord()
130 size_t word_length; in IsValidContraction() local
134 contraction_iterator_.GetNextWord(&word, &word_start, &word_length); in IsValidContraction()
137 &word_length)) { in IsValidContraction()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dip2k-ibld.c84 int word_length, in insert_1() argument
90 x = cgen_get_insn_value (cd, bufp, word_length); in insert_1()
97 shift = (word_length - (start + length)); in insert_1()
128 unsigned int word_length, in insert_normal() argument
140 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
148 && word_length > total_length) in insert_normal()
149 word_length = total_length; in insert_normal()
382 int word_length, in extract_1() argument
394 shift = (word_length - (start + length)); in extract_1()
432 unsigned int word_length, in extract_normal() argument
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dip2k-ibld.c85 int word_length, in insert_1() argument
98 shift = (word_length - (start + length)); in insert_1()
129 unsigned int word_length, in insert_normal() argument
143 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
151 && word_length > total_length) in insert_normal()
152 word_length = total_length; in insert_normal()
385 int word_length, in extract_1() argument
397 shift = (word_length - (start + length)); in extract_1()
435 unsigned int word_length, in extract_normal() argument
454 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in extract_normal()
[all …]
H A Dbpf-ibld.c85 int word_length, in insert_1() argument
98 shift = (word_length - (start + length)); in insert_1()
129 unsigned int word_length, in insert_normal() argument
143 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
151 && word_length > total_length) in insert_normal()
152 word_length = total_length; in insert_normal()
385 int word_length, in extract_1() argument
397 shift = (word_length - (start + length)); in extract_1()
435 unsigned int word_length, in extract_normal() argument
454 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in extract_normal()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dip2k-ibld.c84 int word_length, in insert_1() argument
90 x = cgen_get_insn_value (cd, bufp, word_length); in insert_1()
97 shift = (word_length - (start + length)); in insert_1()
128 unsigned int word_length, in insert_normal() argument
140 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
148 && word_length > total_length) in insert_normal()
149 word_length = total_length; in insert_normal()
382 int word_length, in extract_1() argument
394 shift = (word_length - (start + length)); in extract_1()
432 unsigned int word_length, in extract_normal() argument
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dip2k-ibld.c85 int word_length, in insert_1() argument
98 shift = (word_length - (start + length)); in insert_1()
129 unsigned int word_length, in insert_normal() argument
143 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
151 && word_length > total_length) in insert_normal()
152 word_length = total_length; in insert_normal()
385 int word_length, in extract_1() argument
397 shift = (word_length - (start + length)); in extract_1()
435 unsigned int word_length, in extract_normal() argument
454 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in extract_normal()
[all …]
H A Dbpf-ibld.c85 int word_length, in insert_1() argument
98 shift = (word_length - (start + length)); in insert_1()
129 unsigned int word_length, in insert_normal() argument
143 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
151 && word_length > total_length) in insert_normal()
152 word_length = total_length; in insert_normal()
385 int word_length, in extract_1() argument
397 shift = (word_length - (start + length)); in extract_1()
435 unsigned int word_length, in extract_normal() argument
454 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in extract_normal()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dip2k-ibld.c85 int word_length, in insert_1() argument
98 shift = (word_length - (start + length)); in insert_1()
129 unsigned int word_length, in insert_normal() argument
143 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
151 && word_length > total_length) in insert_normal()
152 word_length = total_length; in insert_normal()
385 int word_length, in extract_1() argument
397 shift = (word_length - (start + length)); in extract_1()
435 unsigned int word_length, in extract_normal() argument
454 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in extract_normal()
[all …]
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dip2k-ibld.c85 int word_length, in insert_1() argument
98 shift = (word_length - (start + length)); in insert_1()
129 unsigned int word_length, in insert_normal() argument
143 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in insert_normal()
151 && word_length > total_length) in insert_normal()
152 word_length = total_length; in insert_normal()
385 int word_length, in extract_1() argument
397 shift = (word_length - (start + length)); in extract_1()
435 unsigned int word_length, in extract_normal() argument
454 if (word_length > 8 * sizeof (CGEN_INSN_INT)) in extract_normal()
[all …]

12345678910>>...19