HomeSort by: relevance | last modified time | path
    Searched defs:lit (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
def.rm.h 73 /* this should in fact be a bit like lit */
112 unsigned lit:1; member in struct:rm
  /src/common/dist/zlib/contrib/blast/
blast.c 284 int lit; /* true if literals are coded */ local in function:decomp
324 lit = bits(s, 8);
325 if (lit > 1) return -1;
370 symbol = lit ? decode(s, &litcode) : bits(s, 8);
  /src/sys/arch/vax/vax/
db_disasm.c 310 int lit = c & 0x3F; local in function:get_operand
320 add_int(ib, lit);
321 tmp = lit;
434 err_print("can\'t evaluate operand (%02X).\n", lit);
  /src/sys/net/
zlib.c 3052 Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ",
5080 LIT, /* o: got literal, waiting for output space */
5099 uInt lit; /* if LIT, literal */ member in union:inflate_codes_state::__anon0201f1530e0a
5180 c->sub.lit = t->base;
5184 c->mode = LIT;
5265 case LIT: /* o: got literal, waiting for output space */
5267 OUTBYTE(c->sub.lit)

Completed in 37 milliseconds