Searched refs:kNativeElementCount (Results 1 – 1 of 1) sorted by relevance
248 static const int kNativeElementCount = Generator::kResultElementCount; variable271 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()277 used_result_index_ = kNativeElementCount; in Skip()278 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()279 num_skips = num_skips % kNativeElementCount; in Skip()452 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;493 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;535 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;577 static const int kResultElementCount = (SingleSampleGenerator::kNativeElementCount > 1)578 ? SingleSampleGenerator::kNativeElementCount / 2