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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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 */
  /external/zlib/src/contrib/blast/
blast.c 293 static short lencnt[MAXBITS+1], lensym[16]; /* lencode memory */
296 static struct huffman lencode = {lencnt, lensym}; /* length code */ local
318 construct(&lencode, lenlen, sizeof(lenlen));
333 symbol = decode(s, &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/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...]
  /toolchain/binutils/binutils-2.27/zlib/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);
  /toolchain/binutils/binutils-2.27/zlib/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 +
  /toolchain/binutils/binutils-2.27/zlib/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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 */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 109 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
111 unsigned lenbits; /* index bits for lencode */
  /external/python/cpython2/Modules/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 */
  /external/python/cpython3/Modules/zlib/
inflate.h 109 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
111 unsigned lenbits; /* index bits for lencode */
  /external/syslinux/com32/lib/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 */
  /external/zlib/src/
inflate.h 109 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
111 unsigned lenbits; /* index bits for lencode */
  /toolchain/binutils/binutils-2.27/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 */
  /external/brotli/c/enc/
brotli_bit_stream.c 753 size_t lencode; local
760 GetBlockLengthPrefixCode(block_len, &lencode, &len_nextra, &len_extra);
762 BrotliWriteBits(code->length_depths[lencode], code->length_bits[lencode],
    [all...]

Completed in 658 milliseconds