Searched refs:wrapCaseNdx (Results 1 – 2 of 2) sorted by relevance
2184 for (int wrapCaseNdx = 0; wrapCaseNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapCaseNdx++) in init() local2186 const int wrapSNdx = wrapCaseNdx; in init()2187 const int wrapTNdx = (wrapCaseNdx + 1) % DE_LENGTH_OF_ARRAY(wrapModes); in init()
2446 for (int wrapCaseNdx = 0; wrapCaseNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapCaseNdx++) in init() local2448 const int wrapSNdx = wrapCaseNdx; in init()2449 const int wrapTNdx = (wrapCaseNdx + 1) % DE_LENGTH_OF_ARRAY(wrapModes); in init()