Searched refs:nLive (Results 1 – 3 of 3) sorted by relevance
2894 UWord nSet, nTab, nLive; in show_vts_stats() local2900 nLive = 0; in show_vts_stats()2905 nLive++; in show_vts_stats()2913 VG_(printf)(" vts_tab live %4lu\n", nLive); in show_vts_stats()2962 UWord i, nTab, nLive, nFreed; in vts_tab__do_GC() local3019 nLive = nTab - nFreed; in vts_tab__do_GC()3020 tl_assert(nLive >= 0 && nLive <= nTab); in vts_tab__do_GC()3021 vts_next_GC_at = 2 * nLive; in vts_tab__do_GC()3036 nTab, nLive, (100ULL * (ULong)nLive) / (ULong)nTab); in vts_tab__do_GC()
152733 int nLive = 0; /* Number of iterators in aIter not at EOF */152743 nLive++;152747 while( nLive>0 ){152768 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
152703 int nLive = 0; /* Number of iterators in aIter not at EOF */152713 nLive++;152717 while( nLive>0 ){152738 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;