Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/
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;
/AliOS-Things-master/components/ota/tools/xz/src/
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;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.c1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
A Ddeflate.c376 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
445 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dexample.c34 static const char dictionary[] = "hello"; variable
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinflate.c1252 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
A Ddeflate.c311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument

Completed in 25 milliseconds