| /src/usr.bin/tset/ |
| map.c | 52 #define GT 0x01 56 #define GE (GT | EQ) 111 if (mapp->conditional & GT) 118 mapp->conditional |= GT; 154 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); 168 if (mapp->conditional & GT) { 169 (void)printf("GT"); 207 case GT:
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
| codecs.c | 111 #define GT(x, y) ((((unsigned int) (y) - (unsigned int) (x)) >> 8) & 0xFF) 112 #define GE(x, y) (GT(y, x) ^ 0xFF) 113 #define LT(x, y) GT(y, x)
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| encoding.c | 75 #define GT(x, y) ((((unsigned)(y) - (unsigned)(x)) >> 8) & 0xFF) 76 #define GE(x, y) (GT(y, x) ^ 0xFF) 77 #define LT(x, y) GT(y, x)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
| ARCInfo.h | 34 GT = 0x9,
|
| /src/lib/libcrypt/ |
| crypt-argon2.c | 84 #define GT(x, y) ((((unsigned)(y) - (unsigned)(x)) >> 8) & 0xFF) 85 #define GE(x, y) (GT(y, x) ^ 0xFF) 86 #define LT(x, y) GT(y, x)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| ARMBaseInfo.h | 43 GT, // Greater than Greater than 63 case GT: return LE; 64 case LE: return GT; 81 case ARMCC::LT: return ARMCC::GT; 82 case ARMCC::GT: return ARMCC::LT; 160 case ARMCC::GT: return "gt"; 183 .Case("gt", ARMCC::GT)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| paired.h | 62 #define GT 1 69 #define paired_cmpu0_gt(a,b) __builtin_paired_cmpu0 (GT, (a), (b)) 73 #define paired_cmpu1_gt(a,b) __builtin_paired_cmpu1 (GT, (a), (b))
|
| /src/usr.bin/xlint/lint1/ |
| op.h | 88 GT,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DependenceAnalysis.h | 93 GT = 4,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTX.h | 32 GT, 154 GT,
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| node.h | 181 #define GT 30
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| MemRegion.cpp | 961 const Type *GT = GQT.getTypePtrOrNull(); 964 if (GT && GQT.isConstQualified() && GT->isArithmeticType())
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/ |
| AArch64BaseInfo.h | 248 GT = 0xc, // Greater than Greater than 277 case GT: return "gt"; 311 case GT: return 0; // Z == 0 && N == V
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| decode.h | 49 GT = 0xc, /* meaning Z == 0 && N == V */
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| decode.h | 49 GT = 0xc, /* meaning Z == 0 && N == V */
|
| /src/usr.bin/make/ |
| cond.c | 130 LT, LE, GT, GE, EQ, NE 518 case GT: 570 return par->p += 1, *out_op = GT, true;
|
| /src/lib/libcurses/ |
| curses_private.h | 231 char GT; /* Gtty indicates tabs. */
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.h | 163 GT = 364, /* GT */ 341 #define GT 364
|
| bfin-parse.c | 647 GT = 364, /* GT */ 825 #define GT 364 1035 YYSYMBOL_GT = 109, /* GT */ 1618 "GE", "LT", "LE", "GT", "LESS_THAN", "FLUSHINV", "FLUSH", "IFLUSH", 6892 case 269: /* searchmod: GT */
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.h | 163 GT = 364, /* GT */ 341 #define GT 364
|
| bfin-parse.c | 647 GT = 364, /* GT */ 825 #define GT 364 1035 YYSYMBOL_GT = 109, /* GT */ 1618 "GE", "LT", "LE", "GT", "LESS_THAN", "FLUSHINV", "FLUSH", "IFLUSH", 6892 case 269: /* searchmod: GT */
|
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| armemu.h | 38 #define GT 12
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-aarch64-low.cc | 1046 GT = 0xc, 3249 p += emit_bcond (p, GT, 8);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-aarch64-low.cc | 1092 GT = 0xc, 3295 p += emit_bcond (p, GT, 8);
|
| /src/sys/arch/hppa/hppa/ |
| db_disasm.c | 180 #define GT 0x7 1423 case GT: return(",>"); 1454 case GT: return(",>");
|