Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_dec_lzma2.c43 struct dictionary { struct
54 * How full dictionary is. This is used to detect corrupt input that argument
63 * End of the dictionary buffer. In multi-call mode, this is argument
70 * Size of the dictionary as specified in Block Header. This is used argument
77 * Maximum allowed dictionary size in multi-call mode. argument
83 * Amount of memory currently allocated for the dictionary. argument
87 uint32_t allocated;
90 enum xz_mode mode;
/linux/lib/lz4/
H A Dlz4_compress.c192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local
776 const char *dictionary, int dictSize) in LZ4_loadDict()
H A Dlz4_decompress.c565 const char *dictionary, int dictSize) in LZ4_setStreamDecode()
H A Dlz4hc_compress.c627 const char *dictionary, in LZ4_loadDictHC()
/linux/include/linux/
H A Dlz4.h102 const uint8_t *dictionary; member