Changeset c6bfa771 in rtems
- Timestamp:
- Oct 28, 2005, 7:28:32 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9378cff4
- Parents:
- 4490d47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/zlib/inftrees.h
r4490d47 rc6bfa771 37 37 38 38 /* Maximum size of dynamic tree. The maximum found in a long but non- 39 exhaustive search was 1 004 code structures (850for length/literals40 and 154for distances, the latter actually the result of an39 exhaustive search was 1444 code structures (852 for length/literals 40 and 592 for distances, the latter actually the result of an 41 41 exhaustive search). The true maximum is not known, but the value 42 42 below is more than safe. */ 43 #define ENOUGH 144044 #define MAXD 15443 #define ENOUGH 2048 44 #define MAXD 592 45 45 46 46 /* Type of code to build for inftable() */
Note: See TracChangeset
for help on using the changeset viewer.