| /freebsd/lib/libc/stdlib/ |
| H A D | qsort.c | 71 #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 [all...] |
| H A D | merge.c | 59 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro 62 #define CMP(x, y) cmp(x, y) macro
|
| /freebsd/tools/test/sort/regression/ |
| H A D | Makefile | 10 CMP?= ${.CURDIR}/cmp.sh macro
|
| /freebsd/sys/libkern/ |
| H A D | qsort.c | 88 #define CMP(t, x, y) (cmp((x), (y), (t))) macro 90 #define CMP(t, x, y) (cmp((x), (y))) macro [all...] |
| /freebsd/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/tools/test/iconv/ |
| H A D | Makefile | 34 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | sys-time-macros.h | 48 #define timercmp(timeval_ptr_a, timeval_ptr_b, CMP) \ argument
|
| /freebsd/usr.sbin/nscd/ |
| H A D | hashtable.h | 157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
|
| /freebsd/contrib/blocklist/bin/ |
| H A D | conf.c | 445 #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
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 633 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree &DT, in IsInterestingCmp() 705 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
|
| /freebsd/contrib/dialog/ |
| H A D | inputstr.c | 123 #define CMP(a,b) (((a) > (b)) ? 1 : (((a) < (b)) ? -1 : 0)) macro
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLBuiltins.cpp | 60 Value *CMP; in handleHlslClip() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 88 CMP, // ARM compare instructions. enumerator
|
| /freebsd/contrib/bearssl/src/ |
| H A D | inner.h | 835 CMP(uint32_t x, uint32_t y) in CMP() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 98 CMP, enumerator
|
| H A D | X86ISelLowering.cpp | 30321 SDValue CMP = DAG.getSetCC(dl, MVT::v64i1, Zeros, R, ISD::SETGT); in LowerShiftByScalarImmediate() local 57283 if (SDValue CMP = in combineCMP() local 57428 if (SDValue CMP = combineX86SubCmpForFlags(N, SDValue(N, 1), DAG, DCI, ST)) in combineX86AddSub() local
|
| /freebsd/sys/dev/sym/ |
| H A D | sym_defs.h | 428 #define CMP 0x40 /* sta: arbitration complete */ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2995 SDValue CMP = DAG.getSetCC( in visitJumpTableHeader() local
|