Searched refs:testMoreSize (Results 1 – 2 of 2) sorted by relevance
264 int32_t testMoreSize; in TestTertiary() local291 testMoreSize = sizeof(testMore) / sizeof(testMore[0]); in TestTertiary()292 for (i = 0; i < testMoreSize; i++) in TestTertiary()294 for (j = 0; j < testMoreSize; j++) in TestTertiary()
263 const int32_t testMoreSize = (int32_t)(sizeof(testMore) / sizeof(testMore[0])); in TestTertiary() local264 for (i = 0; i < testMoreSize; i++) in TestTertiary()266 for (j = 0; j < testMoreSize; j++) in TestTertiary()