Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.spell.c91 #define EQ(s,t) (StrQcmp(s,t) == 0) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h26 EQ = 0x1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h29 EQ, enumerator
155 EQ = 0, enumerator
/freebsd/contrib/nvi/regex/
H A Dregexec.c68 #define EQ(a, b) ((a) == (b)) macro
115 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c65 #define EQ(a, b) ((a) == (b)) macro
112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/freebsd/contrib/kyua/utils/format/
H A Dformatter_test.cpp95 #define EQ(expected, formatter) ATF_REQUIRE_EQ(expected, (formatter).str()) macro
/freebsd/lib/libc/regex/
H A Dregexec.c99 #define EQ(a, b) ((a) == (b)) macro
151 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h31 EQ, // Equal Equal enumerator
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c109 #define EQ(x, y) \ macro
/freebsd/contrib/ncurses/progs/
H A Dtset.c213 #define EQ 0x02 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h88 EQ = 2, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h267 enum class OMPAtomicCompareOp : unsigned { EQ, MIN, MAX }; enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2500 for (const auto EQ : EQClassesVector) in FlushReports() local
2949 BugReportEquivClass* EQ = EQClasses.FindNodeOrInsertPos(ID, InsertPos); in emitReport() local
2998 BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass()
3101 void BugReporter::FlushReport(BugReportEquivClass& EQ) { in FlushReport()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h256 EQ = 0x0, // Equal Equal enumerator
/freebsd/contrib/bmake/
H A Dcond.c130 LT, LE, GT, GE, EQ, NE enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp669 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h494 EQ, ///< Equality comparison. enumerator
/freebsd/contrib/lua/src/
H A Dltests.c1378 #define EQ(s1) (strcmp(s1, inst) == 0) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp132 EQ = 0x01, enumerator
H A DHexagonConstPropagation.cpp331 EQ = 0x01, enumerator
[all...]
/freebsd/contrib/bearssl/src/
H A Dinner.h779 EQ(uint32_t x, uint32_t y) in EQ() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h919 EQ, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h1064 bool EQ(InterpState &S, CodePtr OpPC) { in EQ() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9842 EQ = 0x10, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23635 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1); in LowerVSETCC() local