Home
last modified time | relevance | path

Searched refs:NEQ (Results 1 – 25 of 25) sorted by relevance

/external/libusb/msvc/
Dappveyor.bat4 if [%Configuration%] NEQ [Debug] goto releasex64
5 if [%Configuration%] NEQ [Release] goto debugx64
8 if [%Platform%] NEQ [x64] goto debugWin32
9 if [%Configuration%] NEQ [Debug] exit 0
14 if [%Platform%] NEQ [x64] goto releaseWin32
15 if [%Configuration%] NEQ [Release] exit 0
20 if [%Platform%] NEQ [Win32] exit 0
21 if [%Configuration%] NEQ [Debug] exit 0
25 if [%Platform%] NEQ [Win32] exit 0
26 if [%Configuration%] NEQ [Release] exit 0
/external/libusb/
Dappveyor_minGW.bat4 if [%Configuration%] NEQ [Debug] goto releasex64
7 if [%Platform%] NEQ [x64] goto releaseWin32
8 if [%Configuration%] NEQ [Release] exit 0
17 if [%Platform%] NEQ [Win32] exit 0
18 if [%Configuration%] NEQ [Release] exit 0
Dappveyor_cygwin.bat4 if [%Configuration%] NEQ [Debug] goto releaseWin32
7 if [%Platform%] NEQ [Win32] exit 0
8 if [%Configuration%] NEQ [Release] exit 0
/external/iproute2/misc/
Dssfilter.y42 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND MARKMASK FWMARK
85 | DPORT NEQ HOSTCOND
110 | SPORT NEQ HOSTCOND
118 | FWMARK NEQ MARKMASK
265 return NEQ; in yylex()
/external/javassist/src/main/javassist/compiler/ast/
DExpr.java73 else if (NEQ <= id && id <= ARSHIFT_E) in getName()
74 return opNames[id - NEQ]; in getName()
/external/libpcap/
Dgrammar.h103 NEQ = 313, enumerator
225 #define NEQ 313 macro
Dgrammar.y311 %token GEQ LEQ NEQ
667 | NEQ { $$ = BPF_JEQ; }
Dscanner.l382 "!=" return NEQ;
Dgrammar.c406 NEQ = 313, enumerator
528 #define NEQ 313 macro
Dscanner.c3713 return NEQ;
/external/skia/src/sksl/
DSkSLToken.h62 NEQ, enumerator
163 case Token::NEQ: return String("!="); in OperatorName()
Dsksl.flex178 "!=" { return SkSL::Token::NEQ; }
DSkSLIRGenerator.cpp962 case Token::NEQ: in determine_binary_type()
1126 case Token::NEQ: return RESULT(Bool, !=); in constantFold()
1149 case Token::NEQ: return RESULT(Bool, !=); in constantFold()
1175 case Token::NEQ: in constantFold()
1192 case Token::NEQ: in constantFold()
DSkSLGLSLCodeGenerator.cpp391 case Token::NEQ: return GLSLCodeGenerator::kEquality_Precedence; in GetBinaryPrecedence()
Dlex.sksl.c1365 { return SkSL::Token::NEQ; }
DSkSLParser.cpp1525 case Token::NEQ: { in equalityExpression()
DSkSLSPIRVCodeGenerator.cpp2206 case Token::NEQ: in writeBinaryExpression()
/external/javassist/src/main/javassist/compiler/
DTokenId.java68 int NEQ = 350; // != field
DLex.java355 = { NEQ, 0, 0, 0, MOD_E, AND_E, 0, 0,
DCodeGen.java1183 NEQ, IF_ICMPNE, IF_ICMPEQ,
1190 NEQ, IFNE, IFEQ,
1212 else if (token == NEQ) in compareExpr()
DParser.java837 else if (c == EQ || c == NEQ) in getOpPrecedence()
/external/flatbuffers/android/jni/
Dbuild_flatc.bat62 if %ERRORLEVEL% NEQ 0 (
/external/eigen/Eigen/src/plugins/
DArrayCwiseBinaryOps.h207 EIGEN_MAKE_CWISE_COMP_OP(operator!=, NEQ)
/external/libxml2/win32/
DMakefile.msvc438 @if %ERRORLEVEL% NEQ 0 @( \
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp8517 SDValue ORD, NEQ; in LowerVSETCC() local
8519 NEQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(4, MVT::i8)); in LowerVSETCC()
8520 return DAG.getNode(ISD::AND, dl, VT, ORD, NEQ); in LowerVSETCC()