Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
HDinflate.c999 state->mode = LIT;
1096 case LIT:
/NextBSD/lib/libz/
HDinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
HDinflate.c1054 state->mode = LIT;
1168 case LIT:
/NextBSD/contrib/binutils/opcodes/
HDalpha-opc.c268 #define LIT (DFC2 + 1) macro
269 { 8, 13, -LIT, AXP_OPERAND_UNSIGNED, 0, 0 },
273 #define MDISP (LIT + 1)
417 #define ARG_OPRL { RA, LIT, DRC1 }
419 #define ARG_OPRLZ1 { ZA, LIT, RC }
567 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp332 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction() local
333 QT = LIT->getType(); in isDeclarationOfFunction()
HDSemaType.cpp2313 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) { in GetTypeFromParser() local
2314 QT = LIT->getType(); in GetTypeFromParser()
2315 DI = LIT->getTypeSourceInfo(); in GetTypeFromParser()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopInterchange.cpp589 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, this, in processLoop() local
591 LIT.transform(); in processLoop()
/NextBSD/sys/libkern/
HDzlib.c4636 LIT, /* o: got literal, waiting for output space */ enumerator
4739 c->mode = LIT;
4824 case LIT: /* o: got literal, waiting for output space */
/NextBSD/contrib/binutils/gas/
HDChangeLog-92955486 M1-M3, REG_OPC, R_*, SFR, LIT, FP, OP, R, RS, RL, RSL, F,
/NextBSD/crypto/heimdal/lib/wind/
HDUnicodeData.txt9834 A1B7;YI SYLLABLE LIT;Lo;0;L;;;;;N;;;;;
/NextBSD/contrib/gcc/
HDChangeLog-200124636 sections, but they have normal names (ie $LIT$ and $DATA$).