/netbsd-src/games/boggle/ |
H A D | Makefile | 28 dictionary: ${WORDS} ${MKDICT} target
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | git-clang-format | 328 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 D | dictionary.h | 34 class dictionary; variable
|
H A D | dictionary.cpp | 43 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 D | fgen.l | 78 static struct fcode *dictionary = NULL; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | inflate.c | 1315 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1338 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
H A D | example.c | 34 const char dictionary[] = "hello"; variable
|
H A D | deflate.c | 416 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 D | inflate.c | 1315 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1338 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
H A D | example.c | 34 const char dictionary[] = "hello"; variable
|
H A D | deflate.c | 416 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 D | inflate.c | 1315 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1338 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
H A D | example.c | 34 const char dictionary[] = "hello"; variable
|
H A D | deflate.c | 416 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 D | example.c | 34 static const char dictionary[] = "hello"; variable
|
/netbsd-src/external/gpl3/binutils/dist/zlib/test/ |
H A D | example.c | 34 static const char dictionary[] = "hello"; variable
|
/netbsd-src/external/gpl3/gdb/dist/zlib/test/ |
H A D | example.c | 34 static const char dictionary[] = "hello"; variable
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | inflate.c | 1196 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
|
H A D | deflate.c | 321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.c | 2055 inflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) in inflateSetDictionary()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 4567 if (word in dictionary) continue; // Nothing to do local
|