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

/freebsd-current/tools/test/sort/regression/
H A DMakefile11 CMP?= ${.CURDIR}/cmp.sh macro
/freebsd-current/tools/test/iconv/
H A DMakefile35 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
/freebsd-current/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-current/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
[all...]
/freebsd-current/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
[all...]
H A Dmerge.c59 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
62 #define CMP(x, y) cmp(x, y) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h66 CMP, enumerator in enum:llvm::AVRISD::NodeType
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h43 CMP, enumerator in enum:llvm::M68kISD::NodeType
/freebsd-current/contrib/dialog/
H A Dinputstr.c123 #define CMP(a,b) (((a) > (b)) ? 1 : (((a) < (b)) ? -1 : 0)) macro
/freebsd-current/contrib/blocklist/bin/
H A Dconf.c438 #define CMP(a, b, f) \ macro
449 #undef CMP macro
698 #define CMP( macro
709 #undef CMP macro
[all...]
/freebsd-current/contrib/bearssl/src/
H A Dinner.h835 CMP(uint32_t x, uint32_t y) function
/freebsd-current/sys/dev/sym/
H A Dsym_defs.h428 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2832 SDValue CMP = DAG.getSetCC( local

Completed in 164 milliseconds