Home
last modified time | relevance | path

Searched refs:lower_only (Results 1 – 10 of 10) sorted by relevance

/dports/biology/bcftools/bcftools-1.14/
H A Dstr_finder.c41 int lower_only, unsigned int w) { in add_rep() argument
94 if (lower_only) { in add_rep()
152 add_rep(&reps, cons, len, i, 1, lower_only, w); in find_STR()
154 add_rep(&reps, cons, len, i, 2, lower_only, w); in find_STR()
156 add_rep(&reps, cons, len, i, 3, lower_only, w); in find_STR()
158 add_rep(&reps, cons, len, i, 4, lower_only, w); in find_STR()
160 add_rep(&reps, cons, len, i, 5, lower_only, w); in find_STR()
162 add_rep(&reps, cons, len, i, 6, lower_only, w); in find_STR()
164 add_rep(&reps, cons, len, i, 7, lower_only, w); in find_STR()
176 add_rep(&reps, cons, len, i, 8, lower_only, w); in find_STR()
[all …]
H A Dstr_finder.h49 rep_ele *find_STR(char *cons, int len, int lower_only);
62 char *cons_mark_STR(char *cons, int len, int lower_only);
/dports/biology/bio-mocha/bcftools-1.14/
H A Dstr_finder.c41 int lower_only, unsigned int w) { in add_rep() argument
94 if (lower_only) { in add_rep()
152 add_rep(&reps, cons, len, i, 1, lower_only, w); in find_STR()
154 add_rep(&reps, cons, len, i, 2, lower_only, w); in find_STR()
156 add_rep(&reps, cons, len, i, 3, lower_only, w); in find_STR()
158 add_rep(&reps, cons, len, i, 4, lower_only, w); in find_STR()
160 add_rep(&reps, cons, len, i, 5, lower_only, w); in find_STR()
162 add_rep(&reps, cons, len, i, 6, lower_only, w); in find_STR()
164 add_rep(&reps, cons, len, i, 7, lower_only, w); in find_STR()
176 add_rep(&reps, cons, len, i, 8, lower_only, w); in find_STR()
[all …]
H A Dstr_finder.h49 rep_ele *find_STR(char *cons, int len, int lower_only);
62 char *cons_mark_STR(char *cons, int len, int lower_only);
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dstr_finder.c41 int lower_only, unsigned int w) { in add_rep() argument
94 if (lower_only) { in add_rep()
152 add_rep(&reps, cons, len, i, 1, lower_only, w); in find_STR()
154 add_rep(&reps, cons, len, i, 2, lower_only, w); in find_STR()
156 add_rep(&reps, cons, len, i, 3, lower_only, w); in find_STR()
158 add_rep(&reps, cons, len, i, 4, lower_only, w); in find_STR()
160 add_rep(&reps, cons, len, i, 5, lower_only, w); in find_STR()
162 add_rep(&reps, cons, len, i, 6, lower_only, w); in find_STR()
164 add_rep(&reps, cons, len, i, 7, lower_only, w); in find_STR()
176 add_rep(&reps, cons, len, i, 8, lower_only, w); in find_STR()
[all …]
H A Dstr_finder.c.pysam.c43 int lower_only, unsigned int w) { in add_rep() argument
96 if (lower_only) { in add_rep()
154 add_rep(&reps, cons, len, i, 1, lower_only, w); in find_STR()
156 add_rep(&reps, cons, len, i, 2, lower_only, w); in find_STR()
158 add_rep(&reps, cons, len, i, 3, lower_only, w); in find_STR()
160 add_rep(&reps, cons, len, i, 4, lower_only, w); in find_STR()
162 add_rep(&reps, cons, len, i, 5, lower_only, w); in find_STR()
164 add_rep(&reps, cons, len, i, 6, lower_only, w); in find_STR()
166 add_rep(&reps, cons, len, i, 7, lower_only, w); in find_STR()
178 add_rep(&reps, cons, len, i, 8, lower_only, w); in find_STR()
[all …]
H A Dstr_finder.h49 rep_ele *find_STR(char *cons, int len, int lower_only);
62 char *cons_mark_STR(char *cons, int len, int lower_only);
/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Drandom.c196 const char *lower_only = "abcdefghijklmnopqrstuvwxyz"; in dbms_random_string() local
218 charset = lower_only; in dbms_random_string()
219 chrset_size = strlen(lower_only); in dbms_random_string()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/JitArm64/
H A DJitArm64_RegCache.cpp735 bool Arm64FPRCache::IsSingle(size_t preg, bool lower_only) in IsSingle() argument
739 (lower_only && type == REG_LOWER_PAIR_SINGLE); in IsSingle()
H A DJitArm64_RegCache.h285 bool IsSingle(size_t preg, bool lower_only = false);