Home | History | Annotate | Download | only in puff

Lines Matching full:literals

387  *   description if dynamic is a combination of literals and length/distance
388 * pairs terminated by and end-of-block code. Literals are simply Huffman
393 * - Literals, lengths, and the end-of-block code are combined into a single
394 * code of up to 286 symbols. They are 256 literals (0..255), 29 length
458 /* decode literals and length/distance pairs */