Searched refs:CMP (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/lib/libc/stdlib/
H A Dqsort.c75 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
77 #define CMP(t, x, y) (cmp((x), (y), (t))) macro
79 #define CMP(t, x, y) (cmp((x), (y))) macro
89 return CMP(thunk, a, b) < 0 ?
90 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
91 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
116 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
139 while (pb <= pc && (cmp_result = CMP(thun
[all...]
H A Dmerge.c65 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
68 #define CMP(x, y) cmp(x, y) macro
158 if (CMP(f1, f2) <= 0) {
168 while ((b += size) < t && CMP(q, b) >sense)
177 CMP(q, p) <= sense)
182 } else if (CMP(q, p) <= sense) {
191 if (CMP(q, p = b + i) <= sense)
198 if (CMP(q,
299 sense = (CMP(f1, f1 + size) > 0);
304 if ((CMP(f
[all...]
/freebsd-13-stable/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-13-stable/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 ?
104 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
105 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
128 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
159 while (pb <= pc && (cmp_result = CMP(thun
[all...]
/freebsd-13-stable/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 ?
106 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
107 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
129 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
159 while (pb <= pc && (cmp_result = CMP(thun
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh93 log_must $CMP $tf1 $tf2
100 log_must $CMP $tf1 $tf2
/freebsd-13-stable/contrib/byacc/test/
H A Drun_test.sh12 CMP=${REF_DIR}/${NEW}
13 if test ! -f $CMP
15 echo "...not found $CMP"
28 < $CMP >$tmpfile \
29 && mv $tmpfile $CMP
32 mv $CMP $REF
34 elif ( cmp -s $REF $CMP )
37 rm -f $CMP
40 diff -u $REF $CMP
/freebsd-13-stable/contrib/bearssl/src/int/
H A Di32_decmod.c59 r = MUX(EQ(r, 0), (uint32_t)CMP(xb, mb), r);
H A Di15_decmod.c97 cc = (uint32_t)CMP(xw, m[v]);
H A Di31_decmod.c97 cc = (uint32_t)CMP(xw, m[v]);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S39 CMP X2, #0
92 CMP X2, #0
141 CMP X2, #0
H A Dxray_trampoline_arm.S28 CMP r2, #0
60 CMP r2, #0
91 CMP r2, #0
/freebsd-13-stable/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-13-stable/contrib/blacklist/bin/
H A Dconf.c433 #define CMP(a, b, f) \ macro
437 CMP(c1, c2, c_ss.ss_family);
438 CMP(c1, c2, c_lmask);
439 CMP(c1, c2, c_port);
440 CMP(c1, c2, c_proto);
441 CMP(c1, c2, c_family);
442 CMP(c1, c2, c_rmask);
443 CMP(c1, c2, c_uid);
444 #undef CMP macro
694 #define CMP( macro
705 #undef CMP macro
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename.kshlib113 $CMP $src $tgt >/dev/null 2>&1
/freebsd-13-stable/usr.sbin/nscd/
H A Dhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \
176 sizeof(type), CMP); \
183 the_entry->field.size, sizeof(type), CMP)); \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h39 // CMP
40 CMP,
H A DARCISelLowering.cpp147 case ARCISD::CMP:
148 return "ARCISD::CMP";
172 SDValue Cmp = DAG.getNode(ARCISD::CMP, dl, MVT::Glue, LHS, RHS);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S73 ce = CMP.GT(expa, expb);
172 ce = CMP.GT(expa, expb);
H A Dfastmath2_dlib_asm.S82 ce = CMP.GT(expa, expb);
183 ce = CMP.GT(expa, expb);
H A Dfastmath_dlib_asm.S90 ce = CMP.GT(expa, expb);
225 ce = CMP.GT(expa, expb);
/freebsd-13-stable/contrib/dialog/
H A Dinputstr.c123 #define CMP(a,b) (((a) > (b)) ? 1 : (((a) < (b)) ? -1 : 0)) macro
130 int result = CMP(p->cache_num, q->cache_num);
132 result = CMP(p->string_at, q->string_at);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h50 /// condition code, and operand 3 is the flag operand produced by a CMP
54 CMP, enumerator in enum:llvm::AVRISD::NodeType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h49 /// CMP - Compare instruction.
50 CMP,
53 /// operand produced by a CMP instruction.
58 /// condition code, and operand 3 is the flag operand produced by a CMP
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp128 cl::desc("Tracing of CMP and similar instructions"),
597 // * CMP instructions that feed into loop backedge branch.
601 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, argument
604 if (CMP->hasOneUse())
605 if (auto BR = dyn_cast<BranchInst>(CMP->user_back()))
663 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst))
664 if (IsInterestingCmp(CMP, DT, Options))

Completed in 280 milliseconds

12