Searched refs:kNativeElementCount (Results 1 – 1 of 1) sorted by relevance
257 static const int kNativeElementCount = Generator::kResultElementCount; variable280 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()286 used_result_index_ = kNativeElementCount; in Skip()287 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()288 num_skips = num_skips % kNativeElementCount; in Skip()461 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;502 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;544 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;586 static const int kResultElementCount = (SingleSampleGenerator::kNativeElementCount > 1)587 ? SingleSampleGenerator::kNativeElementCount / 2