HomeSort by relevance Sort by last modified time
    Searched refs:lencode (Results 1 - 18 of 18) sorted by null

  /external/zlib/src/contrib/puff/
puff.c 437 const struct huffman *lencode,
460 symbol = decode(s, lencode);
541 static struct huffman lencode, distcode; local
548 /* construct lencode and distcode */
549 lencode.count = lencnt;
550 lencode.symbol = lensym;
563 construct(&lencode, lengths, FIXLCODES);
575 return codes(s, &lencode, &distcode);
671 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */
673 struct huffman lencode, distcode; /* length and distance codes * local
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.h 106 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
108 unsigned lenbits; /* index bits for lencode */
inflate.c 123 state->lencode = state->distcode = state->next = state->codes;
277 state->lencode = lenfix;
324 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
325 state.lencode[low].val);
908 state->lencode = (code const FAR *)(state->next);
    [all...]
infback.c 110 state->lencode = lenfix;
377 state->lencode = (code const FAR *)(state->next);
392 here = state->lencode[BITS(state->lenbits)];
452 state->lencode = (code const FAR *)(state->next);
486 here = state->lencode[BITS(state->lenbits)];
493 here = state->lencode[last.val +
inffast.c 86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 102 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
104 unsigned lenbits; /* index bits for lencode */
inflate.c 123 state->lencode = state->distcode = state->next = state->codes;
242 state->lencode = lenfix;
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
864 state->lencode = (code const FAR *)(state->next);
879 this = state->lencode[BITS(state->lenbits)];
    [all...]
infback.c 110 state->lencode = lenfix;
377 state->lencode = (code const FAR *)(state->next);
392 this = state->lencode[BITS(state->lenbits)];
443 state->lencode = (code const FAR *)(state->next);
477 this = state->lencode[BITS(state->lenbits)];
484 this = state->lencode[last.val +
inffast.c 86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;
  /external/zlib/src/
inflate.h 106 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
108 unsigned lenbits; /* index bits for lencode */
inflate.c 122 state->lencode = state->distcode = state->next = state->codes;
298 state->lencode = lenfix;
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
    [all...]
infback.c 119 state->lencode = lenfix;
386 state->lencode = (code const FAR *)(state->next);
401 here = state->lencode[BITS(state->lenbits)];
460 state->lencode = (code const FAR *)(state->next);
494 here = state->lencode[BITS(state->lenbits)];
501 here = state->lencode[last.val +
inffast.c 86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;
  /external/zlib/src/contrib/infback9/
infback9.c 240 code const FAR *lencode; /* starting table for length/literal codes */ local
242 unsigned lenbits; /* index bits for lencode */
269 lencode = Z_NULL;
292 lencode = lenfix;
370 lencode = (code const FAR *)(state->next);
385 here = lencode[BITS(lenbits)];
445 lencode = (code const FAR *)(state->next);
470 here = lencode[BITS(lenbits)];
477 here = lencode[last.val +
  /external/zlib/src/contrib/blast/
blast.c 289 static short lencnt[MAXBITS+1], lensym[16]; /* lencode memory */
292 static struct huffman lencode = {lencnt, lensym}; /* length code */ local
314 construct(&lencode, lenlen, sizeof(lenlen));
329 symbol = decode(s, &lencode);
  /external/zlib/src/contrib/masmx64/
inffas8664.c 92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
  /external/zlib/src/contrib/inflate86/
inffas86.c 87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 142 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */

Completed in 319 milliseconds