Home
last modified time | relevance | path

Searched refs:low_index (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/radeon/
H A Dtrinity_dpm.c1432 u32 low_index = 0; in trinity_adjust_uvd_state() local
1440 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()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2504 unsigned long low_index, high_index; in GetValueForExpressionPath_Impl() local
2506 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()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c527 int low_index = stack_pointer - size - offset; local
529 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)