Home
last modified time | relevance | path

Searched refs:cmp (Results 101 – 125 of 279) sorted by relevance

12345678910>>...12

/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-h8300.texi264 bclr rs,rd cmp.b #imm,rd
265 bclr rs,@@rd cmp.b rs,rd
266 bclr rs,@@abs:8 cmp.w rs,rd
267 biand #imm,rd cmp.w rs,rd
268 biand #imm,@@rd * cmp.w #imm,rd
269 biand #imm,@@abs:8 * cmp.l #imm,rd
270 bild #imm,rd * cmp.l rs,rd
359 Four H8/300 instructions (@code{add}, @code{cmp}, @code{mov},
/dragonfly/usr.bin/join/
H A Djoin.c94 static int cmp(LINE *, u_long, LINE *, u_long);
226 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf); in main()
344 if (lastlp != NULL && cmp(lp, F->joinf, lastlp, F->joinf)) { in slurp()
382 cmp(LINE *lp1, u_long fieldno1, LINE *lp2, u_long fieldno2) in cmp() function
/dragonfly/contrib/mpfr/src/
H A Dpow.c459 int cmp; in mpfr_pow() local
460 cmp = mpfr_cmpabs (x, __gmpfr_one) * MPFR_INT_SIGN (y); in mpfr_pow()
462 if (cmp > 0) in mpfr_pow()
468 else if (cmp < 0) in mpfr_pow()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-split.c450 if (niter->cmp == LT_EXPR) in compute_new_first_bound()
459 gcc_assert (niter->cmp == GT_EXPR); in compute_new_first_bound()
650 && niter.cmp != ERROR_MARK in tree_ssa_split_loops()
652 && niter.cmp != NE_EXPR in tree_ssa_split_loops()
H A Dtree-ssa-loop.h63 enum tree_code cmp; member
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c67 int cmp; in search_pp_list() local
71 cmp = PyObject_IsTrue (attr); in search_pp_list()
72 if (cmp == -1) in search_pp_list()
75 if (!cmp) in search_pp_list()
H A Dpython.c524 int cmp = PyObject_IsTrue (from_tty_obj); in execute_gdb_command() local
525 if (cmp < 0) in execute_gdb_command()
527 from_tty = cmp; in execute_gdb_command()
533 int cmp = PyObject_IsTrue (to_string_obj); in execute_gdb_command() local
534 if (cmp < 0) in execute_gdb_command()
536 to_string = cmp; in execute_gdb_command()
/dragonfly/contrib/dhcpcd/hooks/
H A Ddhcpcd-run-hooks112 if command -v cmp >/dev/null 2>&1; then
113 cmp -s "$1" "$2"
/dragonfly/lib/libc/net/
H A Dnsdispatch.c267 int cmp; in mtab_compare() local
269 cmp = strcmp(((const ns_mtab *)a)->name, ((const ns_mtab *)b)->name); in mtab_compare()
270 if (cmp != 0) in mtab_compare()
271 return (cmp); in mtab_compare()
/dragonfly/contrib/ldns/
H A Drbtree.c102 rbtree->cmp = cmpf; in ldns_rbtree_init()
254 if ((r = rbtree->cmp(data->key, node->key)) == 0) { in ldns_rbtree_insert()
526 r = rbtree->cmp(key, node->key); in ldns_rbtree_find_less_equal()
628 new_tree = ldns_rbtree_create(tree->cmp); in ldns_rbtree_split()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivcanon.c77 enum tree_code cmp; in create_canonical_iv() local
106 cmp = (exit->flags & EDGE_TRUE_VALUE) ? EQ_EXPR : NE_EXPR; in create_canonical_iv()
107 gimple_cond_set_code (cond, cmp); in create_canonical_iv()
/dragonfly/usr.sbin/nscd/
H A Dhashtable.h212 #define HASHTABLE_ENTRY_FIND_SPECIAL(name, entry, key, cmp) \ argument
213 (name##_ENTRY_FIND_SPECIAL((entry), (key), (cmp)))
/dragonfly/usr.bin/dc/
H A Dbcode.c1466 int cmp; in compare_numbers() local
1475 cmp = BN_cmp(a->number, b->number); in compare_numbers()
1482 return cmp == 0; in compare_numbers()
1484 return cmp != 0; in compare_numbers()
1486 return cmp < 0; in compare_numbers()
1488 return cmp >= 0; in compare_numbers()
1490 return cmp > 0; in compare_numbers()
1492 return cmp <= 0; in compare_numbers()
/dragonfly/bin/ls/
H A DMakefile5 SRCS= cmp.c ls.c print.c util.c
/dragonfly/contrib/gcc-4.7/
H A Dmove-if-change46 cmpprog=${CMPPROG-cmp}
/dragonfly/contrib/gcc-8.0/
H A Dmove-if-change46 cmpprog=${CMPPROG-cmp}
/dragonfly/bin/ed/test/
H A Dckscripts.sh29 if cmp -s $base.o $base.r; then :; else
/dragonfly/contrib/ncurses/include/
H A Dedit_cfg.sh62 if (cmp -s $2 $BAK)
/dragonfly/usr.bin/sort/
H A Dfile.c443 int cmp = key_coll(ka2, ka1, 0); in check() local
445 printf("; cmp1=%d", cmp); in check()
447 if (!cmp && sort_opts_vals.complex_sort && in check()
449 cmp = top_level_str_coll(s2, s1); in check()
451 printf("; cmp2=%d", cmp); in check()
456 if ((sort_opts_vals.uflag && (cmp <= 0)) || (cmp < 0)) { in check()
/dragonfly/contrib/bmake/mk/
H A Dinstall-new.mk21 if ! test -s $$target || ! cmp -s $$target $$src; then \
H A Dstage-install.sh119 cmp -s $_DIRDEP $t.dirdep && return
/dragonfly/tools/regression/bin/sh/
H A Dregress.sh22 if ! cmp -s tmp.${i} ${1}.${i}; then
/dragonfly/etc/periodic/daily/
H A D210.backup-aliases34 if ! cmp -s $bak/aliases.bak /etc/mail/aliases
/dragonfly/usr.sbin/mtree/
H A Dspec.c716 int cmp; in addchild() local
743 cmp = nodecmp(centry, cur); in addchild()
744 if (cmp == 0) { in addchild()
746 } else if (cmp > 0) { in addchild()
/dragonfly/etc/periodic/security/
H A Dsecurity.functions75 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then

12345678910>>...12