Home
last modified time | relevance | path

Searched defs:lencode (Results 1 – 7 of 7) sorted by relevance

/third_party/zlib/contrib/puff/
Dpuff.c437 const struct huffman *lencode, in codes()
541 static struct huffman lencode, distcode; in fixed() local
673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local
/third_party/zlib/contrib/infback9/
Dinfback9.c231 code const FAR *lencode; /* starting table for length/literal codes */ in inflateBack9() local
/third_party/zlib/contrib/blast/
Dblast.c296 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local
/third_party/skia/third_party/externals/zlib/
Dinflate.h109 code const FAR *lencode; /* starting table for length/literal codes */ member
/third_party/libwebsockets/win32port/zlib/
Dinflate.h106 code const FAR *lencode; /* starting table for length/literal codes */ member
/third_party/zlib/
Dinflate.h110 code const FAR *lencode; /* starting table for length/literal codes */ member
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c740 size_t lencode; in StoreBlockSwitch() local