Home
last modified time | relevance | path

Searched refs:litcode (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/blast/
Dblast.c295 static struct huffman litcode = {litcnt, litsym}; /* length code */ in decomp() local
317 construct(&litcode, litlen, sizeof(litlen)); in decomp()
370 symbol = lit ? decode(s, &litcode) : bits(s, 8); in decomp()