Searched refs:LIT (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator in enum:__anon7878
71 LEN -> LENEXT or LIT or TYPE
73 LIT -> LEN
H A Dinflate.c999 state->mode = LIT;
1096 case LIT:
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator in enum:__anon4337
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
H A Dinflate.c1077 state->mode = LIT;
1191 case LIT:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp383 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
384 QT = LIT->getType();
H A DSemaType.cpp2724 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) {
2725 QT = LIT->getType();
2726 DI = LIT->getTypeSourceInfo();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp578 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LoopNestExit,
580 LIT.transform();
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c270 #define LIT (DFC2 + 1)
271 { 8, 13, -LIT, AXP_OPERAND_UNSIGNED, 0, 0 },
275 #define MDISP (LIT + 1)
420 #define ARG_OPRL { RA, LIT, DRC1 }
422 #define ARG_OPRLZ1 { ZA, LIT, RC }
571 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */
268 #define LIT macro
/freebsd-11-stable/sys/libkern/
H A Dzlib.c4636 LIT, /* o: got literal, waiting for output space */ enumerator in enum:inflate_codes_state::__anon8061
4649 uInt lit; /* if LIT, literal */
4739 c->mode = LIT;
4824 case LIT: /* o: got literal, waiting for output space */

Completed in 127 milliseconds