Home
last modified time | relevance | path

Searched refs:tchr (Results 1 – 25 of 53) sorted by relevance

123

/dports/biology/freebayes/freebayes-1.3.5/contrib/SeqLib/src/
H A DGenomicRegion.cpp252 …GenomicRegion::GenomicRegion(const std::string& tchr, const std::string& tpos1, const std::string&… in GenomicRegion() argument
268 if (tchr == "X" || tchr == "chrX") in GenomicRegion()
270 else if (tchr == "Y" || tchr == "chrY") in GenomicRegion()
274 chr = std::stoi(SeqLib::scrubString(tchr, "chr")) - 1; in GenomicRegion()
276 chr = std::atoi(SeqLib::scrubString(tchr, "chr").c_str()); in GenomicRegion()
280 chr = hdr.Name2ID(tchr); //bam_name2id(hdr.get(), tchr.c_str()); in GenomicRegion()
287 if(chr == -1 && std::regex_match(tchr, b37_regex)) { in GenomicRegion()
288 chr = hdr.Name2ID("chr" + tchr); in GenomicRegion()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/pt-pg-summary/models/
H A Dtablecachehitratio.xo.go31 var tchr TableCacheHitRatio
32 err = db.QueryRow(sqlstr).Scan(&tchr.Name, &tchr.Ratio)
37 return &tchr, nil
/dports/mail/ecartis/ecartis-1.0.0/src/modules/lsg2/
H A Dlsg2-admin.c167 const char *tchr; in CGI_HANDLER() local
173 tchr = val; in CGI_HANDLER()
175 while (tchr ? *tchr : 0) { in CGI_HANDLER()
176 while (*tchr && isspace((int)(*tchr))) tchr++; in CGI_HANDLER()
177 … while (*tchr && isdigit((int)(*tchr))) { parse = parse * 10 + (*tchr - '0'); tchr++; } in CGI_HANDLER()
178 while (*tchr && isspace((int)(*tchr))) tchr++; in CGI_HANDLER()
179 if (*tchr) { in CGI_HANDLER()
180 switch(*tchr) { in CGI_HANDLER()
181 case 'd': days = parse; parse = 0; tchr++; break; in CGI_HANDLER()
183 case 'm': mins = parse; parse = 0; tchr++; break; in CGI_HANDLER()
[all …]
/dports/sysutils/p5-File-Stat-ModeString/File-Stat-ModeString-1.00/t/
H A D0.t36 my $tchr = mode_to_typechar($mode);
37 ok( $tchr =~ m/^[-dcbpls]$/ )
38 or die "\ntchr = $tchr; mode_to_typechar(". sprintf("%06o", $mode) .") failed on mode \'$m\',";
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgschar0.c307 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
308 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
309 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
316 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
324 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
333 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
342 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgschar0.c307 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
308 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
309 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
316 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
324 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
333 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
342 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgschar0.c306 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
307 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
308 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
315 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
323 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
332 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
341 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgschar0.c309 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
310 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
311 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
318 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
326 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
335 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
344 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgschar0.c309 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
310 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
311 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
318 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
326 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
335 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
344 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgschar0.c306 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
307 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
308 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
315 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
323 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
332 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
341 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
H A Dgxchar.c224 gs_char tchr; in gs_text_count_chars() local
236 while ((code = (*next_proc)(&tenum, &tchr, &tglyph)) != 2) { in gs_text_count_chars()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgschar0.c309 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
310 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
311 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
318 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
326 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
335 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
344 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgschar0.c309 while ( subs_count != 0 && tchr >= (schr = subs_elt) )\ in gs_type0_next_char_glyph()
310 subs_count--, tchr -= schr, psv += width;\ in gs_type0_next_char_glyph()
311 chr = tchr; p += width - 1; break in gs_type0_next_char_glyph()
318 byte tchr = (byte) chr, schr; in gs_type0_next_char_glyph() local
326 ushort tchr = ((ushort) chr << 8) + *p, in gs_type0_next_char_glyph() local
335 ulong tchr = ((ulong) chr << 16) + w2(p), in gs_type0_next_char_glyph() local
344 ulong tchr = ((ulong) chr << 24) + w3(p), in gs_type0_next_char_glyph() local
/dports/biology/bio-mocha/bcftools-1.14/test/csq/
H A Dmake-csq-test133 $$opts{tchr} = $chr;
156 my $chr = $$opts{tchr};
179 my $chr = $$opts{tchr};
/dports/biology/bcftools/bcftools-1.14/test/csq/
H A Dmake-csq-test133 $$opts{tchr} = $chr;
156 my $chr = $$opts{tchr};
179 my $chr = $$opts{tchr};
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/miranda/
H A Dmiranda-utils.c329 char* TCHAR2CHAR( const TCHAR *tchr ) { in TCHAR2CHAR() argument
331 if (!tchr) return NULL; in TCHAR2CHAR()
332 wcstombs( _charbuf, tchr, wcslen(tchr)+1 ); in TCHAR2CHAR()
335 return tchr; in TCHAR2CHAR()
H A Dmiranda-private.h91 char* TCHAR2CHAR( const TCHAR *tchr );
/dports/biology/kallisto/kallisto-0.46.1/src/
H A DInspect.h436 int tchr = model.transcripts[t].chr; in InspectIndex() local
437 if (tchr != -1) { in InspectIndex()
438 if ( tchr != chr) { in InspectIndex()
439 out << "%20(" << model.chr[tchr].name << ")"; in InspectIndex()
/dports/graphics/bmeps/dktools-4.31.1/src/itadmin/
H A Ddk3uc2l.c739 dk3_c32_t tchr; in dk3uc2l_add_char_to_dir() local
747 tchr = chr - 1; in dk3uc2l_add_char_to_dir()
748 prange = (dk3_uc2lat_range_t *)dk3sto_it_find_like(pdir->i_ran,&tchr,1); in dk3uc2l_add_char_to_dir()
753 tchr = chr + (dk3_c32_t)1UL; in dk3uc2l_add_char_to_dir()
755 pdir->i_ran, &tchr, 1 in dk3uc2l_add_char_to_dir()
758 tchr = pr2->end; in dk3uc2l_add_char_to_dir()
761 prange->end = tchr; in dk3uc2l_add_char_to_dir()
769 tchr = chr + (dk3_c32_t)1UL; in dk3uc2l_add_char_to_dir()
771 pdir->i_ran, &tchr, 1 in dk3uc2l_add_char_to_dir()
H A Ddk3uc2l.ctr851 dk3_c32_t tchr;
859 tchr = chr - 1;
860 prange = (dk3_uc2lat_range_t *)dk3sto_it_find_like(pdir->i_ran,&tchr,1);
865 tchr = chr + (dk3_c32_t)1UL;
867 pdir->i_ran, &tchr, 1
870 tchr = pr2->end;
873 prange->end = tchr;
881 tchr = chr + (dk3_c32_t)1UL;
883 pdir->i_ran, &tchr, 1
/dports/japanese/today/ja-today-2.12_2/
H A Dwconfig.c35 static const char *tchr = "#^\\nrt"; in makeEscString() local
54 *q++ = tchr[p - xchr]; in makeEscString()
/dports/biology/freebayes/freebayes-1.3.5/contrib/SeqLib/SeqLib/
H A DGenomicRegion.h54 …GenomicRegion(const std::string& tchr, const std::string& tpos1, const std::string& tpos2, const B…
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dliscript.c441 char *tchr; in liscript_parse_logic() local
459 if (!(tchr = strchr(tparams,','))) { in liscript_parse_logic()
464 *tchr++ = 0; in liscript_parse_logic()
474 if (userstat_get_stat(list,username,tchr, paramval, sizeof(paramval) - 1)) { in liscript_parse_logic()
/dports/lang/parrot/parrot-8.1.0/src/platform/vms/
H A Dexec.c2506 char *tchr; in setup_cmddsc() local
2510 tchr = strrchr(tmpspec, '/'); in setup_cmddsc()
2511 if (tchr != NULL) { in setup_cmddsc()
2512 tchr++; in setup_cmddsc()
2515 tchr = tmpspec; in setup_cmddsc()
2517 strncpy(image_name, tchr, sizeof (image_name)); in setup_cmddsc()
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcutil.c9515 int tchr; // character code of the last character member
9529 static int tcbwtsearchrec(TCBWTREC *array, int anum, int tchr);
9921 rp->tchr = (tc << 23) + tnums[tc]++; in tcbsdecode()
10017 rp->tchr = (tc << 23) + tnums[tc]++; in tcbwtdecode()
10316 count[array[i].tchr>>23]++; in tcbwtsortreccount()
10326 narray[accum[array[i].tchr>>23]++] = array[i]; in tcbwtsortreccount()
10339 if(array[i-1].tchr - array[i].tchr > 0){ in tcbwtsortrecinsert()
10343 if(array[j-1].tchr - swap.tchr < 0) break; in tcbwtsortrecinsert()
10356 static int tcbwtsearchrec(TCBWTREC *array, int anum, int tchr){ in tcbwtsearchrec() argument
10363 if(array[mid].tchr == tchr){ in tcbwtsearchrec()
[all …]

123