![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <hash_longest_match64_inc.h>
Data Fields | |
| size_t | bucket_size_ |
| size_t | block_size_ |
| int | hash_shift_ |
| uint64_t | hash_mask_ |
| uint32_t | block_mask_ |
| int | block_bits_ |
| int | num_last_distances_to_check_ |
| HasherCommon * | common_ |
| uint16_t * | num_ |
| uint32_t * | buckets_ |
| uint64_t | hash_mul_ |
| int block_bits_ |
| uint32_t block_mask_ |
| size_t block_size_ |
| size_t bucket_size_ |
| uint32_t * buckets_ |
| HasherCommon * common_ |
| uint64_t hash_mask_ |
| uint64_t hash_mul_ |
| int hash_shift_ |
| uint16_t * num_ |
| int num_last_distances_to_check_ |