HomeSort by relevance Sort by last modified time
    Searched defs:EQ (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/clang/test/CodeGen/
2005-04-09-ComplexOps.c 7 _Bool EQ(double __complex A, double __complex B) { return A == B; }
  /external/skia/src/gpu/
gr_unittests.cpp 23 static bool EQ(const int& elem, int value) {
GrTextStrike_impl.h 25 static bool EQ(const GrTextStrike& strike, const Key& key) {
88 static bool EQ(const GrGlyph& glyph, const Key& key) {
GrBinHashKey.h 80 static bool EQ(const ENTRY& entry, const GrTBinHashKey<ENTRY, KEY_SIZE>& key) {
GrResourceCache.h 92 static bool EQ(const GrResourceKey& a, const GrResourceKey& b) {
97 inline static bool EQ(const GrResourceEntry& entry, const GrResourceKey& key);
99 inline static bool EQ(const GrResourceEntry& a, const GrResourceEntry& b);
175 bool GrResourceKey::EQ(const GrResourceEntry& entry, const GrResourceKey& key) {
176 return EQ(entry.key(), key);
183 bool GrResourceKey::EQ(const GrResourceEntry& a, const GrResourceEntry& b) {
184 return EQ(a.key(), b.key());
  /external/clang/test/SemaCXX/
warn-assignment-condition.cpp 120 #define EQ(x,y) ((x) == (y))
121 if (EQ(x, 5)) {}
122 #undef EQ
warn-unused-comparison.cpp 69 #define EQ(x,y) (x) == (y)
70 EQ(x, 5);
71 #undef EQ
  /external/dexmaker/src/main/java/com/google/dexmaker/
Comparison.java 43 EQ() {
  /external/skia/tests/
HashCacheTest.cpp 45 static bool EQ(const HashElement& entry, const HashKey& key) {
56 static bool EQ(const HashElement& a, const HashElement& b) {
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 116 #define EQ(a, b) ((a) == (b))
142 #undef EQ
163 #define EQ(a, b) (memcmp(a, b, (size_t)m->g->nstates) == 0)
  /external/llvm/lib/Support/
regexec.c 65 #define EQ(a, b) ((a) == (b))
91 #undef EQ
112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 28 EQ,
39 case EQ: return NE;
40 case NE: return EQ;
51 case EQ: return "eq";
  /external/valgrind/main/none/tests/s390x/
cgij.c 22 #define EQ 8
118 CGIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
cgrj.c 22 #define EQ 8
131 CGRJ(7,8,8,EQ) "\n\t"
cij.c 22 #define EQ 8
118 CIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
clgij.c 22 #define EQ 8
118 CLGIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
clgrj.c 22 #define EQ 8
131 CLGRJ(7,8,8,EQ) "\n\t"
clij.c 22 #define EQ 8
118 CLIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
clrj.c 22 #define EQ 8
131 CLRJ(7,8,8,EQ) "\n\t"
crj.c 22 #define EQ 8
131 CRJ(7,8,8,EQ) "\n\t"
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 63 #define EQ(a, b) ((a) == (b))
89 #undef EQ
110 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 33 EQ,
45 case NVPTXCC::EQ: return "eq";
  /cts/tools/dasm/src/dasm/
sym.java 33 static final int EQ = 64;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 30 public static final int EQ=11;
370 // $ANTLR start "EQ"
373 int _type = EQ;
388 // $ANTLR end "EQ"
510 // SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
599 // SimpleC.g:1:76: EQ
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 30 public static final int EQ=11;
370 // $ANTLR start "EQ"
373 int _type = EQ;
388 // $ANTLR end "EQ"
510 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
599 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:76: EQ
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";

Completed in 5375 milliseconds

1 2 3