| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/ |
| H A D | amdgpu_dc_dsc.c | 435 int end_idx = get_available_dsc_slices(slice_caps, &available_slices[0]); in get_max_dsc_slices() local 437 if (end_idx > 0) in get_max_dsc_slices() 438 max_slices = available_slices[end_idx - 1]; in get_max_dsc_slices() 449 int end_idx; in inc_num_slices() local 453 end_idx = get_available_dsc_slices(slice_caps, &available_slices[0]); in inc_num_slices() 454 if (end_idx == 0) { in inc_num_slices() 461 for (i = 0; i < end_idx; i++) { in inc_num_slices() 480 int end_idx; in dec_num_slices() local 484 end_idx = get_available_dsc_slices(slice_caps, &available_slices[0]); in dec_num_slices() 485 if (end_idx == 0 && new_num_slices > 0) { in dec_num_slices() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | substring-locations.h | 55 int caret_idx, int start_idx, int end_idx) in substring_loc() argument 57 m_caret_idx (caret_idx), m_start_idx (start_idx), m_end_idx (end_idx) {} in substring_loc() 123 int start_idx, int end_idx,
|
| H A D | input.cc | 1705 int caret_idx, int start_idx, int end_idx, in get_location_within_string() argument 1710 gcc_checking_assert (end_idx >= 0); in get_location_within_string() 1723 if (end_idx >= ranges.get_num_ranges ()) in get_location_within_string() 1728 ranges.get_range (end_idx).m_finish); in get_location_within_string()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | substring-locations.h | 55 int caret_idx, int start_idx, int end_idx) in substring_loc() argument 57 m_caret_idx (caret_idx), m_start_idx (start_idx), m_end_idx (end_idx) {} in substring_loc() 123 int start_idx, int end_idx,
|
| H A D | input.c | 1545 int caret_idx, int start_idx, int end_idx, in get_location_within_string() argument 1550 gcc_checking_assert (end_idx >= 0); in get_location_within_string() 1563 if (end_idx >= ranges.get_num_ranges ()) in get_location_within_string() 1568 ranges.get_range (end_idx).m_finish); in get_location_within_string()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regex_internal.c | 207 Idx byte_idx, end_idx, remain_len; in build_wcs_buffer() local 212 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len; in build_wcs_buffer() 213 for (byte_idx = pstr->valid_len; byte_idx < end_idx;) in build_wcs_buffer() 218 remain_len = end_idx - byte_idx; in build_wcs_buffer() 269 Idx src_idx, byte_idx, end_idx, remain_len; in build_wcs_upper_buffer() local 279 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len; in build_wcs_upper_buffer() 285 while (byte_idx < end_idx) in build_wcs_upper_buffer() 302 remain_len = end_idx - byte_idx; in build_wcs_upper_buffer() 354 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;) in build_wcs_upper_buffer() 359 remain_len = end_idx - byte_idx; in build_wcs_upper_buffer() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | canonicalize-lgpl.c | 342 idx_t end_idx IF_LINT (= 0); in realpath_stk() 344 end_idx = end - extra_buf; in realpath_stk() 358 end = extra_buf + end_idx; in realpath_stk()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/hmaptool/ |
| H A D | hmaptool | 101 end_idx = self.strtable.index('\0', idx) 102 return self.strtable[idx:end_idx]
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | viovar.h | 114 uint32_t end_idx; member
|
| H A D | vnet.c | 919 dm->end_idx = ack_end_idx; in vnet_rx_vio_dring_data() 1117 dm.end_idx = -1; in vnet_send_dring_data()
|
| H A D | vdsk.c | 1276 dm.start_idx = dm.end_idx = desc; in vdsk_submit_cmd()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Print.h | 220 er_print_experiment (DbeView *me, int bgn_idx, int end_idx, bool show_load,
|
| H A D | Print.cc | 1831 int end_idx, bool show_load, in er_print_experiment() argument 1837 exp_idx2 = end_idx; in er_print_experiment()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Print.h | 220 er_print_experiment (DbeView *me, int bgn_idx, int end_idx, bool show_load,
|
| H A D | Print.cc | 1831 int end_idx, bool show_load, in er_print_experiment() argument 1837 exp_idx2 = end_idx; in er_print_experiment()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | supergraph.cc | 153 const int end_idx = m_nodes.length () - 1; in supergraph() local 155 start_idx, end_idx, fun->decl); in supergraph()
|
| H A D | engine.cc | 744 print_run (pretty_printer *pp, int start_idx, int end_idx, in print_run() argument 750 if (start_idx == end_idx) in print_run() 753 pp_printf (pp, "EN: %i-%i", start_idx, end_idx); in print_run()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | supergraph.cc | 225 const int end_idx = m_nodes.length () - 1; in supergraph() local 227 start_idx, end_idx, fun->decl); in supergraph()
|
| H A D | engine.cc | 974 print_run (pretty_printer *pp, int start_idx, int end_idx, in print_run() argument 980 if (start_idx == end_idx) in print_run() 983 pp_printf (pp, "EN: %i-%i", start_idx, end_idx); in print_run()
|
| H A D | ChangeLog | 4820 Rename "i" to "end_idx". Pass the manager to the region_model
|
| /netbsd-src/sys/dev/ic/ |
| H A D | bwi.c | 8843 bwi_rxeof(struct bwi_softc *sc, int end_idx) in bwi_ds_plcp_header() 8852 while (idx != end_idx) { in bwi_ds_plcp_header() 9137 int end_idx, rx_data; in bwi_encap() 9142 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) / in bwi_encap() 9145 rx_data = bwi_rxeof(sc, end_idx); in bwi_encap() 9148 end_idx * sizeof(struct bwi_desc32)); in bwi_encap() 9899 int end_idx, s; 9906 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) / 9909 bwi_txeof_status(sc, end_idx); 9912 end_idx * sizeo 8449 bwi_rxeof(struct bwi_softc * sc,int end_idx) bwi_rxeof() argument 8565 int end_idx, rx_data; bwi_rxeof32() local 9282 int end_idx, s; bwi_txeof_status32() local 9350 bwi_txeof_status(struct bwi_softc * sc,int end_idx) bwi_txeof_status() argument [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 29659 convert_generic_types_to_packs (tree parm, int start_idx, int end_idx) in convert_generic_types_to_packs() argument 29670 for (int i = start_idx; i < end_idx; ++i) in convert_generic_types_to_packs() 29709 for (int i = end_idx, e = TREE_VEC_LENGTH (current); i < e; ++i) in convert_generic_types_to_packs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 30741 convert_generic_types_to_packs (tree parm, int start_idx, int end_idx) in convert_generic_types_to_packs() argument 30752 for (int i = start_idx; i < end_idx; ++i) in convert_generic_types_to_packs() 30791 for (int i = end_idx, e = TREE_VEC_LENGTH (current); i < e; ++i) in convert_generic_types_to_packs()
|