Home
last modified time | relevance | path

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

/src/lib/libc/stdlib/ !
H A Dqsort.c71 #define CMP(t, x, y) (cmp((x), (y), (t))) macro
73 #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
H A Dmerge.c59 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
62 #define CMP(x, y) cmp(x, y) macro
/src/tools/test/sort/regression/ !
H A DMakefile10 CMP?= ${.CURDIR}/cmp.sh macro
/src/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
/src/sys/libkern/ !
H A Dqsort.c88 #define CMP(t, x, y) (cmp((x), (y), (t))) macro
90 #define CMP(t, x, y) (cmp((x), (y))) macro
/src/contrib/llvm-project/llvm/lib/Target/ARC/ !
H A DARCISelLowering.h40 CMP, enumerator
/src/tools/test/iconv/ !
H A DMakefile34 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
/src/contrib/llvm-project/llvm/lib/Target/MSP430/ !
H A DMSP430ISelLowering.h50 CMP, enumerator
/src/contrib/llvm-project/llvm/lib/Target/M68k/ !
H A DM68kISelLowering.h43 CMP, enumerator
/src/contrib/llvm-project/llvm/lib/Target/AVR/ !
H A DAVRISelLowering.h66 CMP, enumerator
/src/usr.sbin/nscd/ !
H A Dhashtable.h157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
/src/contrib/blocklist/bin/ !
H A Dconf.c445 #define CMP(a, b, f) \ in conf_sort() macro
702 #define CMP(a, b, f) \ in conf_eq() macro
722 #define CMP(a, b, f) \ in conf_match() macro
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ !
H A DSanitizerCoverage.cpp594 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree &DT, in IsInterestingCmp()
663 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
/src/contrib/dialog/ !
H A Dinputstr.c123 #define CMP(a,b) (((a) > (b)) ? 1 : (((a) < (b)) ? -1 : 0)) macro
/src/contrib/llvm-project/llvm/lib/Target/ARM/ !
H A DARMISelLowering.h87 CMP, // ARM compare instructions. enumerator
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86ISelLowering.h85 CMP, enumerator
H A DX86ISelLowering.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
/src/contrib/bearssl/src/ !
H A Dinner.h835 CMP(uint32_t x, uint32_t y) in CMP() function
/src/sys/dev/sym/ !
H A Dsym_defs.h428 #define CMP 0x40 /* sta: arbitration complete */ macro
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DSelectionDAGBuilder.cpp3024 SDValue CMP = DAG.getSetCC( in visitJumpTableHeader() local