HomeSort by relevance Sort by last modified time
    Searched refs:right_index (Results 1 - 8 of 8) sorted by null

  /system/extras/simpleperf/inferno/
svg_renderer.py 100 right_index = 0
102 right_index = flamegraph.callsites[i+1].id
113 nav = [up_index, left_index,flamegraph.id,right_index]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConcatenation.h 231 Index right_index; local
233 right_index = subs[0];
235 right_index += (subs[i] % right_dims[i]) * m_rightStrides[i];
238 right_index = subs[NumDims - 1];
240 right_index += (subs[i] % right_dims[i]) * m_rightStrides[i];
243 return m_rightImpl.coeff(right_index);
336 Index right_index = subs[0]; local
338 right_index += (subs[i] % right_dims[i]) * this->m_rightStrides[i];
340 return this->m_rightImpl.coeffRef(right_index);
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 225 uint32_t right_index = num_pipe_; local
261 right_index = GetPipe(hw_block_id, need_scale);
262 if (right_index >= num_pipe_) {
269 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
271 std::swap(left_index, right_index);
276 right_pipe->pipe_id = src_pipes_[right_index].mdss_pipe_id;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 256 uint32_t right_index = num_pipe_; local
292 right_index = GetPipe(hw_block_id, need_scale);
293 if (right_index >= num_pipe_) {
300 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
302 std::swap(left_index, right_index);
307 right_pipe->pipe_id = src_pipes_[right_index].mdss_pipe_id;
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 256 uint32_t right_index = num_pipe_; local
292 right_index = GetPipe(hw_block_id, need_scale);
293 if (right_index >= num_pipe_) {
300 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
302 std::swap(left_index, right_index);
307 right_pipe->pipe_id = src_pipes_[right_index].mdss_pipe_id;
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 369 right_index = (
376 sorted_measurements[left_index: (right_index - 1)])
383 if ((right_index - left_index) < PowerTest.THRESHOLD_BASELINE_SAMPLES_FRACTION * len(
398 float(right_index - left_index) / len(measurements)))
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 1776 TypeIndex right_index = TypeIndexOf(right, ignore_sign); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 150 size_t right_index = length_; local
152 size_t current_index = left_index + (right_index - left_index) / 2;
153 DCHECK(right_index > current_index);
160 right_index = current_index;
    [all...]

Completed in 281 milliseconds