HomeSort by: relevance | last modified time | path
    Searched defs:src_idx (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 382 unsigned long src_idx; local
391 src_idx = rotated_index(r, n, x, y);
392 src = i915_gem_object_get_dma_address(obj, src_idx);
397 x, y, src_idx);
403 x, y, src_idx);
434 unsigned long src_idx; local
447 src_idx = remapped_index(r, n, x, y);
448 src = i915_gem_object_get_dma_address(obj, src_idx);
453 x, y, src_idx);
459 x, y, src_idx);
954 unsigned int offset, src_idx; local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.c 270 Idx src_idx, byte_idx, end_idx, remain_len;
321 src_idx = byte_idx;
355 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;)
368 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i];
374 p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + src_idx;
413 pstr->offsets[byte_idx] = src_idx;
417 = src_idx + (i < mbclen ? i : mbclen - 1);
421 if (pstr->raw_stop > src_idx)
426 src_idx += mbclen;
439 pstr->offsets[byte_idx + i] = src_idx + i
269 Idx src_idx, byte_idx, end_idx, remain_len; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-restrict.cc 1910 unsigned src_idx = -1; local
1935 src_idx = 1;
1952 src_idx = 1;
1965 tree src = src_idx < nargs ? gimple_call_arg (call, src_idx) : NULL_TREE;
1975 if (!dst || (src_idx < nargs && !src))
read-rtl-function.cc 752 int src_idx = from ? other_bb_idx : this_bb_idx; local
779 m_deferred_edges.safe_push (deferred_edge (loc, src_idx, dest_idx, flags));
tree-ssa-threadupdate.cc 520 int src_idx = src_e->dest_idx; local
531 tree val = gimple_phi_arg_def (src_phi, src_idx);
532 location_t locus = gimple_phi_arg_location (src_phi, src_idx);
gcov.cc 242 /* Return true when line N belongs to the function in source file SRC_IDX.
244 bool group_line_p (unsigned n, unsigned src_idx);
699 bool function_info::group_line_p (unsigned n, unsigned src_idx)
701 return is_group && src == src_idx && start_line <= n && n <= end_line;
1852 unsigned src_idx = find_source (gcov_read_string ());
1866 fn->src = src_idx;
2684 unsigned src_idx = block->locations[i].source_file_idx;
2695 if (fn->group_line_p (ln, src_idx))
2710 gcc_assert (ln < sources[src_idx].lines.size ());
2711 line = &(sources[src_idx].lines[ln])
1851 unsigned src_idx = find_source (gcov_read_string ()); local
2682 unsigned src_idx = block->locations[i].source_file_idx; local
    [all...]
ipa-prop.cc 4164 int src_idx, c, d; local
4165 src_idx = ipa_get_jf_pass_through_formal_id (jf);
4166 c = ipa_get_controlled_uses (new_root_info, src_idx);
4172 ipa_set_controlled_uses (new_root_info, src_idx, c);
4176 lderef = (ipa_get_param_load_dereferenced (new_root_info, src_idx)
4178 ipa_set_param_load_dereferenced (new_root_info, src_idx, lderef);
4185 tree t = new_root_info->known_csts[src_idx];
ipa-cp.cc 215 void add_source (cgraph_edge *cs, ipcp_value *src_val, int src_idx,
262 int src_idx = 0, HOST_WIDE_INT offset = -1,
1734 int src_idx; local
1745 src_idx = item->value.pass_through.formal_id;
1750 value = info->known_csts[src_idx];
1753 src_idx);
1758 = ipa_get_parm_lattices (info, src_idx);
1901 int src_idx, HOST_WIDE_INT offset)
1909 src->index = src_idx;
1960 int src_idx, HOST_WIDE_INT offset
2238 int src_idx; local
2300 int src_idx; local
2400 unsigned src_idx; local
2473 int src_idx = ipa_get_jf_pass_through_formal_id (jfunc); local
2729 int src_idx; local
2811 int src_idx = ipa_get_jf_pass_through_formal_id (jfunc); local
2829 int src_idx = ipa_get_jf_ancestor_formal_id (jfunc); local
5590 int src_idx = ipa_get_jf_pass_through_formal_id (jfunc); local
5629 int src_idx = ipa_get_jf_ancestor_formal_id (jfunc); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ggtt.c 1447 unsigned int src_idx; local
1450 src_idx = stride * (height - 1) + column + offset;
1460 i915_gem_object_get_dma_address(obj, src_idx);
1463 src_idx -= stride;
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-restrict.cc 1913 unsigned src_idx = -1; local
1938 src_idx = 1;
1955 src_idx = 1;
1968 tree src = src_idx < nargs ? gimple_call_arg (call, src_idx) : NULL_TREE;
1978 if (!dst || (src_idx < nargs && !src))
read-rtl-function.cc 753 int src_idx = from ? other_bb_idx : this_bb_idx; local
780 m_deferred_edges.safe_push (deferred_edge (loc, src_idx, dest_idx, flags));
gcov.cc 275 /* Return true when line N belongs to the function in source file SRC_IDX.
277 bool group_line_p (unsigned n, unsigned src_idx);
743 bool function_info::group_line_p (unsigned n, unsigned src_idx)
745 return is_group && src == src_idx && start_line <= n && n <= end_line;
1952 unsigned src_idx = find_source (gcov_read_string ());
1966 fn->src = src_idx;
2842 unsigned src_idx = block->locations[i].source_file_idx;
2853 if (fn->group_line_p (ln, src_idx))
2875 gcc_assert (ln < sources[src_idx].lines.size ());
2876 line = &(sources[src_idx].lines[ln])
1951 unsigned src_idx = find_source (gcov_read_string ()); local
2840 unsigned src_idx = block->locations[i].source_file_idx; local
    [all...]
ipa-prop.cc 4247 int src_idx, c, d; local
4248 src_idx = ipa_get_jf_pass_through_formal_id (jf);
4249 c = ipa_get_controlled_uses (new_root_info, src_idx);
4255 ipa_set_controlled_uses (new_root_info, src_idx, c);
4259 lderef = (ipa_get_param_load_dereferenced (new_root_info, src_idx)
4261 ipa_set_param_load_dereferenced (new_root_info, src_idx, lderef);
4268 tree t = new_root_info->known_csts[src_idx];
tree-cfg.cc 6850 int src_idx = src_e->dest_idx; local
6861 tree val = gimple_phi_arg_def (src_phi, src_idx);
6862 location_t locus = gimple_phi_arg_location (src_phi, src_idx);
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 2644 int src_idx; /* Index into the source area */
2674 src_idx = src_len - 1;
2703 src_idx = unpacked_idx = 0;
2723 (((src[src_idx] >> unusedLS) & unusedMSMask) | signMask) << accumSize;
2736 src_idx += delta;
2639 int src_idx; \/* Index into the source area *\/ local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 2641 int src_idx; /* Index into the source area */
2671 src_idx = src_len - 1;
2700 src_idx = unpacked_idx = 0;
2720 (((src[src_idx] >> unusedLS) & unusedMSMask) | signMask) << accumSize;
2733 src_idx += delta;
2636 int src_idx; \/* Index into the source area *\/ local

Completed in 83 milliseconds