Home
last modified time | relevance | path

Searched defs:CMP (Results 1 – 25 of 51) sorted by relevance

123

/netbsd/usr.bin/mail/
H A Dcmdtab.c46 # define CMP(x) #x, macro
49 # define CMP(x) macro
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dqsort.c95 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
97 #define CMP(t, x, y) (cmp((x), (y))) macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.h40 CMP, enumerator
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h50 CMP, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.h43 CMP, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.h64 CMP, enumerator
/netbsd/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmidl.c34 #define CMP(x,y) ( (x) < (y) ? -1 : (x) > (y) ) macro
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Drl78-parse.h105 CMP = 315, enumerator
225 #define CMP 315 macro
H A Drx-parse.h83 CMP = 293, enumerator
247 #define CMP 293 macro
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h114 CMP = 315, /* CMP */ enumerator
239 #define CMP 315 macro
H A Drx-parse.h92 CMP = 293, /* CMP */ enumerator
261 #define CMP 293 macro
/netbsd/usr.sbin/gspa/gspa/
H A Dgsp_inst.c68 #define CMP (DYADIC|IMMCOM) macro
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsort.cc162 #define CMP(e0, e1) \ in netsort() macro
H A Dvec.c229 #define CMP(i, j) cmp (ELT (i), ELT (j), data) in qsort_chk() macro
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvec.c229 #define CMP(i, j) cmp (ELT (i), ELT (j), data) in qsort_chk() macro
H A Dsort.cc162 #define CMP(e0, e1) \ in netsort() macro
H A Dvec.cc219 #define CMP(i, j) cmp (ELT (i), ELT (j), data) in qsort_chk() macro
/netbsd/external/bsd/blocklist/bin/
H A Dconf.c438 #define CMP(a, b, f) \ in conf_sort() macro
696 #define CMP(a, b, f) \ in conf_eq() macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp585 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, in IsInterestingCmp()
647 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local

123