Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/scripting/
H A Ddictionary.c82 void populate_dictionary(tree_node **dictionary, char *filename) { in populate_dictionary()
106 int find_word(tree_node *dictionary, char *word) { in find_word()
122 void print_tree(tree_node *dictionary) { in print_tree()
136 tree_node *dictionary = NULL; in main() local
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py145 dictionary=None, testdir=None, testname=None, make_targets=None): argument
161 def cleanup(self, dictionary=None): argument
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddictionary.c168 struct dictionary struct
173 struct dictionary_hashed hashed; argument
178 data;
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A Dgit-clang-format365 def filter_by_extension(dictionary, allowed_extensions): argument
379 def filter_symlinks(dictionary): argument
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py92 def finalize_build_dictionary(dictionary): argument
H A Dlldbtest.py946 def setTearDownCleanup(self, dictionary=None): argument
951 def addTearDownCleanup(self, dictionary): argument
1426 dictionary=None, argument
1607 def cleanup(self, dictionary=None): argument
/openbsd-src/usr.bin/fgen/
H A Dfgen.l71 static struct fcode *dictionary = NULL; variable
/openbsd-src/sys/lib/libz/
H A Dinflate.c1364 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary() argument
1384 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary() argument
[all...]
H A Ddeflate.c546 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() argument
612 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument
[all...]
/openbsd-src/lib/libz/
H A Dinflate.c1365 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary() argument
1385 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary() argument
[all...]
H A Ddeflate.c546 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() argument
612 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.c1320 inflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) inflateGetDictionary() argument
1343 inflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) inflateSetDictionary() argument
[all...]
H A Ddeflate.c413 deflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) deflateSetDictionary() argument
482 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp126 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo() local
/openbsd-src/regress/lib/libz/
H A Dexample.c34 static const char dictionary[] = "hello"; variable
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs268 SV * dictionary ; global() member
1045 _deflateInit(flags,level,method,windowBits,memLevel,strategy,bufsize,dictionary) _deflateInit() argument
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp500 auto dictionary = std::make_shared<StructuredData::Dictionary>(); in Handle_jSignalsInfo() local
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.c160 struct dictionary{ struct
163 struct dictionary* next; argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp180 auto dictionary = std::make_unique<StructuredData::Dictionary>(); in GetDiagnosticFromEvent() local
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp586 RNBRemote::SendAsyncJSONPacket(const JSONGenerator::Dictionary &dictionary) { in SendAsyncJSONPacket()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp6012 StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in RouteAsyncStructuredData() local