HomeSort by: relevance | last modified time | path
    Searched refs:start_index (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_list.c 102 gl_list_search_from (gl_list_t list, size_t start_index, const void *elt)
106 ->search_from_to (list, start_index, size, elt);
110 gl_list_search_from_to (gl_list_t list, size_t start_index, size_t end_index, const void *elt)
113 ->search_from_to (list, start_index, end_index, elt);
125 gl_list_indexof_from (gl_list_t list, size_t start_index, const void *elt)
129 ->indexof_from_to (list, start_index, size, elt);
133 gl_list_indexof_from_to (gl_list_t list, size_t start_index, size_t end_index, const void *elt)
136 ->indexof_from_to (list, start_index, end_index, elt);
209 gl_list_iterator_from_to (gl_list_t list, size_t start_index, size_t end_index)
212 ->iterator_from_to (list, start_index, end_index)
    [all...]
gl_list.h 177 at a position >= START_INDEX.
179 extern gl_list_node_t gl_list_search_from (gl_list_t list, size_t start_index,
183 at a position >= START_INDEX and < END_INDEX.
186 size_t start_index,
195 at a position >= START_INDEX.
197 extern size_t gl_list_indexof_from (gl_list_t list, size_t start_index,
201 at a position >= START_INDEX and < END_INDEX.
204 size_t start_index, size_t end_index,
272 start_index <= i < end_index, of a list.
276 size_t start_index,
    [all...]
gl_anylinked_list2.h 218 gl_linked_search_from_to (gl_list_t list, size_t start_index, size_t end_index,
223 if (!(start_index <= end_index && end_index <= count))
252 if (start_index > 0)
253 /* Look whether found's index is < start_index. */
258 if (--start_index == 0)
302 end_index -= start_index;
304 for (; start_index > 0; start_index--)
315 /* The matches must have all been at indices < start_index or
321 if (start_index > 0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_cm_common.c 327 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local
382 start_index = (region_start + k + MAX_LOW_POINT) *
384 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
396 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
397 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
398 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
399 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
514 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local
548 start_index = (region_start + k + MAX_LOW_POINT)
    [all...]
  /src/sys/arch/arm/ti/
ti_div_clock.c 179 const int start_index = of_hasprop(sc->sc_phandle, "ti,index-starts-at-one") ? 1 : 0; local
185 max_val = start_index + max_div;
198 div = __SHIFTOUT(val, mask) + (start_index ? 0 : 1);
  /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/
slh_wots.c 82 * @param start_index The chaining start index
83 * @param steps The number of iterations starting from |start_index|
84 * Note |start_index| + |steps| < w
93 uint8_t start_index, uint8_t steps,
101 size_t j = start_index, end_index;
116 end_index = start_index + steps;
  /src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
printers.py 481 def _bucket_it(self, start_addr, start_index, end_index):
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
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-compilers-check 241 abbrevs = [abbrev[start_index:start_index+3]
242 for abbrev, start_index
  /src/external/apache2/llvm/dist/clang/utils/perf-training/
perf-helper.py 173 start_index = bisect.bisect_left(all_symbols, symbol)
174 for s in all_symbols[start_index:]:
  /src/sys/dev/pci/
twa.c 1978 int32_t start_index; local
2123 start_index = sc->twa_aen_head;
2130 start_index = sc->twa_aen_tail; /* = 0 */
2135 event_index = (start_index + event_buf.sequence_id -
2136 (sc->twa_aen_queue[start_index])->sequence_id + 1)
2167 start_index = sc->twa_aen_head;
2174 start_index = sc->twa_aen_tail; /* = 0 */
2179 event_index = (start_index + event_buf.sequence_id -
2180 (sc->twa_aen_queue[start_index])->sequence_id - 1)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 448 uint32_t i, j, k, seg_distr[NUMBER_REGIONS], increment, start_index, hw_points; local
505 start_index = (region_start + k + MAX_LOW_POINT) *
507 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
519 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
520 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
521 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
522 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppatomctrl.h 313 extern int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index,
amdgpu_ppatomctrl.c 1302 int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index,
1309 efuse_param.sEfuse.usEfuseIndex = cpu_to_le16((start_index / 32) * 4);
1311 (start_index - ((start_index / 32) * 32));
1313 ((end_index - start_index) + 1);
  /src/sys/sys/
cdio.h 146 u_char start_index; member in struct:ioc_play_track
  /src/external/bsd/less/dist/
search.c 891 int start_index = sp - line; local
897 hl.hl_startpos = linepos + chpos[start_index];
908 for (i = start_index+1; i <= end_index; i++)
  /src/external/mpl/bind/dist/bin/tests/system/chain/
tests.sh 126 NSEC) start_index=6 ;;
127 NSEC3) start_index=10 ;;
130 find_records "$owner_name" "$rr_type" "$file" | awk '{ for (i='"$start_index"'; i<=NF; i++) if ($i == "DS") exit 1 }'
  /src/sys/compat/linux/common/
linux_cdrom.c 177 t_track.start_index = l_ti.cdti_ind0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 742 uint32_t i, start_index; local
759 start_index = 32;
760 rgb += start_index;
761 coord_x += start_index;
763 for (i = start_index; i <= hw_points_num; i++) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv6xx_dpm.c 246 u32 start_index, u8 *end_index)
251 u32 step_index = start_index;
311 u32 start_index, u32 end_index)
315 for (step_index = start_index + 1; step_index < end_index; step_index++)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
mi-support.exp 1659 proc mi_list_array_varobj_children_with_index { varname number start_index \
1662 set index $start_index
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
mi-support.exp 1659 proc mi_list_array_varobj_children_with_index { varname number start_index \
1662 set index $start_index
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 12418 mask[I] is true iff J + START_INDEX < END_INDEX for all J <= I.
12422 vect_gen_while (gimple_seq *seq, tree mask_type, tree start_index,
12425 tree cmp_type = TREE_TYPE (start_index);
12430 start_index, end_index,
12443 J + START_INDEX < END_INDEX for all J <= I. Add the statements to SEQ. */
12446 vect_gen_while_not (gimple_seq *seq, tree mask_type, tree start_index,
12449 tree tmp = vect_gen_while (seq, mask_type, start_index, end_index);
12614 min_of_start_and_end = min (START_INDEX, END_INDEX);
12624 vect_gen_len (tree len, tree start_index, tree end_index, tree len_limit)
12628 gcc_assert (TREE_TYPE (start_index) == len_type)
    [all...]
  /src/usr.bin/cdplay/
cdplay.c 1142 t.start_index = istart;
  /src/sys/dev/isa/
mcd.c 1667 a, p->start_index, z, p->end_index);
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 798 unsigned long start_index; /* starting index # of page */
1541 new_links->start_index = vp->num_allocated;
796 unsigned long start_index; \/* starting index # of page *\/ member in struct:vlinks

Completed in 144 milliseconds

1 2