dwt.c 162 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 for (int c0 = 0; c0 < Ncl; c0 += 1) { if (Ncl >= c0 + 2 && c0 >= 1) { S(c0, 28); } else if (c0 == 0) { S(0, 26); } else { S(Ncl - 1, 27); } }