Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt140 - Variable dictionary size (up to 1 GB)
191 The maximum value for dictionary size is 1 GB = 2^30 bytes.
193 For decompressing file compressed by LZMA method with dictionary
218 Memory requirements depend from dictionary size
240 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
328 LZMA Decoder uses dictionary buffer and internal state structure.
413 - LZMA dictionary (dictionary size is encoded in LZMA properties header)
419 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
313 const Bytef *dictionary;
321 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||
328 strm->adler = adler32(strm->adler, dictionary, dictLength);
333 dictionary += dictLength - length; /* use the tail of the dictionary */
335 zmemcpy(s->window, dictionary, length);
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h528 const Bytef *dictionary,
/rk3399_rockchip-uboot/lib/
H A DKconfig228 a dictionary compression algorithm that provides a high compression
237 a dictionary compression algorithm that provides a high compression
/rk3399_rockchip-uboot/test/py/
H A DREADME.md356 Build configuration values (from `.config`) may be accessed via the dictionary