Home
last modified time | relevance | path

Searched refs:dictionary_size (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxz_wrapper.c45 static int dictionary_size = 0; variable
120 dictionary_size = 0; in xz_options()
130 dictionary_size = (int) size; in xz_options()
133 dictionary_size *= 1024; in xz_options()
135 dictionary_size *= 1024 * 1024; in xz_options()
170 if(dictionary_size || dictionary_percent) { in xz_options_post()
173 if(dictionary_size) { in xz_options_post()
174 if(dictionary_size > block_size) { in xz_options_post()
180 dictionary_size = block_size * dictionary_percent / 100; in xz_options_post()
182 if(dictionary_size < 8192) { in xz_options_post()
[all …]
Dxz_wrapper.h39 (s)->dictionary_size = inswap_le32((s)->dictionary_size); \
63 int dictionary_size; member
68 int dictionary_size; member
/external/lzma/DOC/
Dlzma-history.txt126 If input data size is larger than (4 GiB - dictionary_size),
133 to value larger than (4 GiB - dictionary_size).