Searched defs:dictionary (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/contrib/xz-embedded/linux/lib/xz/ |
| HD | xz_dec_lzma2.c | 44 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/ |
| HD | dictionary.h | 32 class dictionary; variable
|
| HD | dictionary.cpp | 41 dictionary::dictionary(int n) : size(n), used(0), threshold(0.5), factor(1.5) in dictionary() function in dictionary
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dictionary.c | 168 struct dictionary struct 173 struct dictionary_hashed hashed; argument 178 data;
|
| /NextBSD/lib/libz/ |
| HD | inflate.c | 1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
| HD | deflate.c | 323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerPlatform.cpp | 268 auto dictionary = std::make_shared<StructuredData::Dictionary>(); in Handle_jSignalsInfo() local
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/ |
| HD | OperatingSystemPython.cpp | 143 …StructuredData::DictionarySP dictionary = m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp); in GetDynamicRegisterInfo() local
|
| /NextBSD/lib/libz/test/ |
| HD | example.c | 34 const char dictionary[] = "hello"; variable
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | inflate.c | 1196 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
| HD | deflate.c | 321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
|
| /NextBSD/sys/libkern/ |
| HD | zlib.c | 833 int deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 3332 int inflateSetDictionary(z, dictionary, dictLength) in inflateSetDictionary() argument
|