Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgl_list.h179 extern gl_list_node_t gl_list_search_from (gl_list_t list, size_t start_index,
186 size_t start_index,
197 extern size_t gl_list_indexof_from (gl_list_t list, size_t start_index,
204 size_t start_index, size_t end_index,
276 size_t start_index,
316 size_t start_index,
339 size_t start_index,
379 gl_list_node_t (*search_from_to) (gl_list_t list, size_t start_index,
381 size_t (*indexof_from_to) (gl_list_t list, size_t start_index,
398 size_t start_index,
[all …]
H A Dgl_list.c102 gl_list_search_from (gl_list_t list, size_t start_index, const void *elt) in gl_list_search_from() argument
106 ->search_from_to (list, start_index, size, elt); in gl_list_search_from()
110 gl_list_search_from_to (gl_list_t list, size_t start_index, size_t end_index, const void *elt) in gl_list_search_from_to() argument
113 ->search_from_to (list, start_index, end_index, elt); in gl_list_search_from_to()
125 gl_list_indexof_from (gl_list_t list, size_t start_index, const void *elt) in gl_list_indexof_from() argument
129 ->indexof_from_to (list, start_index, size, elt); in gl_list_indexof_from()
133 gl_list_indexof_from_to (gl_list_t list, size_t start_index, size_t end_index, const void *elt) in gl_list_indexof_from_to() argument
136 ->indexof_from_to (list, start_index, end_index, elt); in gl_list_indexof_from_to()
209 gl_list_iterator_from_to (gl_list_t list, size_t start_index, size_t end_index) in gl_list_iterator_from_to() argument
212 ->iterator_from_to (list, start_index, end_index); in gl_list_iterator_from_to()
[all …]
H A Dgl_anylinked_list2.h218 gl_linked_search_from_to (gl_list_t list, size_t start_index, size_t end_index, in gl_linked_search_from_to() argument
223 if (!(start_index <= end_index && end_index <= count)) in gl_linked_search_from_to()
252 if (start_index > 0) in gl_linked_search_from_to()
258 if (--start_index == 0) in gl_linked_search_from_to()
302 end_index -= start_index; in gl_linked_search_from_to()
304 for (; start_index > 0; start_index--) in gl_linked_search_from_to()
321 if (start_index > 0) in gl_linked_search_from_to()
327 if (--start_index == 0) in gl_linked_search_from_to()
349 end_index -= start_index; in gl_linked_search_from_to()
350 for (; start_index > 0; start_index--) in gl_linked_search_from_to()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_cm_common.c327 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local
382 start_index = (region_start + k + MAX_LOW_POINT) * in cm_helper_translate_curve_to_hw_format()
384 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS; in cm_helper_translate_curve_to_hw_format()
396 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS; in cm_helper_translate_curve_to_hw_format()
397 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in cm_helper_translate_curve_to_hw_format()
398 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index]; in cm_helper_translate_curve_to_hw_format()
399 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in cm_helper_translate_curve_to_hw_format()
514 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local
548 start_index = (region_start + k + MAX_LOW_POINT) * in cm_helper_translate_curve_to_degamma_hw_format()
550 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS; in cm_helper_translate_curve_to_degamma_hw_format()
[all …]
/netbsd-src/sys/arch/arm/ti/
H A Dti_div_clock.c168 const int start_index = of_hasprop(sc->sc_phandle, "ti,index-starts-at-one") ? 1 : 0; in ti_div_clock_get_rate() local
174 max_val = start_index + max_div; in ti_div_clock_get_rate()
187 div = __SHIFTOUT(val, mask) + (start_index ? 0 : 1); in ti_div_clock_get_rate()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py481 def _bucket_it(self, start_addr, start_index, end_index): argument
482 for i in range(start_index, end_index):
489 start_index = self.first_block_start_index
491 end_index = min(start_index + self.size -
493 for _, elem in self._bucket_it(current_addr, start_index, end_index):
495 num_emitted += end_index - start_index
498 start_index = 0
/netbsd-src/sys/dev/pci/
H A Dtwa.c1978 int32_t start_index; in twaioctl() local
2123 start_index = sc->twa_aen_head; in twaioctl()
2130 start_index = sc->twa_aen_tail; /* = 0 */ in twaioctl()
2135 event_index = (start_index + event_buf.sequence_id - in twaioctl()
2136 (sc->twa_aen_queue[start_index])->sequence_id + 1) in twaioctl()
2167 start_index = sc->twa_aen_head; in twaioctl()
2174 start_index = sc->twa_aen_tail; /* = 0 */ in twaioctl()
2179 event_index = (start_index + event_buf.sequence_id - in twaioctl()
2180 (sc->twa_aen_queue[start_index])->sequence_id - 1) in twaioctl()
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py173 start_index = bisect.bisect_left(all_symbols, symbol)
174 for s in all_symbols[start_index:]:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-compilers-check241 abbrevs = [abbrev[start_index:start_index+3]
242 for abbrev, start_index
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_hw_sequencer.c448 uint32_t i, j, k, seg_distr[NUMBER_REGIONS], increment, start_index, hw_points; in dce110_translate_regamma_to_hw_format() local
505 start_index = (region_start + k + MAX_LOW_POINT) * in dce110_translate_regamma_to_hw_format()
507 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS; in dce110_translate_regamma_to_hw_format()
519 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS; in dce110_translate_regamma_to_hw_format()
520 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in dce110_translate_regamma_to_hw_format()
521 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index]; in dce110_translate_regamma_to_hw_format()
522 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in dce110_translate_regamma_to_hw_format()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_ppatomctrl.c1302 int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index, in atomctrl_read_efuse() argument
1309 efuse_param.sEfuse.usEfuseIndex = cpu_to_le16((start_index / 32) * 4); in atomctrl_read_efuse()
1311 (start_index - ((start_index / 32) * 32)); in atomctrl_read_efuse()
1313 ((end_index - start_index) + 1); in atomctrl_read_efuse()
H A Dppatomctrl.h313 extern int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A Damdgpu_color_gamma.c742 uint32_t i, start_index; in build_pq() local
759 start_index = 32; in build_pq()
760 rgb += start_index; in build_pq()
761 coord_x += start_index; in build_pq()
763 for (i = start_index; i <= hw_points_num; i++) { in build_pq()
/netbsd-src/sys/sys/
H A Dcdio.h145 u_char start_index; member
/netbsd-src/external/bsd/less/dist/
H A Dsearch.c891 int start_index = sp - line; in create_hilites() local
897 hl.hl_startpos = linepos + chpos[start_index]; in create_hilites()
908 for (i = start_index+1; i <= end_index; i++) in create_hilites()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rv6xx_dpm.c246 u32 start_index, u8 *end_index) in rv6xx_generate_steps() argument
251 u32 step_index = start_index; in rv6xx_generate_steps()
311 u32 start_index, u32 end_index) in rv6xx_invalidate_intermediate_steps_range() argument
315 for (step_index = start_index + 1; step_index < end_index; step_index++) in rv6xx_invalidate_intermediate_steps_range()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_cdrom.c177 t_track.start_index = l_ti.cdti_ind0; in linux_ioctl_cdrom()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-stmts.cc12421 vect_gen_while (gimple_seq *seq, tree mask_type, tree start_index, in vect_gen_while() argument
12424 tree cmp_type = TREE_TYPE (start_index); in vect_gen_while()
12429 start_index, end_index, in vect_gen_while()
12445 vect_gen_while_not (gimple_seq *seq, tree mask_type, tree start_index, in vect_gen_while_not() argument
12448 tree tmp = vect_gen_while (seq, mask_type, start_index, end_index); in vect_gen_while_not()
12623 vect_gen_len (tree len, tree start_index, tree end_index, tree len_limit) in vect_gen_len() argument
12627 gcc_assert (TREE_TYPE (start_index) == len_type); in vect_gen_len()
12629 tree min = gimple_build (&stmts, MIN_EXPR, len_type, start_index, end_index); in vect_gen_len()
/netbsd-src/usr.bin/cdplay/
H A Dcdplay.c1142 t.start_index = istart; in play_track()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c795 unsigned long start_index; /* starting index # of page */ member
1534 new_links->start_index = vp->num_allocated; in add_varray_page()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c795 unsigned long start_index; /* starting index # of page */ member
1534 new_links->start_index = vp->num_allocated; in add_varray_page()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c12076 vect_gen_while (tree mask, tree start_index, tree end_index) in vect_gen_while() argument
12078 tree cmp_type = TREE_TYPE (start_index); in vect_gen_while()
12084 start_index, end_index, in vect_gen_while()
12094 vect_gen_while_not (gimple_seq *seq, tree mask_type, tree start_index, in vect_gen_while_not() argument
12098 gcall *call = vect_gen_while (tmp, start_index, end_index); in vect_gen_while_not()
/netbsd-src/sys/dev/isa/
H A Dmcd.c1667 a, p->start_index, z, p->end_index); in mcd_playtracks()
/netbsd-src/sys/dev/scsipi/
H A Dcd.c1238 args->start_index, args->end_track, args->end_index)); in cdioctl()