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

/freebsd-12-stable/tools/test/sort/regression/
H A DMakefile12 CMP?= ${.CURDIR}/cmp.sh macro
/freebsd-12-stable/tools/test/iconv/
H A DMakefile36 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h54 CMP, enumerator in enum:llvm::AVRISD::NodeType
/freebsd-12-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-12-stable/lib/libc/stdlib/
H A Dqsort.c69 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
71 #define CMP(t, x, y) (cmp((x), (y))) macro
[all...]
H A Dmerge.c65 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
68 #define CMP(x, y) cmp(x, y) macro
[all...]
/freebsd-12-stable/sys/libkern/
H A Dqsort.c91 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
93 #define CMP(t, x, y) (cmp((x), (y))) macro
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp557 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, argument
/freebsd-12-stable/contrib/bearssl/src/
H A Dinner.h815 CMP(uint32_t x, uint32_t y) function
/freebsd-12-stable/sys/dev/ncr/
H A Dncrreg.h201 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-12-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-12-stable/sys/dev/sym/
H A Dsym_defs.h429 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2478 SDValue CMP = DAG.getSetCC( local

Completed in 168 milliseconds