mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 13:47:44 +01:00
10 lines
162 B
C
10 lines
162 B
C
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);
|
|
}
|
|
}
|