Home
last modified time | relevance | path

Searched refs:nLive (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/textproc/jade/jade-1.2.1/style/
H A DCollector.cxx47 unsigned long nLive = collect(); in makeSpace() local
50 if (freePtr_ == &allObjectsList_ || totalObjects_ - nLive < (totalObjects_ >> 2) in makeSpace()
56 allocObjs = (totalObjects_ >> 2) - (totalObjects_ - nLive); in makeSpace()
127 unsigned long nLive = 0; in collect() local
139 nLive++; in collect()
161 return nLive; in collect()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DCollector.cxx47 unsigned long nLive = collect(); in makeSpace() local
50 if (freePtr_ == &allObjectsList_ || totalObjects_ - nLive < (totalObjects_ >> 2) in makeSpace()
56 allocObjs = (totalObjects_ >> 2) - (totalObjects_ - nLive); in makeSpace()
127 unsigned long nLive = 0; in collect() local
139 nLive++; in collect()
161 return nLive; in collect()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dbag.c93 int nLive = 0; /* Number of live entries */ in bag_resize() local
109 nLive++; in bag_resize()
114 assert( p->cnt == nLive ); in bag_resize()
115 assert( p->used == nLive+nDel ); in bag_resize()
/dports/net/mpich/mpich-3.4.3/src/pm/util/
H A Dprocess.c159 pUniv.nLive++; in MPIE_ForkProcesses()
537 pUniv.nLive--; in handle_sigchild()
538 if (pUniv.nLive == 0) { in handle_sigchild()
571 pUniv.nLive = 0; in MPIE_ProcessInit()
H A Dprocess.h130 int nLive; /* Number of live processes */ member
/dports/net/mpich2/mpich2-1.5/src/pm/util/
H A Dprocess.c164 pUniv.nLive++; in MPIE_ForkProcesses()
554 pUniv.nLive--; in handle_sigchild()
555 if (pUniv.nLive == 0) { in handle_sigchild()
587 pUniv.nLive = 0; in MPIE_ProcessInit()
H A Dprocess.h131 int nLive; /* Number of live processes */ member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_snippet.c1069 int nLive = 0; /* Number of iterators in aIter not at EOF */ in fts3MatchinfoLcs() local
1076 if( aIter[i].iCol==iCol ) nLive++; in fts3MatchinfoLcs()
1083 while( nLive>0 ){ in fts3MatchinfoLcs()
1104 if( fts3LcsIteratorAdvance(pAdv) ) nLive--; in fts3MatchinfoLcs()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_snippet.c1137 int nLive = 0; /* Number of iterators in aIter not at EOF */ in fts3MatchinfoLcs() local
1147 nLive++; in fts3MatchinfoLcs()
1151 while( nLive>0 ){ in fts3MatchinfoLcs()
1172 if( fts3LcsIteratorAdvance(pAdv) ) nLive--; in fts3MatchinfoLcs()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_snippet.c1161 int nLive = 0; /* Number of iterators in aIter not at EOF */ in fts3MatchinfoLcs() local
1174 nLive++; in fts3MatchinfoLcs()
1178 while( nLive>0 ){ in fts3MatchinfoLcs()
1199 if( fts3LcsIteratorAdvance(pAdv) ) nLive--; in fts3MatchinfoLcs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c1161 int nLive = 0; /* Number of iterators in aIter not at EOF */ in fts3MatchinfoLcs() local
1174 nLive++; in fts3MatchinfoLcs()
1178 while( nLive>0 ){ in fts3MatchinfoLcs()
1199 if( fts3LcsIteratorAdvance(pAdv) ) nLive--; in fts3MatchinfoLcs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c1161 int nLive = 0; /* Number of iterators in aIter not at EOF */ in fts3MatchinfoLcs() local
1174 nLive++; in fts3MatchinfoLcs()
1178 while( nLive>0 ){ in fts3MatchinfoLcs()
1199 if( fts3LcsIteratorAdvance(pAdv) ) nLive--; in fts3MatchinfoLcs()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c2924 UWord nSet, nTab, nLive; in show_vts_stats() local
2930 nLive = 0; in show_vts_stats()
2935 nLive++; in show_vts_stats()
2943 VG_(printf)(" vts_tab live %4lu\n", nLive); in show_vts_stats()
2992 UWord i, nTab, nLive, nFreed; in vts_tab__do_GC() local
3049 nLive = nTab - nFreed; in vts_tab__do_GC()
3050 tl_assert(nLive >= 0 && nLive <= nTab); in vts_tab__do_GC()
3051 vts_next_GC_at = 2 * nLive; in vts_tab__do_GC()
3066 nTab, nLive, (100ULL * (ULong)nLive) / (ULong)nTab); in vts_tab__do_GC()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c2924 UWord nSet, nTab, nLive; in show_vts_stats() local
2930 nLive = 0; in show_vts_stats()
2935 nLive++; in show_vts_stats()
2943 VG_(printf)(" vts_tab live %4lu\n", nLive); in show_vts_stats()
2992 UWord i, nTab, nLive, nFreed; in vts_tab__do_GC() local
3049 nLive = nTab - nFreed; in vts_tab__do_GC()
3050 tl_assert(nLive >= 0 && nLive <= nTab); in vts_tab__do_GC()
3051 vts_next_GC_at = 2 * nLive; in vts_tab__do_GC()
3066 nTab, nLive, (100ULL * (ULong)nLive) / (ULong)nTab); in vts_tab__do_GC()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c112645 int nLive = 0; /* Number of iterators in aIter not at EOF */
112652 if( aIter[i].iCol==iCol ) nLive++;
112659 while( nLive>0 ){
112680 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c106014 int nLive = 0; /* Number of iterators in aIter not at EOF */
106021 if( aIter[i].iCol==iCol ) nLive++;
106028 while( nLive>0 ){
106049 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c129555 int nLive = 0; /* Number of iterators in aIter not at EOF */
129563 nLive++;
129567 while( nLive>0 ){
129588 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c123859 int nLive = 0; /* Number of iterators in aIter not at EOF */
123867 nLive++;
123871 while( nLive>0 ){
123892 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c123823 int nLive = 0; /* Number of iterators in aIter not at EOF */
123831 nLive++;
123835 while( nLive>0 ){
123856 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c126469 int nLive = 0; /* Number of iterators in aIter not at EOF */
126477 nLive++;
126481 while( nLive>0 ){
126502 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c140867 int nLive = 0; /* Number of iterators in aIter not at EOF */
140877 nLive++;
140881 while( nLive>0 ){
140902 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c142226 int nLive = 0; /* Number of iterators in aIter not at EOF */
142236 nLive++;
142240 while( nLive>0 ){
142261 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c135003 int nLive = 0; /* Number of iterators in aIter not at EOF */
135013 nLive++;
135017 while( nLive>0 ){
135038 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c143322 int nLive = 0; /* Number of iterators in aIter not at EOF */
143332 nLive++;
143336 while( nLive>0 ){
143357 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c135885 int nLive = 0; /* Number of iterators in aIter not at EOF */
135895 nLive++;
135899 while( nLive>0 ){
135920 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;

1234567