Home
last modified time | relevance | path

Searched refs:pos1 (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-alias.h179 ranges_overlap_p (HOST_WIDE_INT pos1, in ranges_overlap_p() argument
186 if (pos1 >= pos2 in ranges_overlap_p()
188 || pos1 < (pos2 + (HOST_WIDE_INT) size2))) in ranges_overlap_p()
190 if (pos2 >= pos1 in ranges_overlap_p()
192 || pos2 < (pos1 + (HOST_WIDE_INT) size1))) in ranges_overlap_p()
H A Dgenrecog.c306 diff = pos1->depth - pos2->depth; in compare_positions()
313 pos1 = pos1->base; in compare_positions()
315 while (pos1 != pos2) in compare_positions()
319 diff = pos1->arg - pos2->arg; in compare_positions()
320 pos1 = pos1->base; in compare_positions()
334 return pos1->insn_id < pos2->insn_id ? pos1 : pos2; in common_position()
335 if (pos1->depth > pos2->depth) in common_position()
336 std::swap (pos1, pos2); in common_position()
339 while (pos1 != pos2) in common_position()
341 pos1 = pos1->base; in common_position()
[all …]
H A Dpoly-int.h2496 ranges_maybe_overlap_p (const T1 &pos1, const T2 &size1,
2499 if (maybe_in_range_p (pos2, pos1, size1))
2501 if (maybe_in_range_p (pos1, pos2, size2))
2512 ranges_known_overlap_p (const T1 &pos1, const T2 &size1,
2533 - start_span::cast (lower_bound (pos1, pos2)),
2535 && known_lt (start_span::cast (pos1)
2536 - start_span::cast (lower_bound (pos1, pos2)),
2546 known_subrange_p (const T1 &pos1, const T2 &size1,
2556 && known_ge (pos1, pos2)
2558 && known_le (start_span::cast (pos1) - start_span::cast (pos2),
/dragonfly/contrib/gdb-7/readline/
H A Dmbutil.c237 _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2) in _rl_compare_chars() argument
239 int pos1;
247 if ((w1 = _rl_get_char_len (&buf1[pos1], ps1)) <= 0 ||
250 (buf1[pos1] != buf2[pos2]))
254 if (buf1[pos1+i] != buf2[pos2+i])
/dragonfly/usr.bin/sort/
H A Dsort.c770 char *pos1, *pos2; in parse_k() local
776 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k()
778 strncpy(pos1, s, size1); in parse_k()
779 pos1[size1] = '\0'; in parse_k()
781 ret = parse_pos(pos1, ks, mef_flags, false); in parse_k()
783 sort_free(pos1); in parse_k()
/dragonfly/sys/kern/
H A Dkern_nrandom.c349 static void L15_Swap(struct l15_state *l15,const LByteType pos1, const LByteType pos2);
369 L15_Swap(struct l15_state *l15, const LByteType pos1, const LByteType pos2) in L15_Swap() argument
373 save1 = l15->L15_state[pos1]; in L15_Swap()
374 l15->L15_state[pos1] = l15->L15_state[pos2]; in L15_Swap()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenrecog.c256 compare_positions (struct position *pos1, struct position *pos2) in compare_positions() argument
260 diff = pos1->depth - pos2->depth; in compare_positions()
264 while (pos1->depth != pos2->depth); in compare_positions()
267 pos1 = pos1->base; in compare_positions()
268 while (pos1->depth != pos2->depth); in compare_positions()
269 while (pos1 != pos2) in compare_positions()
271 diff = (int) pos1->type - (int) pos2->type; in compare_positions()
273 diff = pos1->arg - pos2->arg; in compare_positions()
274 pos1 = pos1->base; in compare_positions()
H A Dtree-flow-inline.h1167 ranges_overlap_p (unsigned HOST_WIDE_INT pos1, in ranges_overlap_p() argument
1172 if (pos1 >= pos2 in ranges_overlap_p()
1174 || pos1 < (pos2 + size2))) in ranges_overlap_p()
1176 if (pos2 >= pos1 in ranges_overlap_p()
1178 || pos2 < (pos1 + size1))) in ranges_overlap_p()
H A Dgraphite-ppl.c468 ppl_build_relation (int dim, int pos1, int pos2, int c, in ppl_build_relation() argument
488 ppl_Linear_Expression_add_to_coefficient (expr, pos1, coef); in ppl_build_relation()
/dragonfly/lib/libc/tre-regex/
H A Dregex.h126 int (*compare)(size_t pos1, size_t pos2, size_t len, void *context);
/dragonfly/sys/dev/drm/radeon/
H A Drs600.c65 u32 pos1, pos2; in avivo_is_counter_moving() local
67 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
70 if (pos1 != pos2) in avivo_is_counter_moving()
H A Devergreen.c1343 u32 pos1, pos2; in dce4_is_counter_moving() local
1345 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1348 if (pos1 != pos2) in dce4_is_counter_moving()
/dragonfly/contrib/gdb-7/gdb/
H A Dada-lang.c9225 int pos1; in aggregate_assign_from_choices() local
9227 pos1 = expr_pc; in aggregate_assign_from_choices()
9228 assign_component (container, lhs, lower, exp, &pos1); in aggregate_assign_from_choices()