Home
last modified time | relevance | path

Searched defs:CMP (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/lib/libc/stdlib/
HDqsort.c73 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
75 #define CMP(t, x, y) (cmp((x), (y), (t))) macro
77 #define CMP(t, x, y) (cmp((x), (y))) macro
HDmerge.c63 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
66 #define CMP(x, y) cmp(x, y) macro
/freebsd-13-stable/tools/test/sort/regression/
HDMakefile11 CMP?= ${.CURDIR}/cmp.sh macro
/freebsd-13-stable/crypto/heimdal/lib/roken/
HDqsort.c93 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
95 #define CMP(t, x, y) (cmp((x), (y))) macro
/freebsd-13-stable/sys/libkern/
HDqsort.c89 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
91 #define CMP(t, x, y) (cmp((x), (y))) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCISelLowering.h40 CMP, enumerator
/freebsd-13-stable/tools/test/iconv/
HDMakefile35 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.h50 CMP, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.h43 CMP, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.h66 CMP, enumerator
/freebsd-13-stable/usr.sbin/nscd/
HDhashtable.h157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
/freebsd-13-stable/contrib/blacklist/bin/
HDconf.c435 #define CMP(a, b, f) \ in conf_sort() macro
696 #define CMP(a, b, f) \ in conf_eq() macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDSanitizerCoverage.cpp594 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree &DT, in IsInterestingCmp()
663 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
/freebsd-13-stable/contrib/dialog/
HDinputstr.c123 #define CMP(a,b) (((a) > (b)) ? 1 : (((a) < (b)) ? -1 : 0)) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h87 CMP, // ARM compare instructions. enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h85 CMP, enumerator
HDX86ISelLowering.cpp29295 SDValue CMP = DAG.getSetCC(dl, MVT::v64i1, Zeros, R, ISD::SETGT); in LowerShiftByScalarImmediate() local
55164 if (SDValue CMP = in combineCMP() local
55309 if (SDValue CMP = combineX86SubCmpForFlags(N, SDValue(N, 1), DAG, DCI, ST)) in combineX86AddSub() local
/freebsd-13-stable/contrib/bearssl/src/
HDinner.h835 CMP(uint32_t x, uint32_t y) in CMP() function
/freebsd-13-stable/sys/dev/sym/
HDsym_defs.h428 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp3024 SDValue CMP = DAG.getSetCC( in visitJumpTableHeader() local