Lines Matching full:than
48 important than speed, deflate() attempts a complete second search even if
64 codes are much more common than longer codes, so pay attention to decoding the
68 input less than the length of longest code. It gets that many bits from the
86 those cases, the table ended up one bit longer than the ``average'' code
88 little more than eight bits for 286 symbols and a little less than five bits
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
103 If the symbol is longer than nine bits, then that entry in the table points
119 more time filling in duplicate symbol entries than you do actually decoding.
190 meaning of a particular symbol is often more than just a letter. It can be a
257 important than speed, deflate() attempts a complete second search even if
273 codes are much more common than longer codes, so pay attention to decoding the
277 input less than the length of longest code. It gets that many bits from the
295 those cases, the table ended up one bit longer than the ``average'' code
297 little more than eight bits for 286 symbols and a little less than five bits
307 symbol is shorter than nine bits, then that symbol's translation is duplicated
312 If the symbol is longer than nine bits, then that entry in the table points
328 more time filling in duplicate symbol entries than you do actually decoding.
399 meaning of a particular symbol is often more than just a letter. It can be a
466 important than speed, deflate() attempts a complete second search even if
482 codes are much more common than longer codes, so pay attention to decoding the
486 input less than the length of longest code. It gets that many bits from the
504 those cases, the table ended up one bit longer than the ``average'' code
506 little more than eight bits for 286 symbols and a little less than five bits
516 symbol is shorter than nine bits, then that symbol's translation is duplicated
521 If the symbol is longer than nine bits, then that entry in the table points
537 more time filling in duplicate symbol entries than you do actually decoding.
608 meaning of a particular symbol is often more than just a letter. It can be a