| /src/tools/m4/bootstrap/ |
| parser.h | 5 #define EQ 261
|
| parser.c | 55 #define EQ 261 254 0,0,0,0,0,0,0,0,0,0,0,0,0,"NUMBER","ERROR","LOR","LAND","EQ","NE","LE","GE", 271 "expr : expr EQ expr",
|
| /src/usr.bin/make/unit-tests/ |
| directive-export-gmake.mk | 90 EQ= = 92 export EQ_VAR${EQ}eq-value
|
| /src/external/bsd/kyua-cli/dist/utils/format/ |
| formatter_test.cpp | 95 #define EQ(expected, formatter) ATF_REQUIRE_EQ(expected, (formatter).str()) 101 EQ("Plain string", F("Plain string")); 108 EQ("foo", F("%sfoo") % ""); 109 EQ(" foo", F("%sfoo") % " "); 110 EQ("foo ", F("foo %s") % ""); 111 EQ("foo bar", F("foo %s") % "bar"); 112 EQ("foo bar baz", F("foo %s baz") % "bar"); 113 EQ("foo %s %s", F("foo %s %s") % "%s" % "%s"); 120 EQ("", F("%s%s") % "" % ""); 121 EQ("foo", F("%s%s%s") % "" % "foo" % "") [all...] |
| /src/usr.bin/tset/ |
| map.c | 53 #define EQ 0x02 56 #define GE (GT | EQ) 57 #define LE (LT | EQ) 122 mapp->conditional |= EQ; 154 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); 172 if (mapp->conditional & EQ) { 201 case EQ:
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Interp.h | 156 // EQ, NE, GT, GE, LT, LE 216 bool EQ(InterpState &S, CodePtr OpPC) {
|
| /src/external/apache2/llvm/dist/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)
|
| /src/external/bsd/nvi/dist/regex/ |
| regexec.c | 80 #define EQ(a, b) ((a) == (b)) 106 #undef EQ 127 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
|
| /src/lib/libc/regex/ |
| regexec.c | 124 #define EQ(a, b) ((a) == (b)) 153 #undef EQ 176 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
| codecs.c | 109 #define EQ(x, y) \ 121 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '+') | 122 (EQ(x, 63) & '/'); 131 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) | 132 (EQ(c, '/') & 63); 134 return x | (EQ(x, 0) & (EQ(c, 'A') ^ 0xFF)); 142 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '-') | 143 (EQ(x, 63) & '_'); 152 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '-') & 62) [all...] |
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| encoding.c | 74 #define EQ(x, y) ((((0U - ((unsigned)(x) ^ (unsigned)(y))) >> 8) & 0xFF) ^ 0xFF) 86 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '+') | 87 (EQ(x, 63) & '/'); 99 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) | 100 (EQ(c, '/') & 63); 101 return x | (EQ(x, 0) & (EQ(c, 'A') ^ 0xFF));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
| ARCInfo.h | 26 EQ = 0x1, 41 Z = 0x11, // Low 4-bits = EQ
|
| /src/lib/libcrypt/ |
| crypt-argon2.c | 83 #define EQ(x, y) ((((0U - ((unsigned)(x) ^ (unsigned)(y))) >> 8) & 0xFF) ^ 0xFF) 96 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) | 97 (EQ(c, '/') & 63); 98 return x | (EQ(x, 0) & (EQ(c, 'A') ^ 0xFF));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| ARMBaseInfo.h | 31 EQ, // Equal Equal 51 case EQ: return NE; 52 case NE: return EQ; 74 case ARMCC::EQ: return ARMCC::EQ; 148 case ARMCC::EQ: return "eq"; 169 .Case("eq", ARMCC::EQ)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| paired.h | 63 #define EQ 2 67 #define paired_cmpu0_eq(a,b) __builtin_paired_cmpu0 (EQ, (a), (b)) 71 #define paired_cmpu1_eq(a,b) __builtin_paired_cmpu1 (EQ, (a), (b))
|
| /src/external/lgpl3/gmp/dist/demos/calc/ |
| calc.h | 78 EQ = 279, /* EQ */ 113 #define EQ 279
|
| /src/usr.bin/mail/ |
| mime_codecs.c | 479 #define EQ Q /* '=' must be quoted */ 488 N, N, N, N, N, N, N, N, N, N, N, N, N,EQ, N, N, 521 #undef EQ
|
| /src/usr.bin/xlint/lint1/ |
| op.h | 90 EQ,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dojump.cc | 195 && !can_compare_p (EQ, int_mode, ccp_jump)) 199 do_compare_and_jump (op0, op1, EQ, EQ, if_false_label, if_true_label, 761 do_compare_rtx_and_jump (part, const0_rtx, EQ, 1, NULL, word_mode, 772 const0_rtx, EQ, 1, NULL, word_mode, NULL_RTX, 816 EQ, 0, NULL, word_mode, NULL_RTX, 872 case EQ: 898 *code2 = EQ; 998 || (! HONOR_SNANS (mode) && (code == EQ || code == NE)))) 1101 case EQ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dojump.cc | 195 && !can_compare_p (EQ, int_mode, ccp_jump)) 199 do_compare_and_jump (op0, op1, EQ, EQ, if_false_label, if_true_label, 763 do_compare_rtx_and_jump (part, const0_rtx, EQ, 1, word_mode, 774 const0_rtx, EQ, 1, word_mode, NULL_RTX, 818 EQ, 0, word_mode, NULL_RTX, 874 case EQ: 900 *code2 = EQ; 983 || (! HONOR_SNANS (mode) && (code == EQ || code == NE)))) 1086 case EQ [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
| FuzzerUnittest.cpp | 631 void EQ(const Vector<uint32_t> &A, const Vector<uint32_t> &B) { 635 void EQ(const Vector<std::string> &A, const Vector<std::string> &B) { 651 EQ(NewFiles, Result); 689 EQ(M.Files[0].Features, {1, 2, 3}); 690 EQ(M.Files[1].Features, {4, 5, 6}); 704 EQ(M.Files[0].Features, {1, 2, 3}); 705 EQ(M.Files[1].Features, {4, 5, 6}); 706 EQ(M.Files[2].Features, {1, 3, 6}); 708 EQ(NewFiles, {}); 715 EQ(M.Files[0].Features, {1, 2, 3}) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DependenceAnalysis.h | 91 EQ = 2,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTX.h | 28 EQ, 150 EQ = 0,
|
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.h | 169 enum { NUMBER = 257, UNUMBER, LS, RS, EQ, NE, STRING, WSPACE, CMNT, IDENT,
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| node.h | 176 #define EQ 25
|