Home
last modified time | relevance | path

Searched refs:LIT (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/games/quiz/
H A Drxp.c71 #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 DREADME.md8 - PatternMatchers for LIT test output.
10 - Tasks to run LIT on current selected file.
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DTestingLibcxx.rst11 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 Dexpr.c46 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 Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
H A Dinflate.c999 state->mode = LIT;
1096 case LIT:
/netbsd-src/common/dist/zlib/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
H A Dinflate.c1094 state->mode = LIT;
1212 case LIT:
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
H A Dinflate.c1094 state->mode = LIT;
1212 case LIT:
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
H A Dinflate.c1094 state->mode = LIT;
1212 case LIT:
/netbsd-src/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c94 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 DHandleOutOfTreeLLVM.cmake52 # Required LIT Configuration ------------------------------------------------
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dlib2funcs.S31 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dlib2funcs.S31 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dse_loop_kill_dcr.S477 LSETUP ( LIT , LIB ) LC0 = P1;
479 LIT: label
H A Dse_loop_kill_dcr_01.S477 LSETUP ( LIT , LIB ) LC0 = P1;
479 LIT: label
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dalpha-opc.c267 #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 Dalpha-opc.c267 #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 Dzlib.c133 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 DDeclSpec.cpp398 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 DLoopInterchange.cpp561 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 DAdvancedBuilds.rst126 data as long as the source files are marked up with LIT-style RUN lines.

12