Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/xz/
H A 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;
/OK3568_Linux_fs/external/mpp/utils/
H A Ddictionary.h51 } dictionary ; typedef
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dmetadata.py108 def dict_to_XML(tag, dictionary, **kwargs): argument
/OK3568_Linux_fs/kernel/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.c626 const char *dictionary, in LZ4_loadDictHC()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py252 def get_dict_value(dictionary, key): argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dlz4.h102 const uint8_t *dictionary; member
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dhcom.c54 dictent *dictionary; member
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument