Searched refs:sourcesToUse (Results 1 – 1 of 1) sorted by relevance
2169 unsigned int sourcesToUse = sourceSize; in createConstructor() local2170 if (sourcesToUse + targetComponent > numTargetComponents) in createConstructor()2171 sourcesToUse = numTargetComponents - targetComponent; in createConstructor()2173 for (unsigned int s = 0; s < sourcesToUse; ++s) { in createConstructor()2183 unsigned int sourcesToUse = sourceSize; in createConstructor() local2184 if (sourcesToUse + targetComponent > numTargetComponents) in createConstructor()2185 sourcesToUse = numTargetComponents - targetComponent; in createConstructor()2189 for (unsigned int s = 0; s < sourcesToUse; ++s) { in createConstructor()