|
Linux Kernel
3.7.1
|
Data Fields | |
| int | limit [MAX_HUFCODE_BITS+1] |
| int | base [MAX_HUFCODE_BITS] |
| int | permute [MAX_SYMBOLS] |
| int | minLen |
| int | maxLen |
Definition at line 81 of file decompress_bunzip2.c.
| int base[MAX_HUFCODE_BITS] |
Definition at line 84 of file decompress_bunzip2.c.
| int limit[MAX_HUFCODE_BITS+1] |
Definition at line 83 of file decompress_bunzip2.c.
| int maxLen |
Definition at line 86 of file decompress_bunzip2.c.
| int minLen |
Definition at line 86 of file decompress_bunzip2.c.
| int permute[MAX_SYMBOLS] |
Definition at line 85 of file decompress_bunzip2.c.
1.8.2