Home
last modified time | relevance | path

Searched refs:cvariant (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw3681.pp7 var cvariant : variant;
10 cvariant := VarArrayCreate( [0, 5], varVariant );
11 cvariant[ 0 ] := 'TEST1';
12 cvariant[ 1 ] := 'TEST2';
13 cvariant[ 2 ] := 'TEST3';
14 cvariant[ 3 ] := 'TEST4';
15 cvariant[ 4 ] := 'TEST5';
17 VarArrayRedim( cvariant, 0 );
18 if (not varIsEmpty( cvariant )) then
19 VarClear( cvariant );
/dports/biology/vt/vt-0.57721/
H A Dconsolidate.cpp222 Variant *cvariant = *i; in insert_variant_record_into_buffer() local
224 if (variant->rid > cvariant->rid) in insert_variant_record_into_buffer()
228 else if (variant->rid == cvariant->rid) in insert_variant_record_into_buffer()
239 … else if (variant->end1 >= cvariant->beg1 && variant->beg1 <= cvariant->end1) //overlaps in insert_variant_record_into_buffer()
246 if (cvariant->type==VT_SNP) in insert_variant_record_into_buffer()
269 else if (cvariant->type==VT_VNTR) in insert_variant_record_into_buffer()
280 cvariant->vs.push_back(v); in insert_variant_record_into_buffer()
290 if (cvariant->type==VT_SNP) in insert_variant_record_into_buffer()
323 cvariant->vs.push_back(v); in insert_variant_record_into_buffer()
333 if (cvariant->type==VT_SNP) in insert_variant_record_into_buffer()
[all …]
H A Dvntr_consolidator.cpp126 Variant *cvariant = *i; in insert_variant_record_into_buffer() local
128 if (variant->rid > cvariant->rid) in insert_variant_record_into_buffer()
132 else if (variant->rid == cvariant->rid) in insert_variant_record_into_buffer()
134 if (variant->end1 < cvariant->beg1) //not possible in insert_variant_record_into_buffer()
146 else if (variant->end1 >= cvariant->beg1 && variant->beg1 <= cvariant->end1) //overlaps in insert_variant_record_into_buffer()
148 if (variant->type==VT_VNTR && cvariant->type==VT_VNTR) in insert_variant_record_into_buffer()
152 cvariant->beg1 = std::min(cvariant->beg1, variant->beg1); in insert_variant_record_into_buffer()
153 cvariant->end1 = std::max(cvariant->end1, variant->end1); in insert_variant_record_into_buffer()
154 cvariant->vs.push_back(v); in insert_variant_record_into_buffer()
155 cvariant->vntr_vs.push_back(v); in insert_variant_record_into_buffer()
[all …]
H A Dbcf_synced_reader.cpp405 bcfptr* cvariant = variant; in read_next_position() local
407 while (bcfptr_cmp(cvariant, variant)==0) in read_next_position()
422 cvariant = pq.top(); in read_next_position()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/kimpanel/backend/ibus/ibus15/
H A Dxkblayoutmanager.cpp58 const gchar *cvariant = ibus_engine_desc_get_layout_variant(desc); in setLayout() local
62 QString variant = QString::fromUtf8(cvariant ? cvariant : ""); in setLayout()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Ddriver-aarch64.c225 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
226 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
231 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/aarch64/
H A Ddriver-aarch64.c225 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
226 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
231 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/aarch64/
H A Ddriver-aarch64.c225 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
226 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
231 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Ddriver-aarch64.c225 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
226 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
231 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Ddriver-aarch64.c225 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
226 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
231 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Ddriver-aarch64.c225 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
226 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
231 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/aarch64/
H A Ddriver-aarch64.c225 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
226 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
231 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/aarch64/
H A Ddriver-aarch64.c313 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
314 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
319 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Ddriver-aarch64.c310 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
311 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
316 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/aarch64/
H A Ddriver-aarch64.c312 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
313 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
318 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Ddriver-aarch64.c312 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
313 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
318 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Ddriver-aarch64.c310 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
311 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
316 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Ddriver-aarch64.c310 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
311 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
316 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/aarch64/
H A Ddriver-aarch64.c312 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
313 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
318 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/aarch64/
H A Ddriver-aarch64.c313 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
314 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
319 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/aarch64/
H A Ddriver-aarch64.c313 unsigned cvariant = parse_field (buf); in host_detect_local_cpu() local
314 if (!contains_core_p (variants, cvariant)) in host_detect_local_cpu()
319 variants[n_variants++] = cvariant; in host_detect_local_cpu()
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dgambas.lang36 "csng", "isboolean", "print", "cstr", "isbyte", "private", "val", "cvariant",
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dcompactdecimalformat.cpp937 CharString cvariant; in getCDFUnitFallback() local
940 cvariant.appendInvariantChars(variant, status); in getCDFUnitFallback()
942 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data()); in getCDFUnitFallback()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dcompactdecimalformat.cpp990 CharString cvariant; in getCDFUnitFallback() local
993 cvariant.appendInvariantChars(variant, status); in getCDFUnitFallback()
995 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data()); in getCDFUnitFallback()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dcompactdecimalformat.cpp999 CharString cvariant; in getCDFUnitFallback() local
1002 cvariant.appendInvariantChars(variant, status); in getCDFUnitFallback()
1004 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data()); in getCDFUnitFallback()

12