| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | qsort.c | 74 #define CMP(t, x, y) (cmp((x), (y), (t))) macro 76 #define CMP(t, x, y) (cmp((t), (x), (y))) macro 78 #define CMP(t, x, y) (cmp((x), (y), (t))) macro 80 #define CMP(t, x, y) (cmp((x), (y))) macro
|
| H A D | merge.c | 62 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro 65 #define CMP(x, y) cmp(x, y) macro
|
| /freebsd-14.2/tools/test/sort/regression/ |
| H A D | Makefile | 11 CMP?= ${.CURDIR}/cmp.sh macro
|
| /freebsd-14.2/sys/libkern/ |
| H A D | qsort.c | 89 #define CMP(t, x, y) (cmp((x), (y), (t))) macro 91 #define CMP(t, x, y) (cmp((x), (y))) macro
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | qsort.c | 93 #define CMP(t, x, y) (cmp((t), (x), (y))) macro 95 #define CMP(t, x, y) (cmp((x), (y))) macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.h | 40 CMP, enumerator
|
| /freebsd-14.2/tools/test/iconv/ |
| H A D | Makefile | 35 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 50 CMP, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 43 CMP, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 66 CMP, enumerator
|
| /freebsd-14.2/usr.sbin/nscd/ |
| H A D | hashtable.h | 157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
|
| /freebsd-14.2/contrib/blocklist/bin/ |
| H A D | conf.c | 438 #define CMP(a, b, f) \ in conf_sort() macro 698 #define CMP(a, b, f) \ in conf_eq() macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 591 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, in IsInterestingCmp() 657 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | inputstr.c | 123 #define CMP(a,b) (((a) > (b)) ? 1 : (((a) < (b)) ? -1 : 0)) macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 87 CMP, // ARM compare instructions. enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 85 CMP, enumerator
|
| H A D | X86ISelLowering.cpp | 28999 SDValue CMP = DAG.getSetCC(dl, MVT::v64i1, Zeros, R, ISD::SETGT); in LowerShiftByScalarImmediate() local
|
| /freebsd-14.2/contrib/bearssl/src/ |
| H A D | inner.h | 835 CMP(uint32_t x, uint32_t y) in CMP() function
|
| /freebsd-14.2/sys/dev/sym/ |
| H A D | sym_defs.h | 428 #define CMP 0x40 /* sta: arbitration complete */ macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2832 SDValue CMP = DAG.getSetCC( in visitJumpTableHeader() local
|