Home
last modified time | relevance | path

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

1234

/freebsd-13.1/sys/contrib/zstd/doc/educational_decoder/
H A DMakefile58 -o dictionary
59 @$(ZSTD) -f README.md -D dictionary -o tmp.zst
60 @./harness tmp.zst tmp dictionary
62 @$(RM) tmp* dictionary
H A DREADME.md20 This can be reduced even further by foregoing dictionary support,
25 harness <input-file> <output-file> [dictionary]
/freebsd-13.1/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt49 dictionary. It will also append a four-byte trailer containing the
52 which will use no BCJ filter and 1 MiB LZMA2 dictionary.
70 In userspace, LZMA2 is typically used with dictionary sizes of several
71 megabytes. The decoder needs to have the dictionary in RAM, thus big
73 by the kernel. 1 MiB is probably the maximum reasonable dictionary
80 An exception to above dictionary size limitation is when the decoder
83 doesn't depend on the dictionary size, and it is perfectly fine to
84 use a big dictionary: for maximum compression, the dictionary should
/freebsd-13.1/sys/contrib/zstd/programs/
H A DREADME.md110 in a file selected with the `-o` option (default name is `dictionary`),
120 Usage of the dictionary builder and created dictionaries with CLI:
123 2. Compress with the dictionary: `zstd FILE -D dictionaryName`
183 --no-dictID : don't write dictID into header (dictionary compression only)
198 --train ## : create a dictionary from a training set of files
202 -o DICT : DICT is dictionary name (default: dictionary)
203 --maxdict=# : limit dictionary to specified size (default: 112640)
204 --dictID=# : force dictionary ID to specified value (default: random)
294 `zstdgrep` is _not_ compatible with dictionary compression.
296 To search into a file compressed with a dictionary,
[all …]
H A Dzstd.1.md94 Use FILEs as a training set to create a dictionary.
178 do not store dictionary ID within frame header (dictionary compression).
295 the result of which is saved into a file called a `dictionary`.
301 Use FILEs as training set to create a dictionary.
303 and weight typically 100x the target dictionary size
304 (for example, 10 MB for a 100 KB dictionary).
312 Dictionary saved into `file` (default name: dictionary).
314 Limit dictionary to specified size (default: 112640).
323 using the right dictionary.
349 to find optimal _d_ and _k_ to build dictionary.
[all …]
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG20 api : fix : dictionary compression correctly respects dictionary compression level (see #2303) (iss…
165 api: Fix ZSTD_decompressDCtx() corner cases with a dictionary
189 misc: Optimize dictionary memory usage in corner cases
190 misc: Improve the dictionary builder on small or homogeneous data
223 perf: much faster dictionary builder, by @jenniferliu
237 perf: much faster dictionary compression, by @felixhandte
263 api : implemented all advanced dictionary decompression prototypes
511 Fixed : Legacy codec v0.5 compatible with dictionary decompression
531 New : dictionary builder utility
532 Changed : streaming & dictionary API
[all …]
H A DREADME.md93 …e per sample). The result of this training is stored in a file called "dictionary", which must be …
94 Using this dictionary, the compression ratio achievable on small data improves dramatically.
106 …orrelation in a family of small data samples. The more data-specific a dictionary is, the more eff…
107 Hence, deploying one dictionary per type of data will provide the greatest benefits.
112 1. Create the dictionary
116 2. Compress with dictionary
120 3. Decompress with dictionary
/freebsd-13.1/contrib/file/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
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4internal.h252 LZ4LIB_API int LZ4_loadDict (LZ4_stream_t* streamPtr, const char* dictionary, int dictSize);
288 LZ4LIB_API int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, i…
341 const uint8_t* dictionary; member
359 const unsigned char* dictionary; member
H A Dlz4.c485 const BYTE* const dictionary = cctx->dictionary; in LZ4_compress_generic() local
486 const BYTE* const dictEnd = dictionary + cctx->dictSize; in LZ4_compress_generic()
545 lowLimit = dictionary; in LZ4_compress_generic()
631 lowLimit = dictionary; in LZ4_compress_generic()
949 const BYTE* p = (const BYTE*)dictionary; in LZ4_loadDict()
957 dict->dictionary = NULL; in LZ4_loadDict()
965 dict->dictionary = p; in LZ4_loadDict()
1036 streamPtr->dictionary = (const BYTE*)source; in LZ4_compress_fast_continue()
1057 streamPtr->dictionary = (const BYTE*)source; in LZ4_compress_forceExtDict()
1082 dict->dictionary = (const BYTE*)safeBuffer; in LZ4_saveDict()
[all …]
/freebsd-13.1/sys/contrib/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
294 which dictionary has been used by the compressor.
361 identifier of a known preset dictionary. A decompressor may
366 dictionary feature, a compliant decompressor must reject any
460 sequences. The compressor can take advantage of the dictionary
463 virtually decompressing a compressed version of the dictionary
469 dictionary. The dictionary may be fixed or may be chosen among a
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp507 auto dictionary = std::make_shared<StructuredData::Dictionary>(); in Handle_jSignalsInfo() local
509 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
510 dictionary->AddStringItem("name", signals->GetSignalAsCString(signo)); in Handle_jSignalsInfo()
514 dictionary->AddBooleanItem("suppress", suppress); in Handle_jSignalsInfo()
515 dictionary->AddBooleanItem("stop", stop); in Handle_jSignalsInfo()
516 dictionary->AddBooleanItem("notify", notify); in Handle_jSignalsInfo()
518 signal_array.Push(dictionary); in Handle_jSignalsInfo()
/freebsd-13.1/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c44 struct dictionary { struct
264 struct dictionary dict;
286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset()
300 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit()
309 static inline bool dict_has_space(const struct dictionary *dict) in dict_has_space()
320 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get()
333 static inline void dict_put(struct dictionary *dict, uint8_t byte) in dict_put()
346 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat()
374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed()
416 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
/freebsd-13.1/share/dict/
H A DREADME32 documentation. It makes a great ispell(1) personal dictionary to
33 supplement the standard English language dictionary.
/freebsd-13.1/tools/tools/net80211/wesside/
H A DREADME20 * Binds to a tap interface to allow TX. RX works if a dictionary is being built
32 To build a dictionary:
/freebsd-13.1/sys/contrib/zstd/examples/
H A DREADME.md40 Compress multiple files using the same dictionary.
44 Decompress multiple files using the same dictionary.
/freebsd-13.1/contrib/file/tests/
H A DMakefile.am64 zstd-dictionary-0.result \
65 zstd-dictionary-1.result \
66 zstd-dictionary-2.result \
H A Dzstd-dictionary-1.result1 Zstandard dictionary (ID 1)
H A Dzstd-dictionary-0.result1 Zstandard dictionary (ID 0)
H A Dzstd-dictionary-2.result1 Zstandard dictionary (ID 285212672)
/freebsd-13.1/sys/contrib/zlib/test/
H A Dexample.c34 static const char dictionary[] = "hello"; variable
471 (const Bytef*)dictionary, (int)sizeof(dictionary));
523 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
524 (int)sizeof(dictionary));
/freebsd-13.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c56 const char dictionary[] = "hello, hello!"; variable
497 (const Bytef*)dictionary, (int)sizeof(dictionary));
549 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
550 (int)sizeof(dictionary));
H A Dexample_original.c51 const char dictionary[] = "hello"; variable
489 (const Bytef*)dictionary, (int)sizeof(dictionary));
541 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
542 (int)sizeof(dictionary));
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp131 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo() local
133 if (!dictionary) in GetDynamicRegisterInfo()
137 *dictionary, m_process->GetTarget().GetArchitecture()); in GetDynamicRegisterInfo()
/freebsd-13.1/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md93 - [Dictionary Format](#dictionary-format)
296 and the ID of such a dictionary is not specified.
428 - Every decoding table can come from a dictionary.
478 (or [dictionary](#dictionary-format)), this should be treated as data corruption.
550 or from a dictionary.
676 (nor [dictionary](#dictionary-format)) to repeat, this should be treated as corruption.
912 unless a dictionary is used, in which case they come from the dictionary.
1407 of a formatted dictionary.
1411 __Pre-requisites__ : a dictionary has a size,
1454 dictionary, even parts of the dictionary with offsets larger than `Window_Size`.
[all …]

1234