Home
last modified time | relevance | path

Searched refs:CMP (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
119 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
120 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp()
121 -1, CMP, CMP, CMP in strverscmp()
144 case CMP: in strverscmp()
/freebsd-12.1/lib/libc/stdlib/
H A Dqsort.c69 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
71 #define CMP(t, x, y) (cmp((x), (y))) macro
81 return CMP(thunk, a, b) < 0 ? in med3()
82 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a )) in med3()
83 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c )); in med3()
105 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in qsort_r()
128 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r()
136 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r()
154 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in qsort_r()
H A Dmerge.c65 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
68 #define CMP(x, y) cmp(x, y) macro
160 if (CMP(f1, f2) <= 0) { in mergesort_b()
179 CMP(q, p) <= sense) in mergesort_b()
184 } else if (CMP(q, p) <= sense) { in mergesort_b()
193 if (CMP(q, p = b + i) <= sense) in mergesort_b()
200 if (CMP(q, in mergesort_b()
301 sense = (CMP(f1, f1 + size) > 0); in setup()
306 if ((CMP(f2, f2+ size) > 0) != sense) in setup()
338 if (CMP (f1, f1 + size) > 0) in setup()
[all …]
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dqsort.c93 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
95 #define CMP(t, x, y) (cmp((x), (y))) macro
105 return CMP(thunk, a, b) < 0 ? in med3()
106 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a )) in med3()
107 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c )); in med3()
129 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in rk_qsort_r()
159 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in rk_qsort_r()
177 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
/freebsd-12.1/sys/libkern/
H A Dqsort.c91 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
93 #define CMP(t, x, y) (cmp((x), (y))) macro
103 return CMP(thunk, a, b) < 0 ? in med3()
104 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a )) in med3()
105 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c )); in med3()
128 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in qsort_r()
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r()
159 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r()
177 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in qsort_r()
/freebsd-12.1/contrib/byacc/test/
H A Drun_test.sh12 CMP=${REF_DIR}/${NEW}
13 if test ! -f $CMP
15 echo "...not found $CMP"
25 < $CMP >$tmpfile \
26 && mv $tmpfile $CMP
29 mv $CMP $REF
31 elif ( cmp -s $REF $CMP )
34 rm -f $CMP
37 diff -u $REF $CMP
/freebsd-12.1/tools/test/sort/regression/
H A DMakefile12 CMP?= ${.CURDIR}/cmp.sh macro
19 @${CMP} ref/${f} output/${f}
25 @${CMP} ref/${f}${opt} output/${f}${opt}
/freebsd-12.1/contrib/blacklist/bin/
H A Dconf.c433 #define CMP(a, b, f) \ in conf_sort() macro
438 CMP(c1, c2, c_lmask); in conf_sort()
439 CMP(c1, c2, c_port); in conf_sort()
440 CMP(c1, c2, c_proto); in conf_sort()
442 CMP(c1, c2, c_rmask); in conf_sort()
443 CMP(c1, c2, c_uid); in conf_sort()
444 #undef CMP in conf_sort()
694 #define CMP(a, b, f) \ in conf_eq() macro
701 CMP(c1, c2, c_port); in conf_eq()
704 CMP(c1, c2, c_uid); in conf_eq()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S34 CMP X2, #0
78 CMP X2, #0
122 CMP X2, #0
H A Dxray_trampoline_arm.S27 CMP r2, #0
58 CMP r2, #0
88 CMP r2, #0
/freebsd-12.1/tools/test/iconv/
H A DMakefile36 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
52 @${CMP} ref/${enc} output/${enc}
55 @${CMP} ref/${enc}-rev output/${enc}-rev
/freebsd-12.1/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh93 log_must $CMP $tf1 $tf2
100 log_must $CMP $tf1 $tf2
/freebsd-12.1/usr.sbin/nscd/
H A Dhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
176 sizeof(type), CMP); \
183 the_entry->field.size, sizeof(type), CMP)); \
/freebsd-12.1/sys/gnu/dts/arm/
H A Dsama5d36ek_cmp.dts2 * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board
49 model = "Atmel SAMA5D36EK-CMP";
/freebsd-12.1/contrib/bearssl/src/int/
H A Di32_decmod.c59 r = MUX(EQ(r, 0), (uint32_t)CMP(xb, mb), r); in br_i32_decode_mod()
H A Di15_decmod.c97 cc = (uint32_t)CMP(xw, m[v]); in br_i15_decode_mod()
H A Di31_decmod.c97 cc = (uint32_t)CMP(xw, m[v]); in br_i31_decode_mod()
/freebsd-12.1/contrib/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S74 ce = CMP.GT(expa, expb);
173 ce = CMP.GT(expa, expb);
H A Dfastmath2_dlib_asm.S83 ce = CMP.GT(expa, expb);
184 ce = CMP.GT(expa, expb);
H A Dfastmath_dlib_asm.S91 ce = CMP.GT(expa, expb);
226 ce = CMP.GT(expa, expb);
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename.kshlib113 $CMP $src $tgt >/dev/null 2>&1
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCISelLowering.h41 CMP, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h51 CMP, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.h55 CMP, enumerator
/freebsd-12.1/sys/dev/ncr/
H A Dncrreg.h201 #define CMP 0x40 /* sta: arbitration complete */ macro

123