Searched refs:litcode (Results 1 – 1 of 1) sorted by relevance
295 static struct huffman litcode = {litcnt, litsym}; /* length code */ in decomp() local317 construct(&litcode, litlen, sizeof(litlen)); in decomp()370 symbol = lit ? decode(s, &litcode) : bits(s, 8); in decomp()