| /netbsd-src/games/quiz/ |
| H A D | rxp.c | 71 #define LIT (-1) /* literal character, char */ macro 124 *rp++ = LIT; in rxp__compile() 168 *rp++ = LIT; in rxp__compile() 215 case LIT: in rxp__match() 280 case LIT: in rxp__expand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/llvm/ |
| H A D | README.md | 8 - PatternMatchers for LIT test output. 10 - Tasks to run LIT on current selected file.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | TestingLibcxx.rst | 11 libc++ uses LIT to configure and run its tests. 16 configurations it is important to customize the way LIT builds and runs 17 the tests. This guide provides information on how to use LIT directly to 20 Please see the `Lit Command Guide`_ for more information about LIT. 46 Sometimes you'll want to change the way LIT is running the tests. Custom options 100 LIT Options 108 To use these options you pass them on the LIT command line as ``--param NAME``
|
| /netbsd-src/bin/ksh/ |
| H A D | expr.c | 46 VAR, LIT, END, BAD enumerator 204 es->tok = LIT; 239 case LIT: 318 } else if (op == VAR || op == LIT) { 521 es->tok = LIT;
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
| H A D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
| H A D | inflate.c | 999 state->mode = LIT; 1096 case LIT:
|
| /netbsd-src/common/dist/zlib/ |
| H A D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
| H A D | inflate.c | 1094 state->mode = LIT; 1212 case LIT:
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
| H A D | inflate.c | 1094 state->mode = LIT; 1212 case LIT:
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
| H A D | inflate.c | 1094 state->mode = LIT; 1212 case LIT:
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/ |
| H A D | pexpr.c | 94 enum op_t {NOP, LIT, NEG, NOT, PLUS, MINUS, MULT, DIV, MOD, REM, INVMOD, POW, enumerator 833 res -> op = LIT; in factor() 881 if (e->op != LIT) in free_expr() 901 case LIT: in mpz_eval_expr() 985 two -> op = LIT; in mpz_eval_expr()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/cmake/Modules/ |
| H A D | HandleOutOfTreeLLVM.cmake | 52 # Required LIT Configuration ------------------------------------------------
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| H A D | lib2funcs.S | 31 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| H A D | lib2funcs.S | 31 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | se_loop_kill_dcr.S | 477 LSETUP ( LIT , LIB ) LC0 = P1; 479 LIT: label
|
| H A D | se_loop_kill_dcr_01.S | 477 LSETUP ( LIT , LIB ) LC0 = P1; 479 LIT: label
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | alpha-opc.c | 267 #define LIT (DFC2 + 1) macro 268 { 8, 13, -LIT, AXP_OPERAND_UNSIGNED, 0, 0 }, 272 #define MDISP (LIT + 1) 416 #define ARG_OPRL { RA, LIT, DRC1 } 418 #define ARG_OPRLZ1 { ZA, LIT, RC } 566 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | alpha-opc.c | 267 #define LIT (DFC2 + 1) macro 268 { 8, 13, -LIT, AXP_OPERAND_UNSIGNED, 0, 0 }, 272 #define MDISP (LIT + 1) 416 #define ARG_OPRL { RA, LIT, DRC1 } 418 #define ARG_OPRLZ1 { ZA, LIT, RC } 566 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | zlib.c | 133 LIT, /* o: waiting for output space to write literal */ enumerator 1863 state->mode = LIT; in inflate() 1956 case LIT: in inflate()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 398 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction() local 399 QT = LIT->getType(); in isDeclarationOfFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 561 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LIL); in processLoop() local 562 LIT.transform(); in processLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | AdvancedBuilds.rst | 126 data as long as the source files are marked up with LIT-style RUN lines.
|