Changeset 745 for trunk/server/lib/zlib/contrib/puff
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/lib/zlib/contrib/puff/puff.c
r414 r745 586 586 * the list of code lengths, a 0 symbol means no code, a 1..15 symbol means 587 587 * that length, and the symbols 16, 17, and 18 are run-length instructions. 588 * Each of 16, 17, and 18 are foll wed by extra bits to define the length of588 * Each of 16, 17, and 18 are followed by extra bits to define the length of 589 589 * the run. 16 copies the last length 3 to 6 times. 17 represents 3 to 10 590 590 * zero lengths, and 18 represents 11 to 138 zero lengths. Unused symbols
Note:
See TracChangeset
for help on using the changeset viewer.