Searched refs:compNdxLimited (Results 1 – 1 of 1) sorted by relevance
11241 const size_t compNdxLimited = iteration % (compNdxCount * compNdxCount); in getShuffledComponent() local11246 case 0: comp = compNdxLimited / compNdxCount; break; in getShuffledComponent()11247 case 1: comp = compNdxLimited % compNdxCount; break; in getShuffledComponent()