Searched +defs:c +defs:nC (Results 1 – 1 of 1) sorted by relevance
181 for (int c = cStart; c <= cEnd; ++c) { in SLRBox() local182 int nC = min(max(0, c), srcN - 1); in SLRBox() local