Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 25 of 264) sorted by relevance

1234567891011

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Ddictionary.h34 class dictionary; variable
37 dictionary *dict;
40 dictionary_iterator(dictionary &);
44 class dictionary {
52 dictionary(int);
79 dictionary d;
H A Ddictionary.cpp43 dictionary::dictionary(int n) : size(n), used(0), threshold(0.5), factor(1.5) in dictionary() function in dictionary
51 void *dictionary::lookup(symbol s, void *v) in lookup()
87 void *dictionary::lookup(const char *p) in lookup()
98 void *dictionary::remove(symbol s) in remove()
126 dictionary_iterator::dictionary_iterator(dictionary &d) : dict(&d), i(0) in dictionary_iterator()
H A DMakefile.sub6 dictionary.$(OBJEXT) \
16 $(srcdir)/dictionary.cpp \
27 $(srcdir)/dictionary.h \
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A Dpdfroff.sh204 with the --reference-dictionary option, if processing a
205 document stream to produce only a reference dictionary.
207 --no-reference-dictionary
208 Suppress the generation of a '$CMD' reference dictionary
210 reference dictionary, at the start of document processing;
212 advance, that no reference dictionary is required.
214 --reference-dictionary=name
215 Save the document reference dictionary in file 'name'.
218 dictionary will be derived. If this option is not used,
219 then the reference dictionary, created during the normal
/netbsd-src/games/boggle/
H A DMakefile13 DICTFILES=dictionary dictindex
28 dictionary: ${WORDS} ${MKDICT} target
33 dictindex: dictionary ${MKINDEX}
36 ${MKINDEX} < dictionary > ${.TARGET}
H A DREADME26 mkdict.c - convert a word list to a bog dictionary
27 mkindex.c - create an index file for the bog dictionary
28 showdict.c - print a bog dictionary to stdout
45 This will make all the binaries and create the dictionary and index files
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Drfc1950.txt154 support for a preset dictionary was introduced, and the
272 bit 5 FDICT (preset dictionary)
287 FDICT (Preset dictionary)
288 If FDICT is set, a DICT dictionary identifier is present
289 immediately after the FLG byte. The dictionary is a sequence of
294 which dictionary has been used by the compressor.
320 (excluding any dictionary data) computed according to Adler-32
350 preset dictionary feature, the compressor must not set the FDICT
361 identifier of a known preset dictionary. A decompressor may
366 dictionary feature, a compliant decompressor must reject any
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/
H A Drfc1950.txt154 support for a preset dictionary was introduced, and the
272 bit 5 FDICT (preset dictionary)
287 FDICT (Preset dictionary)
288 If FDICT is set, a DICT dictionary identifier is present
289 immediately after the FLG byte. The dictionary is a sequence of
294 which dictionary has been used by the compressor.
320 (excluding any dictionary data) computed according to Adler-32
350 preset dictionary feature, the compressor must not set the FDICT
361 identifier of a known preset dictionary. A decompressor may
366 dictionary feature, a compliant decompressor must reject any
[all …]
/netbsd-src/common/dist/zlib/doc/
H A Drfc1950.txt154 support for a preset dictionary was introduced, and the
272 bit 5 FDICT (preset dictionary)
287 FDICT (Preset dictionary)
288 If FDICT is set, a DICT dictionary identifier is present
289 immediately after the FLG byte. The dictionary is a sequence of
294 which dictionary has been used by the compressor.
320 (excluding any dictionary data) computed according to Adler-32
350 preset dictionary feature, the compressor must not set the FDICT
361 identifier of a known preset dictionary. A decompressor may
366 dictionary feature, a compliant decompressor must reject any
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A Drfc1950.txt154 support for a preset dictionary was introduced, and the
272 bit 5 FDICT (preset dictionary)
287 FDICT (Preset dictionary)
288 If FDICT is set, a DICT dictionary identifier is present
289 immediately after the FLG byte. The dictionary is a sequence of
294 which dictionary has been used by the compressor.
320 (excluding any dictionary data) computed according to Adler-32
350 preset dictionary feature, the compressor must not set the FDICT
361 identifier of a known preset dictionary. A decompressor may
366 dictionary feature, a compliant decompressor must reject any
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A Drfc1950.txt154 support for a preset dictionary was introduced, and the
272 bit 5 FDICT (preset dictionary)
287 FDICT (Preset dictionary)
288 If FDICT is set, a DICT dictionary identifier is present
289 immediately after the FLG byte. The dictionary is a sequence of
294 which dictionary has been used by the compressor.
320 (excluding any dictionary data) computed according to Adler-32
350 preset dictionary feature, the compressor must not set the FDICT
361 identifier of a known preset dictionary. A decompressor may
366 dictionary feature, a compliant decompressor must reject any
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dclaris26 # .msp a dictionary file I am not sure about this I have only one .msp file
27 0 string \002\271\262\000\040\002\000\164 Claris works dictionary
29 # .usp are user dictionary bits
H A Dmsvc32 # test for RecordType~LibraryHeaderRecord=0xF0 + RecordLength=???Dh + dictionary offset is multiple…
54 # dictionary offset like: 400h 600h a00h c00h 1200h 1800h 2400h 5600h 12800h 19200h 28a00h
55 >3 ulelong x \b, at %#x dictionary
56 # dictionary block a 512 bytes; the first 37 bytes correspond to the 37 buckets
58 # dictionary size; length in 512-byte blocks; a prime number? like:
63 # If dictionary byte 38 (FFLAG) has the value 255, there is no space left
66 # dictionary entry; length byte of following symbol, the following text bytes of symbol, two bytes …
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format328 def filter_by_extension(dictionary, allowed_extensions): argument
334 for filename in list(dictionary.keys()):
339 del dictionary[filename]
342 def filter_symlinks(dictionary): argument
344 for filename in list(dictionary.keys()):
346 del dictionary[filename]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dzlib.d634 int deflateSetDictionary(z_streamp strm, const(ubyte)* dictionary, uint dictLength);
676 int deflateGetDictionary(z_streamp strm, ubyte *dictionary, uint dictLength);
895 int inflateSetDictionary(z_streamp strm, const(ubyte)* dictionary, uint dictLength);
916 int inflateGetDictionary(z_streamp strm, ubyte* dictionary, uint* dictLength);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dzlib.d631 int deflateSetDictionary(z_streamp strm, const(ubyte)* dictionary, uint dictLength);
673 int deflateGetDictionary(z_streamp strm, ubyte *dictionary, uint dictLength);
889 int inflateSetDictionary(z_streamp strm, const(ubyte)* dictionary, uint dictLength);
910 int inflateGetDictionary(z_streamp strm, ubyte* dictionary, uint* dictLength);
/netbsd-src/common/dist/zlib/contrib/pascal/
H A Dexample.pas33 const dictionary: PChar = 'hello';
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dexample.pas33 const dictionary: PChar = 'hello';
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dexample.pas33 const dictionary: PChar = 'hello';
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dexample.pas33 const dictionary: PChar = 'hello';
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dexample.pas33 const dictionary: PChar = 'hello';
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst153 ``AVAudioRecorder`` using a dictionary that contains a boxed enumeration
267 array and dictionary container objects.
282 Immutable dictionary expression:
286 NSDictionary *dictionary = @{
293 sub-expressions of a dictionary literal must be Objective-C object
305 Using array and dictionary literals is safer than the variadic creation
337 NSMutableDictionary *dictionary = ...;
339 oldObject = dictionary[key];
340 dictionary[key] = newObject; // replace oldObject with newObject
349 subscript expressions use integer typed subscripts; *dictionary-style*
[all …]
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info63 possible to dynamically create a new child dictionary on the fly and
67dictionary”. Some relatives and ancestors of CTF call dictionaries
76 overarching dictionary used to store all other types. (Even when
80 The CTF dictionary consists of a “preamble”, which does not vary
123 ‘.ctf’ sections in ELF objects consist of a single CTF dictionary
130 a raw dictionary. All types that refer to such conflicting types are
176 ‘uint64_t’ size, followed by a CTF dictionary.
187 0x08 ‘uint64_t ctf_offset’ Offset of this CTF dictionary, in bytes from
197 dictionary array is described above in the entry for ‘ctfa_ctfs’.
229 The preamble is the only part of the CTF dictionary whose format cannot
[all …]
H A Dctf-spec.texi74 possible to dynamically create a new child dictionary on the fly and
78 @dfn{dictionary}. Some relatives and ancestors of CTF call dictionaries
87 dictionary used to store all other types. (Even when archives go away,
91 The CTF dictionary consists of a @dfn{preamble}, which does not vary
131 @code{.ctf} sections in ELF objects consist of a single CTF dictionary
138 a raw dictionary. All types that refer to such conflicting types are
205 followed by a CTF dictionary.
228 @tab Offset of this CTF dictionary, in bytes from the start of the archive.
238 dictionary array is described above in the entry for @code{ctfa_ctfs}.
245 @cindex dictionary, CTF dictionary
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi74 possible to dynamically create a new child dictionary on the fly and
78 @dfn{dictionary}. Some relatives and ancestors of CTF call dictionaries
87 dictionary used to store all other types. (Even when archives go away,
91 The CTF dictionary consists of a @dfn{preamble}, which does not vary
131 @code{.ctf} sections in ELF objects consist of a single CTF dictionary
138 a raw dictionary. All types that refer to such conflicting types are
205 followed by a CTF dictionary.
228 @tab Offset of this CTF dictionary, in bytes from the start of the archive.
238 dictionary array is described above in the entry for @code{ctfa_ctfs}.
245 @cindex dictionary, CTF dictionary
[all …]

1234567891011