Searched refs:dictionary (Results 1 – 13 of 13) sorted by relevance
| /linux/Documentation/staging/ |
| H A D | xz.rst | 41 options and a big LZMA2 dictionary. 48 which will use no BCJ filter and 1 MiB LZMA2 dictionary. 68 In userspace, LZMA2 is typically used with dictionary sizes of several 69 megabytes. The decoder needs to have the dictionary in RAM: 71 - In multi-call mode the dictionary is allocated as part of the 72 decoder state. The reasonable maximum dictionary size for in-kernel 77 - In single-call mode the output buffer is used as the dictionary 78 buffer. That is, the size of the dictionary doesn't affect the 81 For the best compression, the dictionary should be at least 87 for example, set the dictionary size. Also, xz may produce a smaller
|
| H A D | lzo.rst | 26 - a distance when copying data from the dictionary (past output buffer) 27 - a length (number of bytes to copy from dictionary) 36 seems to be optimized for literal use only, since there is no dictionary yet 53 For references to the dictionary, distances are relative to the output 102 dictionary which is empty, and that it will always be 134 2-byte block from the dictionary within a 1kB distance. It is worth 147 dictionary from a 2..3kB distance, and must be interpreted like this :
|
| /linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 43 struct dictionary { struct 267 struct dictionary dict; 289 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() 303 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() 312 static inline bool dict_has_space(const struct dictionary *dict) in dict_has_space() 323 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get() 336 static inline void dict_put(struct dictionary *dict, uint8_t byte) in dict_put() 349 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() 377 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() 436 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
|
| /linux/usr/ |
| H A D | Kconfig | 122 dictionary size of the algorithm with algorithms like XZ and LZMA 123 featuring large dictionary sizes. 162 This algorithm's compression ratio is best but has a large dictionary 175 XZ uses the LZMA2 algorithm and has a large dictionary which may cause
|
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 278 to userdata dictionary in every message sent. 294 dictionary rather than being included in the message header. 325 If the user has set a conflicting `cpu` key in the userdata dictionary, 346 given target and appends the ID to userdata dictionary in every message sent. 392 notation. If the message contains optional dictionary, verbatim
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | zram.rst | 106 compression algorithm to use external pre-trained dictionary, pass full 109 #pass path to pre-trained zstd dictionary 110 echo "algo=zstd dict=/etc/dictionary" > /sys/block/zram0/algorithm_params 113 echo "priority=1 dict=/etc/dictionary" > \ 116 #pass path to pre-trained zstd dictionary and compression level 117 echo "algo=zstd level=8 dict=/etc/dictionary" > \
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | README | 39 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and 112 your needs. Any value in the NAMES dictionary can be altered without affecting
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 238 # handle dictionary data
|
| H A D | vmcoreinfo.rst | 266 information about where the text or dictionary data (data block) is
|
| /linux/Documentation/dev-tools/ |
| H A D | checkpatch.rst | 189 Use the codespell dictionary for checking spelling errors. 194 Default is '/usr/share/codespell/dictionary.txt'.
|
| /linux/scripts/ |
| H A D | spelling.txt | 541 dictionnary||dictionary
|
| /linux/Documentation/filesystems/ |
| H A D | fsverity.rst | 842 dictionary structure such as an "authenticated skiplist" could
|
| /linux/ |
| H A D | .mailmap | 11 # Please keep this list dictionary sorted.
|