Home
last modified time | relevance | path

Searched refs:nFound (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/dports/biology/canu/canu-2.2/src/meryl/src/meryl-lookup/
H A Dinclude-exclude.C35 uint64 nFound; variable
91 s->nFound = processSequence(g->lookupDBs[0], s->seq1, g->is10x); in processSequence()
92 s->nFound += processSequence(g->lookupDBs[0], s->seq2, false); in processSequence()
101 uint64 nFound) { in outputSequence() argument
106 …tFASTA(O->file(), seq.bases(), seq.length(), 0, "%s nKmers=%lu", seq.ident(), nFound); in outputSequence()
107 …tFASTQ(O->file(), seq.bases(), seq.quals(), seq.length(), "%s nKmers=%lu", seq.ident(), nFound); in outputSequence()
123 if (((s->nFound > 0) && (g->reportType == lookupOp::opInclude)) || in outputSequence()
124 ((s->nFound == 0) && (g->reportType == lookupOp::opExclude))) { in outputSequence()
127 outputSequence(g->outFile1, s->seq1, s->nFound); in outputSequence()
128 outputSequence(g->outFile2, s->seq2, s->nFound); in outputSequence()
H A Dexistence.C29 delete [] nFound; in ~existInput()
35 uint64 *nFound = nullptr; variable
66 s->nFound = new uint64 [nIn]; in processSequence()
69 s->nFound[dd] = 0; in processSequence()
82 s->nFound[dd]++; in processSequence()
116 t = toDec(s->nFound[dd], t); in outputSequence()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DZOrderedCells.cpp163 int nFound = 0; in raise() local
173 nFound++; in raise()
188 nFound++; in raise()
238 int nFound = 0; in lower() local
248 nFound++; in lower()
263 nFound++; in lower()
365 int nFound = 0; in altRaise() local
375 nFound++; in altRaise()
386 nFound++; in altRaise()
410 int nFound = 0; in altLower() local
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/apply-refact-0.9.3.0/tests/examples/
H A Dtypetest.hs.refact1nFound:\n foo\n | False = baz\n | True = bux\nPerhaps:\n foo\n | False = baz\n | oth…
H A DRemote.hs.refact1nFound:\n debugStrLn $ \"handleReconnect begin.\"\nPerhaps:\n debugStrLn \"handleReconnect begin…
/dports/devel/ossp-cfg/cfg-0.9.11/
H A Dcfg_node.c425 long *nFound) in cfg_node_select_step3() argument
431 cpSel, nSel, spec, nFilMin, nFilMax, *nFound); in cfg_node_select_step3()
436 (*nFound)++; in cfg_node_select_step3()
444 if (nFilMin <= *nFound && *nFound <= nFilMax) { in cfg_node_select_step3()
473 long *nFound) in cfg_node_select_step2() argument
614 long nFound; in cfg_node_select_step1() local
662 nFound = 0; in cfg_node_select_step1()
673 if (nFound == 0) in cfg_node_select_step1()
676 nFilMin = nFound + (nFilMin+1); in cfg_node_select_step1()
681 nFilMax = nFound + (nFilMax+1); in cfg_node_select_step1()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dxmluconv.cxx550 if(nFound == std::u16string_view::npos || nFound <= nPos) in lcl_getPositions()
555 nPos = nFound + 1; in lcl_getPositions()
556 nFound = _sValue.find(' ', nPos); in lcl_getPositions()
558 if(nFound == std::u16string_view::npos || nFound <= nPos) in lcl_getPositions()
563 nPos = nFound + 1; in lcl_getPositions()
566 if(nFound == std::u16string_view::npos || nFound <= nPos) in lcl_getPositions()
581 if(nFound == std::string_view::npos || nFound <= nPos) in lcl_getPositions()
586 nPos = nFound + 1; in lcl_getPositions()
589 if(nFound == std::string_view::npos || nFound <= nPos) in lcl_getPositions()
594 nPos = nFound + 1; in lcl_getPositions()
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/util/
H A Drm.c213 int len, nFound = 0; in MPIE_ReadMachines() local
337 mt->desc[nFound].hostname = MPIU_Strdup( name ); in MPIE_ReadMachines()
339 mt->desc[nFound].login = MPIU_Strdup( login ); in MPIE_ReadMachines()
341 mt->desc[nFound].login = 0; in MPIE_ReadMachines()
350 mt->desc[nFound].np = n; in MPIE_ReadMachines()
353 mt->desc[nFound].np = 1; in MPIE_ReadMachines()
355 mt->desc[nFound].netname = MPIU_Strdup( netname ); in MPIE_ReadMachines()
357 mt->desc[nFound].netname = 0; in MPIE_ReadMachines()
359 nFound++; in MPIE_ReadMachines()
362 mt->nHosts = nFound; in MPIE_ReadMachines()
/dports/net/mpich/mpich-3.4.3/src/pm/util/
H A Drm.c213 int nFound = 0; in MPIE_ReadMachines() local
351 mt->desc[nFound].hostname = MPL_strdup(name); in MPIE_ReadMachines()
353 mt->desc[nFound].login = MPL_strdup(login); in MPIE_ReadMachines()
355 mt->desc[nFound].login = 0; in MPIE_ReadMachines()
365 mt->desc[nFound].np = (int) n; in MPIE_ReadMachines()
367 mt->desc[nFound].np = 1; in MPIE_ReadMachines()
369 mt->desc[nFound].netname = MPL_strdup(netname); in MPIE_ReadMachines()
371 mt->desc[nFound].netname = 0; in MPIE_ReadMachines()
373 nFound++; in MPIE_ReadMachines()
376 mt->nHosts = nFound; in MPIE_ReadMachines()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Doptional_assumed_charlen_2.f9020 integer, intent(out) :: nFound local
23 nFound = 0
26 nFound = nFound + 1
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Doptional_assumed_charlen_2.f9020 integer, intent(out) :: nFound local
23 nFound = 0
26 nFound = nFound + 1
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Doptional_assumed_charlen_2.f9020 integer, intent(out) :: nFound local
23 nFound = 0
26 nFound = nFound + 1
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Doptional_assumed_charlen_2.f9020 integer, intent(out) :: nFound local
23 nFound = 0
26 nFound = nFound + 1
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Doptional_assumed_charlen_2.f9020 integer, intent(out) :: nFound local
23 nFound = 0
26 nFound = nFound + 1
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Doptional_assumed_charlen_2.f9020 integer, intent(out) :: nFound local
23 nFound = 0
26 nFound = nFound + 1
/dports/editors/libreoffice/libreoffice-7.2.6.2/sax/source/expatwrap/
H A Dxml2utf.cxx134 int nFound = str.indexOf( " encoding" ); in removeEncoding() local
135 if( nFound < 0 ) return; in removeEncoding()
138 int nStart = str.indexOf( "\"" , nFound ); in removeEncoding()
139 if( nStart < 0 || str.indexOf( "'" , nFound ) < nStart ) in removeEncoding()
141 nStart = str.indexOf( "'" , nFound ); in removeEncoding()
152 memmove( &( seq.getArray()[nFound] ) , in removeEncoding()
155 seq.realloc( seq.getLength() - ( nStop+1 - nFound ) ); in removeEncoding()
220 int nFound = str.indexOf( " encoding" ); in scanForEncoding() local
221 if( nFound >= 0 ) { in scanForEncoding()
223 int nStart = str.indexOf( "\"" , nFound ); in scanForEncoding()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_StringParse.h214 #define SUMA_ADVANCE_PAST_SEQUENCE(op, eop, op_beg, key_list, gap, nFound, Word) { \ argument
217 nFound = 0; \
221 while (key_list[nFound] && m_good) { \
224 SUMA_ADVANCE_PAST(m_op_func, eop, key_list[nFound], m_found, Word); \
227 …if (!nFound || gap[nFound] < 0 || m_op_func - m_op_prev - strlen(key_list[nFound]) < gap[nFound]) …
229 if (!nFound) op_beg = m_op_func - strlen(key_list[0]); \
230 ++nFound; \
233 nFound = 0; /* reset search */ \
245 nFound = 0; \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sax/source/expatwrap/
H A Dxml2utf.cxx134 int nFound = str.indexOf( " encoding" ); in removeEncoding() local
135 if( nFound >= 0 ) { in removeEncoding()
137 int nStart = str.indexOf( "\"" , nFound ); in removeEncoding()
138 if( nStart < 0 || str.indexOf( "'" , nFound ) < nStart ) in removeEncoding()
140 nStart = str.indexOf( "'" , nFound ); in removeEncoding()
151 memmove( &( seq.getArray()[nFound] ) , in removeEncoding()
221 int nFound = str.indexOf( " encoding" ); in scanForEncoding() local
222 if( nFound >= 0 ) { in scanForEncoding()
224 int nStart = str.indexOf( "\"" , nFound ); in scanForEncoding()
225 if( nStart < 0 || str.indexOf( "'" , nFound ) < nStart ) in scanForEncoding()
[all …]
/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBSetMap.c211 register int i, first, last, nFound; in _XkbSizeKeyBehaviors() local
223 nFound++; in _XkbSizeKeyBehaviors()
225 req->totalKeyBehaviors = nFound; in _XkbSizeKeyBehaviors()
310 nFound++; in _XkbSizeKeyExplicit()
312 req->totalKeyExplicit = nFound; in _XkbSizeKeyExplicit()
313 return XkbPaddedSize((nFound * 2)); in _XkbSizeKeyExplicit()
354 nFound++; in _XkbSizeModifierMap()
356 req->totalModMapKeys = nFound; in _XkbSizeModifierMap()
357 return XkbPaddedSize((nFound * 2)); in _XkbSizeModifierMap()
402 nFound++; in _XkbSizeVirtualModMap()
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/tests/
H A Dserialise.test14 [("tests/serialise-one.hs:2:1-13: Warning: Eta reduce\nFound:\n bar x = foo x\nPerhaps:\n bar = f…
23nFound:\n bar x = foo x\nPerhaps:\n bar = foo\n",[Replace {rtype = Decl, pos = SrcSpan {startLin…
31 [("tests/serialise-three.hs:1:7-37: Warning: Use concatMap\nFound:\n concat (map f (let x = x in x…
40 [("tests/serialise-four.hs:1:1-20: Warning: Use fewer LANGUAGE pragmas\nFound:\n {-# LANGUAGE CPP …
48 [("tests/serialise-five.hs:1:1-27: Suggestion: Redundant as\nFound:\n import qualified GHC as GHC\…
56 [("tests/serialise-six.hs:1:12-24: Suggestion: Avoid lambda\nFound:\n / x -> f (g x)\nPerhaps:\n …
68 [("tests/serialise-seven.hs:(1,1)-(5,23): Suggestion: Use guards\nFound:\n foo = if baz then qux e…
77 [("tests/serialise-eight.hs:(1,7)-(2,10): Warning: Use join\nFound:\n do x <- baz\n x\nPerhaps…
85 [("tests/serialise-nine.hs:1:1-16: Suggestion: Redundant guard\nFound:\n foo | True = baz\nPerhaps…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/tests/
H A Dserialise.test14 [("tests/serialise-one.hs:2:1-13: Warning: Eta reduce\nFound:\n bar x = foo x\nPerhaps:\n bar = f…
23nFound:\n bar x = foo x\nPerhaps:\n bar = foo\n",[Replace {rtype = Decl, pos = SrcSpan {startLin…
31 [("tests/serialise-three.hs:1:7-37: Warning: Use concatMap\nFound:\n concat (map f (let x = x in x…
40 [("tests/serialise-four.hs:1:1-20: Warning: Use fewer LANGUAGE pragmas\nFound:\n {-# LANGUAGE CPP …
48 [("tests/serialise-five.hs:1:1-27: Suggestion: Redundant as\nFound:\n import qualified GHC as GHC\…
56 [("tests/serialise-six.hs:1:12-24: Suggestion: Avoid lambda\nFound:\n / x -> f (g x)\nPerhaps:\n …
68 [("tests/serialise-seven.hs:(1,1)-(5,23): Suggestion: Use guards\nFound:\n foo = if baz then qux e…
77 [("tests/serialise-eight.hs:(1,7)-(2,10): Warning: Use join\nFound:\n do x <- baz\n x\nPerhaps…
85 [("tests/serialise-nine.hs:1:1-16: Suggestion: Redundant guard\nFound:\n foo | True = baz\nPerhaps…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunoobj.cxx1122 FoundFlags nFound = FoundFlags::NONE; in replaceByName() local
1141 nFound |= FoundFlags::EventType; in replaceByName()
1157 nFound |= FoundFlags::Macro; in replaceByName()
1165 nFound |= FoundFlags::Library; in replaceByName()
1173 nFound |= FoundFlags::Effect; in replaceByName()
1181 nFound |= FoundFlags::Bookmark; in replaceByName()
1189 nFound |= FoundFlags::Speed; in replaceByName()
1197 nFound |= FoundFlags::SoundUrl; in replaceByName()
1205 nFound |= FoundFlags::PlayFull; in replaceByName()
1213 nFound |= FoundFlags::Verb; in replaceByName()
[all …]
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoGame.cpp447 int nFound = 1; in getSamePuyoAround() local
464 mx[nFound] = X; in getSamePuyoAround()
465 my[nFound] = Y+1; in getSamePuyoAround()
467 nFound++; in getSamePuyoAround()
472 my[nFound] = Y; in getSamePuyoAround()
474 nFound++; in getSamePuyoAround()
479 my[nFound] = Y; in getSamePuyoAround()
481 nFound++; in getSamePuyoAround()
485 mx[nFound] = X; in getSamePuyoAround()
488 nFound++; in getSamePuyoAround()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dsaldata.cxx675 int nFound = 0; in Yield() local
701 nFound = select( nFDs, &ReadFDS, nullptr, &ExceptionFDS, pTimeout ); in Yield()
703 if( nFound < 0 ) // error in Yield()
706 SAL_INFO("vcl.app", "SalXLib::Yield e=" << errno << " f=" << nFound); in Yield()
719 if ((nFound > 0) && FD_ISSET(m_pTimeoutFDS[0], &ReadFDS)) in Yield()
724 nFound -= 1; in Yield()
728 if( nFound > 0 ) in Yield()
734 nFound = select( nFDs_, &ReadFDS, nullptr, in Yield()
738 if (nFound == 0) in Yield()
752 nFound--; in Yield()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Dsaldata.cxx671 int nFound = 0; in Yield() local
697 nFound = select( nFDs, &ReadFDS, nullptr, &ExceptionFDS, pTimeout ); in Yield()
699 if( nFound < 0 ) // error in Yield()
702 std::fprintf( stderr, "SalXLib::Yield e=%d f=%d\n", errno, nFound ); in Yield()
715 if ((nFound > 0) && FD_ISSET(m_pTimeoutFDS[0], &ReadFDS)) in Yield()
720 nFound -= 1; in Yield()
724 if( nFound > 0 ) in Yield()
730 nFound = select( nFDs_, &ReadFDS, nullptr, in Yield()
734 if (nFound == 0) in Yield()
748 nFound--; in Yield()
[all …]

12345678910>>...24