Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xz-embedded/linux/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;
/freebsd/sys/contrib/zlib/
H A Dinflate.c1278 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary()
1298 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary()
H A Ddeflate.c550 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary()
616 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary, in deflateGetDictionary()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp150 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo() local
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c56 const char dictionary[] = "hello, hello!"; variable
H A Dexample_original.c51 const char dictionary[] = "hello"; variable
/freebsd/sys/contrib/zlib/test/
H A Dexample.c34 static const char dictionary[] = "hello"; variable
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c338 const Bytef *dictionary, in z_deflateSetDictionary()
700 const Bytef *dictionary, in z_inflateSetDictionary()
1015 Bytef *dictionary, in z_inflateGetDictionary()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp500 auto dictionary = std::make_shared<StructuredData::Dictionary>(); in Handle_jSignalsInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6115 StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in RouteAsyncStructuredData() local