![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Go to the source code of this file.
Data Structures | |
| struct | HashLongestMatchQuickly |
Macros | |
| #define | HashLongestMatchQuickly HASHER() |
| #define | BUCKET_SIZE (1 << BUCKET_BITS) |
| #define | BUCKET_MASK (BUCKET_SIZE - 1) |
| #define | BUCKET_SWEEP (1 << BUCKET_SWEEP_BITS) |
| #define | BUCKET_SWEEP_MASK ((BUCKET_SWEEP - 1) << 3) |
Typedefs | |
| typedef struct HashLongestMatchQuickly | HashLongestMatchQuickly |
| #define BUCKET_MASK (BUCKET_SIZE - 1) |
| #define BUCKET_SIZE (1 << BUCKET_BITS) |
| #define BUCKET_SWEEP (1 << BUCKET_SWEEP_BITS) |
| #define BUCKET_SWEEP_MASK ((BUCKET_SWEEP - 1) << 3) |
| #define HashLongestMatchQuickly HASHER() |
| typedef struct HashLongestMatchQuickly HashLongestMatchQuickly |