Home
last modified time | relevance | path

Searched defs:calls1 (Results 1 – 6 of 6) sorted by relevance

/dports/devel/R-cran-evaluate/evaluate/R/
H A Dgraphics.r28 calls1 <- plot_calls(p1) functionVar
/dports/games/libretro-hatari/hatari-561c07e/src/debug/
H A Dprofile.c51 Uint32 calls1 = ((const caller_t*)c1)->calls; in cmp_callers() local
/dports/emulators/hatari/hatari-2.2.1/src/debug/
H A Dprofile.c51 Uint32 calls1 = ((const caller_t*)c1)->calls; in cmp_callers() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/
H A DMutect2IntegrationTest.java408 final File calls1 = createTempFile("unfiltered", ".vcf"); in testDontUseSoftClips() local
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dmarkovfunctional.cpp781 std::vector<Real> calls1(calls0); in testKahaleSmileSection() local
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/sql/
H A Dswitch.sql628 CREATE INDEX calls1 ON calls USING btree (hostname); index