Searched refs:dictionary_size (Results 1 – 3 of 3) sorted by relevance
45 static int dictionary_size = 0; variable120 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 …]
39 (s)->dictionary_size = inswap_le32((s)->dictionary_size); \63 int dictionary_size; member68 int dictionary_size; member
126 If input data size is larger than (4 GiB - dictionary_size),133 to value larger than (4 GiB - dictionary_size).