Home
last modified time | relevance | path

Searched refs:lit (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/contrib/tre/lib/
H A Dtre-ast.c39 tre_literal_t *lit; in tre_ast_new_literal() local
44 lit = node->obj; in tre_ast_new_literal()
45 lit->code_min = code_min; in tre_ast_new_literal()
46 lit->code_max = code_max; in tre_ast_new_literal()
47 lit->position = position; in tre_ast_new_literal()
139 tre_literal_t *lit; in tre_do_print() local
146 lit = ast->obj; in tre_do_print()
147 code_min = lit->code_min; in tre_do_print()
149 pos = lit->position; in tre_do_print()
150 if (IS_EMPTY(lit)) in tre_do_print()
[all …]
H A Dtre-compile.c564 if (!IS_SPECIAL(lit) || IS_BACKREF(lit) || IS_EMPTY(lit) || IS_ASSERTION(lit)) in tre_add_tags()
567 (int)lit->code_min, (int)lit->code_max)); in tre_add_tags()
596 int b = lit->code_max; in tre_add_tags()
1442 if (IS_TAG(lit)) in tre_add_tags()
1443 lit->code_max = to_reorder[lit->code_max]; in tre_add_tags()
1698 if (!IS_SPECIAL(lit) || IS_BACKREF(lit)) in tre_copy_ast()
1727 if (!IS_SPECIAL(lit)) in tre_copy_ast()
1857 if (!IS_SPECIAL(lit) || IS_BACKREF(lit)) in tre_expand_ast()
2230 tre_literal_t *lit; in tre_match_empty() local
2368 if (IS_BACKREF(lit)) in tre_compute_nfl()
[all …]
/dragonfly/games/hack/
H A Dhack.c96 if (!lev->lit && lev->scrsym == '.') { in unsee()
135 if (!lev->lit && lev->scrsym == '.') in seeoff()
342 if (ust->lit) { in domove()
343 if (tmpr->lit) { in domove()
353 if (tmpr->lit) in domove()
702 if (!levl[x][y].lit) in cansee()
789 if (!levl[u.ux][u.uy].lit) { in setsee()
795 for (seelx = u.ux; levl[seelx - 1][u.uy].lit; seelx--); in setsee()
796 for (seehx = u.ux; levl[seehx + 1][u.uy].lit; seehx++); in setsee()
797 for (seely = u.uy; levl[u.ux][seely - 1].lit; seely--); in setsee()
[all …]
H A Dhack.read.c549 !levl[u.ux][u.uy].lit) { in litroom()
570 } else if (levl[u.ux][u.uy].lit) { in litroom()
582 if (levl[u.ux][u.uy].lit == on) in litroom()
611 levl[zx][zy].lit = on; in litroom()
H A Ddef.rm.h112 unsigned lit:1; member
H A Dhack.pri.c469 if (room->lit || cansee(x, y) || Blind) in news0()
517 if (room->scrsym == '.' && !room->lit && !Blind) { in nosee()
H A Dhack.mklev.c505 levl[x][y].lit = 1; in maker()
/dragonfly/contrib/cvs-1.12/diff/
H A Difdef.c375 scan_char_literal (lit, intptr) in scan_char_literal() argument
376 char *lit; in scan_char_literal()
379 register char *p = lit;
398 digits = p - lit - 2;
/dragonfly/contrib/diffutils/src/
H A Difdef.c395 scan_char_literal (char const *lit, char *valptr) in scan_char_literal() argument
397 register char const *p = lit; in scan_char_literal()
417 digits = p - lit - 2; in scan_char_literal()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c2157 unsigned int lit; in elf_zlib_inflate() local
2168 lit = v; in elf_zlib_inflate()
2176 lit = t & HUFFMAN_VALUE_MASK; in elf_zlib_inflate()
2181 if (lit < 256) in elf_zlib_inflate()
2189 *pout++ = lit; in elf_zlib_inflate()
2196 else if (lit == 256) in elf_zlib_inflate()
2208 if (lit < 265) in elf_zlib_inflate()
2209 len = lit - 257 + 3; in elf_zlib_inflate()
2210 else if (lit == 285) in elf_zlib_inflate()
2226 lit -= 265; in elf_zlib_inflate()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dgold-threads.cc233 Lock_impl_threads* lit = static_cast<Lock_impl_threads*>(li); in wait() local
234 int err = pthread_cond_wait(&this->cond_, &lit->mutex_); in wait()
/dragonfly/contrib/binutils-2.34/gold/
H A Dgold-threads.cc233 Lock_impl_threads* lit = static_cast<Lock_impl_threads*>(li); in wait() local
234 int err = pthread_cond_wait(&this->cond_, &lit->mutex_); in wait()
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_opt.c124 unsigned lit; in ZSTD_rescaleFreqs() local
127 for (lit=0; lit<=MaxLit; lit++) { in ZSTD_rescaleFreqs()
129 U32 const bitCost = HUF_getNbBits(optPtr->symbolCosts->huf.CTable, lit); in ZSTD_rescaleFreqs()
131 … optPtr->litFreq[lit] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()
132 optPtr->litSum += optPtr->litFreq[lit]; in ZSTD_rescaleFreqs()
175 unsigned lit = MaxLit; in ZSTD_rescaleFreqs() local
176 …HIST_count_simple(optPtr->litFreq, &lit, src, srcSize); /* use raw first block to init statistic… in ZSTD_rescaleFreqs()
H A Dzstd_compress_internal.h517 assert(seqStorePtr->lit + litLength <= seqStorePtr->litStart + seqStorePtr->maxNbLit); in ZSTD_storeSeq()
524 ZSTD_copy16(seqStorePtr->lit, literals); in ZSTD_storeSeq()
526 … ZSTD_wildcopy(seqStorePtr->lit+16, literals+16, (ptrdiff_t)litLength-16, ZSTD_no_overlap); in ZSTD_storeSeq()
529 ZSTD_safecopyLiterals(seqStorePtr->lit, literals, litEnd, litLimit_w); in ZSTD_storeSeq()
531 seqStorePtr->lit += litLength; in ZSTD_storeSeq()
H A Dzstd_compress_superblock.c281 size_t const litSize = seqStorePtr->lit - seqStorePtr->litStart; in ZSTD_buildSuperBlockEntropy()
715 const BYTE* const lend = seqStorePtr->lit; in ZSTD_compressSubBlock_multi()
H A Dzstd_compress.c2185 size_t const litSize = (size_t)(seqStorePtr->lit - literals); in ZSTD_entropyCompressSequences_internal()
2429 ZSTD_memcpy(seqStorePtr->lit, anchor, lastLLSize); in ZSTD_storeLastLiterals()
2430 seqStorePtr->lit += lastLLSize; in ZSTD_storeLastLiterals()
2435 ssPtr->lit = ssPtr->litStart; in ZSTD_resetSeqStore()
2524 size_t seqStoreLiteralsSize = (size_t)(seqStore->lit - seqStore->litStart); in ZSTD_copyBlockSequences()
2651 size_t const nbLits = (size_t)(seqStore->lit - seqStore->litStart); in ZSTD_maybeRLE()
/dragonfly/contrib/less/
H A Dlesskey_parse.c162 static char * char_string(char *buf, int ch, int lit) in char_string() argument
164 if (lit || (ch >= 0x20 && ch < 0x7f)) in char_string()
/dragonfly/contrib/zstd/lib/common/
H A Dzstd_internal.h359 BYTE* lit; /* ptr to end of literals */ member
/dragonfly/games/larn/
H A DFixed.Bugs31 5. on level H, casting a missile weapon (mle cld ssp bal lit) off the edge of
40 7. If you vpr or lit at a throne, it would summon a gnome king that you
/dragonfly/share/misc/
H A Diso639287 lt lit lit Lithuanian
/dragonfly/usr.bin/calendar/calendars/fr_FR.UTF-8/
H A Dcalendar.proverbes336 Le soleil ne quitte pas son lit.
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c635 for(bytePtr = seqStorePtr->litStart; bytePtr < seqStorePtr->lit; bytePtr++) in ZDICT_countEStats()
/dragonfly/sys/net/
H A Dzlib.c4668 uInt lit; /* if LIT, literal */ member
4753 c->sub.lit = t->base;
4844 OUTBYTE(c->sub.lit)
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-s390.texi150 @item %lit @tab an alias for the general purpose register %r13
/dragonfly/share/dict/
H A Dweb2a16468 dew-lit
16735 dim-lit
22567 foam-lit
25318 gold-lit
25901 gray-lit
29860 ill-lit
32341 lava-lit
37944 oil-lit
46134 ray-lit
46463 red-lit
[all …]

12