Searched defs:CMP (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c433 #define CMP(a, b, f) \ macro
444 #undef CMP macro
694 #define CMP( macro
705 #undef CMP macro
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
[all...]
/freebsd-11-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
[all...]
/freebsd-11-stable/crypto/openssh/
H A Ddeattack.c68 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE)) macro
/freebsd-11-stable/lib/libc/stdlib/
H A Dmerge.c63 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
66 #define CMP(x, y) cmp(x, y) macro
[all...]
H A Dqsort.c67 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
69 #define CMP(t, x, y) (cmp((x), (y))) macro
[all...]
/freebsd-11-stable/sys/dev/ncr/
H A Dncrreg.h201 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-11-stable/sys/dev/sym/
H A Dsym_defs.h427 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-11-stable/sys/libkern/
H A Dqsort.c89 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
91 #define CMP(t, x, y) (cmp((x), (y))) macro
[all...]
/freebsd-11-stable/tools/test/iconv/
H A DMakefile36 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
/freebsd-11-stable/tools/test/sort/regression/
H A DMakefile12 CMP?= ${.CURDIR}/cmp.sh macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2478 SDValue CMP = DAG.getSetCC( local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1520 auto CMP = BuildMI(MBB, I, I.getDebugLoc(), TII.get(AArch64::ANDSWri)) local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h54 CMP, enumerator in enum:llvm::AVRISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp557 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, argument

Completed in 269 milliseconds