| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ktime.h | 143 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/dialog/ |
| H A D | buttons.c | 64 wchar_t cmp2[2]; in string_to_char() local 71 memset(cmp2, 0, sizeof(cmp2)); in string_to_char() 72 check = mbrtowc(cmp2, string, len, &state); in string_to_char() 74 cmp2[0] = 0; in string_to_char() 77 cmp2[0] = UCH(*string); in string_to_char() 80 result = cmp2[0]; in string_to_char() 407 int cmp2 = string_to_char(&string); in dlg_match_char() local 410 if (cmp2 != 0 && (wchar_t) cmp1 == (wchar_t) dlg_toupper(cmp2)) { in dlg_match_char() 415 if (dlg_toupper(ch) == dlg_toupper(cmp2)) in dlg_match_char()
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | spu_ovl.S | 66 #define cmp2 $7 macro 155 ceqi cmp2, bchn, 0 156 or cmp, cmp, cmp2 161 rotqbyi cmp2, cmp2, 4 162 andc lnkr, lnkr, cmp2
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | splay-tree.c | 144 int cmp1, cmp2; in splay_tree_splay() local 164 cmp2 = (*sp->comp) (key, c->key); in splay_tree_splay() 165 if (cmp2 == 0 in splay_tree_splay() 166 || (cmp2 < 0 && !c->left) in splay_tree_splay() 167 || (cmp2 > 0 && !c->right)) 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 D | splay-tree.c | 144 int cmp1, cmp2; in splay_tree_splay() local 164 cmp2 = (*sp->comp) (key, c->key); in splay_tree_splay() 165 if (cmp2 == 0 in splay_tree_splay() 166 || (cmp2 < 0 && !c->left) in splay_tree_splay() 167 || (cmp2 > 0 && !c->right)) 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/ntp/ntpd/ |
| H A D | Makefile.am | 300 @grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2 301 @cmp cmp1 cmp2 > /dev/null || \ 306 @rm cmp1 cmp2
|
| H A D | Makefile.in | 1690 @grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2 1691 @cmp cmp1 cmp2 > /dev/null || \ 1696 @rm cmp1 cmp2
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-vrp.c | 910 tree cmp1, cmp2; in value_inside_range() local 921 cmp2 = fold_binary_to_constant (LE_EXPR, boolean_type_node, val, vr->max); in value_inside_range() 925 if (!cmp2) 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 2759 cmp2 = compare_values_warnv (vr0->min, vr1->max, strict_overflow_p); in compare_ranges() 2760 if ((cmp1 == -1 && cmp2 == -1) || (cmp1 == 1 && cmp2 == 1)) in compare_ranges()
|
| H A D | optabs.c | 785 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 912 cmp2 = CONST0_RTX (op1_mode); in expand_doubleword_shift() 921 cmp2 = CONST0_RTX (op1_mode); 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() 964 do_compare_rtx_and_jump (cmp1, cmp2, cmp_code, false, op1_mode, in expand_doubleword_shift()
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | md5.sum | 4121 5fc1b6eee6a98d786ad146de39bee17e sim/testsuite/sim/fr30/cmp2.cgs
|