| /dragonfly/contrib/tre/lib/ |
| HD | tre-ast.c | 39 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() 148 code_max = lit->code_max; in tre_do_print() 149 pos = lit->position; in tre_do_print() [all …]
|
| HD | tre-compile.c | 562 tre_literal_t *lit = node->obj; in tre_add_tags() local 564 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() 594 if (IS_BACKREF(lit)) in tre_add_tags() 596 int b = lit->code_max; in tre_add_tags() 637 assert(!IS_TAG(lit)); in tre_add_tags() 1441 tre_literal_t *lit = (tre_literal_t *)node->obj; in tre_add_tags() local 1442 if (IS_TAG(lit)) in tre_add_tags() 1443 lit->code_max = to_reorder[lit->code_max]; in tre_add_tags() 1691 tre_literal_t *lit = node->obj; in tre_copy_ast() local [all …]
|
| /dragonfly/games/hack/ |
| HD | hack.c | 96 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() 748 if (levl[x][y].lit && seelx <= x && x <= seehx && seely <= y && 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() [all …]
|
| HD | hack.read.c | 549 !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()
|
| HD | def.rm.h | 112 unsigned lit:1; member
|
| HD | hack.pri.c | 469 if (room->lit || cansee(x, y) || Blind) in news0() 517 if (room->scrsym == '.' && !room->lit && !Blind) { in nosee()
|
| HD | hack.mklev.c | 505 levl[x][y].lit = 1; in maker()
|
| /dragonfly/contrib/cvs-1.12/diff/ |
| HD | ifdef.c | 375 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/gcc-8.0/libbacktrace/ |
| HD | elf.c | 2157 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() 2212 else if (unlikely (lit > 285)) in elf_zlib_inflate() [all …]
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | gold-threads.cc | 233 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.27/gold/ |
| HD | gold-threads.cc | 233 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/ |
| HD | zstd_opt.c | 124 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()
|
| HD | zstd_compress_internal.h | 517 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()
|
| HD | zstd_compress_superblock.c | 281 size_t const litSize = seqStorePtr->lit - seqStorePtr->litStart; in ZSTD_buildSuperBlockEntropy() 715 const BYTE* const lend = seqStorePtr->lit; in ZSTD_compressSubBlock_multi()
|
| HD | zstd_compress.c | 2185 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/ |
| HD | lesskey_parse.c | 169 static constant char * char_string(char *buf, char ch, int lit) in char_string() argument 171 if (lit || (ch >= 0x20 && ch < 0x7f)) in char_string()
|
| /dragonfly/contrib/zstd/lib/common/ |
| HD | zstd_internal.h | 359 BYTE* lit; /* ptr to end of literals */ member
|
| /dragonfly/games/larn/ |
| HD | Fixed.Bugs | 31 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/ |
| HD | iso639 | 287 lt lit lit Lithuanian
|
| /dragonfly/usr.bin/calendar/calendars/fr_FR.UTF-8/ |
| HD | calendar.proverbes | 336 Le soleil ne quitte pas son lit.
|
| /dragonfly/contrib/zstd/lib/dictBuilder/ |
| HD | zdict.c | 635 for(bytePtr = seqStorePtr->litStart; bytePtr < seqStorePtr->lit; bytePtr++) in ZDICT_countEStats()
|
| /dragonfly/sys/net/ |
| HD | zlib.c | 4668 uInt lit; /* if LIT, literal */ member 4753 c->sub.lit = t->base; 4844 OUTBYTE(c->sub.lit)
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-s390.texi | 150 @item %lit @tab an alias for the general purpose register %r13
|
| /dragonfly/share/dict/ |
| HD | web2a | 14479 crescent-lit 16468 dew-lit 16735 dim-lit 18756 earth-lit 22567 foam-lit 25318 gold-lit 25901 gray-lit 28198 heaven-lit 29860 ill-lit 32308 laughter-lit [all …]
|
| /dragonfly/games/adventure/ |
| HD | glorkz | 184 100 You're in a small chamber lit by an eerie green light. An extremely
|