Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
HDtrinity_dpm.c1481 u32 low_index = 0; in trinity_adjust_uvd_state() local
1489 low_index = 1; in trinity_adjust_uvd_state()
1494 low_index = 0; in trinity_adjust_uvd_state()
1503 pi->sys_info.uvd_clock_table_entries[low_index].vclk_did; in trinity_adjust_uvd_state()
1505 pi->sys_info.uvd_clock_table_entries[low_index].dclk_did; in trinity_adjust_uvd_state()
/dragonfly/contrib/gdb-7/gdb/
HDdwarf2loc.c149 uint64_t low_index, high_index; in decode_debug_loc_dwo_addresses() local
168 loc_ptr = gdb_read_uleb128 (loc_ptr, buf_end, &low_index); in decode_debug_loc_dwo_addresses()
171 *low = dwarf2_read_addr_index (per_cu, low_index); in decode_debug_loc_dwo_addresses()
179 loc_ptr = gdb_read_uleb128 (loc_ptr, buf_end, &low_index); in decode_debug_loc_dwo_addresses()
182 *low = dwarf2_read_addr_index (per_cu, low_index); in decode_debug_loc_dwo_addresses()
HDada-lang.c9054 LONGEST low_index, high_index; in assign_aggregate() local
9080 low_index = TYPE_ARRAY_LOWER_BOUND_VALUE (lhs_type); in assign_aggregate()
9085 low_index = 0; in assign_aggregate()
9094 indices[0] = indices[1] = low_index - 1; in assign_aggregate()
9105 low_index, high_index); in assign_aggregate()
9110 low_index, high_index); in assign_aggregate()
9116 num_indices, low_index, high_index); in assign_aggregate()