HomeSort by: relevance | last modified time | path
    Searched defs:GE (Results 1 - 8 of 8) sorted by relevancy

  /src/tools/m4/bootstrap/
parser.h 8 #define GE 264
parser.c 58 #define GE 264
254 0,0,0,0,0,0,0,0,0,0,0,0,0,"NUMBER","ERROR","LOR","LAND","EQ","NE","LE","GE",
270 "expr : expr GE expr",
  /src/usr.bin/tset/
map.c 56 #define GE (GT | EQ)
204 case GE:
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
codecs.c 112 #define GE(x, y) (GT(y, x) ^ 0xFF)
114 #define LE(x, y) GE(y, x)
120 (GE(x, 26) & LT(x, 52) & (x + ('a' - 26))) |
121 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '+') |
129 (GE(c, 'A') & LE(c, 'Z') & (c - 'A')) |
130 (GE(c, 'a') & LE(c, 'z') & (c - ('a' - 26))) |
131 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) |
141 (GE(x, 26) & LT(x, 52) & (x + ('a' - 26))) |
142 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '-') |
150 (GE(c, 'A') & LE(c, 'Z') & (c - 'A'))
    [all...]
  /src/lib/libcrypt/
crypt-argon2.c 85 #define GE(x, y) (GT(y, x) ^ 0xFF)
87 #define LE(x, y) GE(y, x)
94 x = (GE(c, 'A') & LE(c, 'Z') & (c - 'A')) |
95 (GE(c, 'a') & LE(c, 'z') & (c - ('a' - 26))) |
96 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) |
  /src/usr.bin/xlint/lint1/
op.h 89 GE,
  /src/usr.bin/make/
cond.c 130 LT, LE, GT, GE, EQ, NE
520 case GE:
568 return par->p += 2, *out_op = GE, true;
  /src/sys/arch/hppa/hppa/
db_disasm.c 179 #define GE 0x5
1422 case GE: return(",>=");
1453 case GE: return(",>=");

Completed in 22 milliseconds