Home
last modified time | relevance | path

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

/netbsd-src/games/boggle/
H A DMakefile28 dictionary: ${WORDS} ${MKDICT} target
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format328 def filter_by_extension(dictionary, allowed_extensions): argument
342 def filter_symlinks(dictionary): argument
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Ddictionary.h34 class dictionary; variable
H A Ddictionary.cpp43 dictionary::dictionary(int n) : size(n), used(0), threshold(0.5), factor(1.5) in dictionary() function in dictionary
/netbsd-src/usr.bin/fgen/
H A Dfgen.l78 static struct fcode *dictionary = NULL; variable
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.c1315 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1338 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
H A Dexample.c34 const char dictionary[] = "hello"; variable
H A Ddeflate.c416 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
485 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dinflate.c1315 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1338 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
H A Dexample.c34 const char dictionary[] = "hello"; variable
H A Ddeflate.c416 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
485 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dinflate.c1315 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
1338 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
H A Dexample.c34 const char dictionary[] = "hello"; variable
H A Ddeflate.c416 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
485 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
/netbsd-src/external/gpl3/binutils.old/dist/zlib/test/
H A Dexample.c34 static const char dictionary[] = "hello"; variable
/netbsd-src/external/gpl3/binutils/dist/zlib/test/
H A Dexample.c34 static const char dictionary[] = "hello"; variable
/netbsd-src/external/gpl3/gdb/dist/zlib/test/
H A Dexample.c34 static const char dictionary[] = "hello"; variable
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c1196 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
H A Ddeflate.c321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c2055 inflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) in inflateSetDictionary()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d4567 if (word in dictionary) continue; // Nothing to do local