Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/xz-embedded/linux/lib/xz/
HDxz_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;
/NextBSD/contrib/groff/src/roff/troff/
HDdictionary.h32 class dictionary; variable
HDdictionary.cpp41 dictionary::dictionary(int n) : size(n), used(0), threshold(0.5), factor(1.5) in dictionary() function in dictionary
/NextBSD/contrib/gdb/gdb/
HDdictionary.c168 struct dictionary struct
173 struct dictionary_hashed hashed; argument
178 data;
/NextBSD/lib/libz/
HDinflate.c1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
HDdeflate.c323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.cpp268 auto dictionary = std::make_shared<StructuredData::Dictionary>(); in Handle_jSignalsInfo() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp143 …StructuredData::DictionarySP dictionary = m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp); in GetDynamicRegisterInfo() local
/NextBSD/lib/libz/test/
HDexample.c34 const char dictionary[] = "hello"; variable
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinflate.c1196 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
HDdeflate.c321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
/NextBSD/sys/libkern/
HDzlib.c833 int deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
3332 int inflateSetDictionary(z, dictionary, dictLength) in inflateSetDictionary() argument