Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/lib/xz/
Dxz_dec_lzma2.c44 struct dictionary { struct
55 * How full dictionary is. This is used to detect corrupt input that argument
64 * End of the dictionary buffer. In multi-call mode, this is argument
71 * Size of the dictionary as specified in Block Header. This is used argument
78 * Maximum allowed dictionary size in multi-call mode. argument
84 * Amount of memory currently allocated for the dictionary. argument
88 uint32_t allocated;
91 enum xz_mode mode;
/Linux-v5.4/lib/lz4/
Dlz4_compress.c192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local
776 const char *dictionary, int dictSize) in LZ4_loadDict()
Dlz4_decompress.c554 const char *dictionary, int dictSize) in LZ4_setStreamDecode()
Dlz4hc_compress.c626 const char *dictionary, in LZ4_loadDictHC()
/Linux-v5.4/include/linux/
Dlz4.h102 const uint8_t *dictionary; member