Changeset 89e79667 in rtems for cpukit/zlib
- Timestamp:
- Apr 18, 2010, 5:32:38 PM (10 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 817a186, e7fc2fd
- Parents:
- 1068a68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/zlib/trees.h
r1068a68 r89e79667 71 71 }; 72 72 73 const uch _dist_code[DIST_CODE_LEN] = {73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 74 74 0, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 75 75 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, … … 100 100 }; 101 101 102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { 103 103 0, 1, 2, 3, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 104 104 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16,
Note: See TracChangeset
for help on using the changeset viewer.