Home | History | Annotate | Download | only in memcheck

Lines Matching refs:n_nodes

939    Int          i, n_nodes = 0, n_survivors = 0;
966 n_nodes = VG_(OSetGen_Size)(secVBitTable);
973 if (VG_(clo_verbosity) > 1 && n_nodes != 0) {
975 n_nodes, n_survivors, n_survivors * 100.0 / n_nodes);