Searched refs:dictionary (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/ |
D | xz.txt | 49 dictionary. It will also append a four-byte trailer containing the 52 which will use no BCJ filter and 1 MiB LZMA2 dictionary. 70 In userspace, LZMA2 is typically used with dictionary sizes of several 71 megabytes. The decoder needs to have the dictionary in RAM, thus big 73 by the kernel. 1 MiB is probably the maximum reasonable dictionary 80 An exception to above dictionary size limitation is when the decoder 83 doesn't depend on the dictionary size, and it is perfectly fine to 84 use a big dictionary: for maximum compression, the dictionary should
|
D | lzo.txt | 24 - a distance when copying data from the dictionary (past output buffer) 25 - a length (number of bytes to copy from dictionary) 34 seems to be optimized for literal use only, since there is no dictionary yet 51 For references to the dictionary, distances are relative to the output 82 the dictionary which is empty, and that they will always be 108 2-byte block from the dictionary within a 1kB distance. It is worth 121 dictionary from a 2..3kB distance, and must be interpreted like this :
|
/linux-4.4.14/lib/xz/ |
D | xz_dec_lzma2.c | 44 struct dictionary { struct 264 struct dictionary dict; 286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() 300 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() 309 static inline bool dict_has_space(const struct dictionary *dict) in dict_has_space() 320 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get() 333 static inline void dict_put(struct dictionary *dict, uint8_t byte) in dict_put() 346 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() 374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() 416 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 249 The syscalls 'autodict' object is a special kind of Python dictionary 261 effectively end up with a single-level dictionary keyed on syscall id 265 dictionary and displays a line for each entry containing the syscall 266 name (the dictionary keys contain the syscall ids, which are passed to 583 dictionary that implements Perl's 'autovivifying' hashes in Python 588 autodict() - returns an autovivifying dictionary instance
|
/linux-4.4.14/Documentation/networking/ |
D | netconsole.txt | 153 notation. If the message contains optional dictionary, verbatim
|
/linux-4.4.14/Documentation/filesystems/ |
D | squashfs.txt | 103 dictionary size). If non-default compression options have been used, then
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 342 dictionnary||dictionary
|