Home
last modified time | relevance | path

Searched refs:cmp1 (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h143 ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument
146 if (cmp1 > cmp2) in ktime_compare()
148 else if (cmp1 < cmp2) in ktime_compare()
155 ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument
158 return (ktime_compare(cmp1, cmp2) > 0); in ktime_after()
162 ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument
165 return (ktime_compare(cmp1, cmp2) < 0); in ktime_before()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dsplay-tree.c144 int cmp1, cmp2; in splay_tree_splay() local
148 cmp1 = (*sp->comp) (key, n->key); in splay_tree_splay()
151 if (cmp1 == 0) in splay_tree_splay()
155 if (cmp1 < 0) in splay_tree_splay()
169 if (cmp1 < 0) in splay_tree_splay()
177 if (cmp1 < 0 && cmp2 < 0) in splay_tree_splay()
182 else if (cmp1 > 0 && cmp2 > 0) in splay_tree_splay()
187 else if (cmp1 < 0 && cmp2 > 0) in splay_tree_splay()
192 else if (cmp1 > 0 && cmp2 < 0) in splay_tree_splay()
/freebsd-12.1/contrib/binutils/libiberty/
H A Dsplay-tree.c144 int cmp1, cmp2; in splay_tree_splay() local
148 cmp1 = (*sp->comp) (key, n->key); in splay_tree_splay()
151 if (cmp1 == 0) in splay_tree_splay()
155 if (cmp1 < 0) in splay_tree_splay()
169 if (cmp1 < 0) in splay_tree_splay()
177 if (cmp1 < 0 && cmp2 < 0) in splay_tree_splay()
182 else if (cmp1 > 0 && cmp2 > 0) in splay_tree_splay()
187 else if (cmp1 < 0 && cmp2 > 0) in splay_tree_splay()
192 else if (cmp1 > 0 && cmp2 < 0) in splay_tree_splay()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c3060 return sle_operand (cmp1, VOIDmode); in mips_relational_operand_ok_p()
3063 return sleu_operand (cmp1, VOIDmode); in mips_relational_operand_ok_p()
3080 if (GET_CODE (*cmp1) != CONST_INT) in mips_canonicalize_comparison()
3083 original = INTVAL (*cmp1); in mips_canonicalize_comparison()
3121 rtx target, rtx cmp0, rtx cmp1) in mips_emit_int_relational() argument
3137 cmp1 = force_reg (GET_MODE (cmp0), cmp1); in mips_emit_int_relational()
3158 mips_zero_if_equal (rtx cmp0, rtx cmp1) in mips_zero_if_equal() argument
3160 if (cmp1 == const0_rtx) in mips_zero_if_equal()
3163 if (uns_arith_operand (cmp1, VOIDmode)) in mips_zero_if_equal()
3165 cmp0, cmp1, 0, 0, OPTAB_DIRECT); in mips_zero_if_equal()
[all …]
/freebsd-12.1/contrib/dialog/
H A Dbuttons.c409 wint_t cmp1 = dlg_toupper(ch); in dlg_match_char() local
410 if (cmp2 != 0 && (wchar_t) cmp1 == (wchar_t) dlg_toupper(cmp2)) { in dlg_match_char()
/freebsd-12.1/contrib/ntp/ntpd/
H A DMakefile.am299 @grep -v diff_ignore_line < k-g.out > cmp1
301 @cmp cmp1 cmp2 > /dev/null || \
306 @rm cmp1 cmp2
H A DMakefile.in1689 @grep -v diff_ignore_line < k-g.out > cmp1
1691 @cmp cmp1 cmp2 > /dev/null || \
1696 @rm cmp1 cmp2
/freebsd-12.1/contrib/gcc/
H A Ddojump.c499 tree cmp0, cmp1; in do_jump() local
507 cmp1 = fold_build2 (tcode2, TREE_TYPE (exp), op0, op1); in do_jump()
509 do_jump (cmp1, if_false_label, if_true_label); in do_jump()
H A Dtree-vrp.c910 tree cmp1, cmp2; in value_inside_range() local
914 cmp1 = fold_binary_to_constant (GE_EXPR, boolean_type_node, val, vr->min); in value_inside_range()
915 if (!cmp1) in value_inside_range()
928 return cmp1 == boolean_true_node && cmp2 == boolean_true_node; in value_inside_range()
2751 int cmp1, cmp2; in compare_ranges() local
2758 cmp1 = compare_values_warnv (vr0->max, vr1->min, strict_overflow_p); in compare_ranges()
2760 if ((cmp1 == -1 && cmp2 == -1) || (cmp1 == 1 && cmp2 == 1)) in compare_ranges()
H A Doptabs.c785 enum rtx_code cmp_code, rtx cmp1, rtx cmp2, in expand_doubleword_shift_condmove() argument
824 if (!emit_conditional_move (into_target, cmp_code, cmp1, cmp2, op1_mode, in expand_doubleword_shift_condmove()
829 if (!emit_conditional_move (outof_target, cmp_code, cmp1, cmp2, op1_mode, in expand_doubleword_shift_condmove()
874 rtx superword_op1, tmp, cmp1, cmp2; in expand_doubleword_shift() local
910 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp, in expand_doubleword_shift()
919 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp, in expand_doubleword_shift()
923 superword_op1 = cmp1; in expand_doubleword_shift()
925 if (cmp1 == 0) in expand_doubleword_shift()
930 tmp = simplify_relational_operation (cmp_code, SImode, op1_mode, cmp1, cmp2); in expand_doubleword_shift()
949 cmp_code, cmp1, cmp2, in expand_doubleword_shift()
[all …]