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

/freebsd-10.3-release/lib/libz/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator in enum:__anon6144
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
H A Dinflate.c1054 state->mode = LIT;
1168 case LIT:
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator in enum:__anon6968
71 LEN -> LENEXT or LIT or TYPE
73 LIT -> LEN
H A Dinflate.c999 state->mode = LIT;
1096 case LIT:
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp316 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
317 QT = LIT->getType();
H A DSemaType.cpp1850 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) {
1851 QT = LIT->getType();
1852 DI = LIT->getTypeSourceInfo();
/freebsd-10.3-release/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-10.3-release/sys/net/
H A Dzlib.c4636 LIT, /* o: got literal, waiting for output space */ enumerator in enum:inflate_codes_state::__anon11027
4649 uInt lit; /* if LIT, literal */
4739 c->mode = LIT;
4824 case LIT: /* o: got literal, waiting for output space */

Completed in 106 milliseconds