Searched defs:dictionary (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/ |
A D | xz_dec_lzma2.c | 43 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 D | xz_dec_lzma2.c | 43 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 D | inflate.c | 1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
A D | deflate.c | 376 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 D | example.c | 34 static const char dictionary[] = "hello"; variable
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inflate.c | 1252 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
A D | deflate.c | 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
|
Completed in 25 milliseconds