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

  /src/usr.bin/tset/
map.c 54 #define LT 0x04
57 #define LE (LT | EQ)
113 mapp->conditional |= LT;
116 if (mapp->conditional & LT)
154 mapp->conditional = ~mapp->conditional & (EQ | GT | LT);
176 if (mapp->conditional & LT)
213 case LT:
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
codecs.c 113 #define LT(x, y) GT(y, x)
119 return (LT(x, 26) & (x + 'A')) |
120 (GE(x, 26) & LT(x, 52) & (x + ('a' - 26))) |
121 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '+') |
140 return (LT(x, 26) & (x + 'A')) |
141 (GE(x, 26) & LT(x, 52) & (x + ('a' - 26))) |
142 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '-') |
  /src/lib/libcrypt/
crypt-argon2.c 86 #define LT(x, y) GT(y, x)
  /src/usr.bin/xlint/lint1/
op.h 86 LT,
  /src/usr.bin/make/
cond.c 130 LT, LE, GT, GE, EQ, NE
514 case LT:
566 return par->p += 1, *out_op = LT, true;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
trinityd.h 98 # define LT(x) ((x) << 0)
  /src/sys/arch/hppa/hppa/
db_disasm.c 169 #define LT 0x4
1415 case LT: return(",<");
1446 case LT: return(",<");

Completed in 17 milliseconds