Searched refs:low_index (Results 1 – 3 of 3) sorted by relevance
1432 u32 low_index = 0; in trinity_adjust_uvd_state() local1440 low_index = 1; in trinity_adjust_uvd_state()1445 low_index = 0; in trinity_adjust_uvd_state()1454 pi->sys_info.uvd_clock_table_entries[low_index].vclk_did; in trinity_adjust_uvd_state()1456 pi->sys_info.uvd_clock_table_entries[low_index].dclk_did; in trinity_adjust_uvd_state()
2504 unsigned long low_index, high_index; in GetValueForExpressionPath_Impl() local2506 if (sleft.getAsInteger(0, low_index) || in GetValueForExpressionPath_Impl()2514 if (low_index > high_index) // swap indices if required in GetValueForExpressionPath_Impl()2515 std::swap(low_index, high_index); in GetValueForExpressionPath_Impl()2520 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()
527 int low_index = stack_pointer - size - offset; local529 if (low_index < 0)537 for (dst_index = stack_pointer; --dst_index >= low_index; )541 if (src_index < low_index)546 if (src_index <= low_index)