Searched refs:kNativeElementCount (Results 1 – 1 of 1) sorted by relevance
247 static const int kNativeElementCount = Generator::kResultElementCount; variable270 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()276 used_result_index_ = kNativeElementCount; in Skip()277 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()278 num_skips = num_skips % kNativeElementCount; in Skip()451 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;492 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;534 static const int kResultElementCount = SingleSampleGenerator::kNativeElementCount;576 static const int kResultElementCount = (SingleSampleGenerator::kNativeElementCount > 1)577 ? SingleSampleGenerator::kNativeElementCount / 2