Searched refs:sccNumBlk (Results 1 – 1 of 1) sorted by relevance
585 int sccNumBlk = 0; // The number of active blocks, init to a in run() local596 sccNumBlk = numRemainedBlk; // Init to maximum possible number. in run()615 if (sccRemainedNumBlk != 1 && sccRemainedNumBlk >= sccNumBlk) { in run()622 } else if (sccRemainedNumBlk != 1 && sccRemainedNumBlk < sccNumBlk) { in run()623 sccNumBlk = sccRemainedNumBlk; in run()