Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c2894 UWord nSet, nTab, nLive; in show_vts_stats() local
2900 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() local
3019 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()
/external/sqlite/dist/
Dsqlite3.c152733 int nLive = 0; /* Number of iterators in aIter not at EOF */
152743 nLive++;
152747 while( nLive>0 ){
152768 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/external/sqlite/dist/orig/
Dsqlite3.c152703 int nLive = 0; /* Number of iterators in aIter not at EOF */
152713 nLive++;
152717 while( nLive>0 ){
152738 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;