/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1 | 89 \fB\-\-train FILEs\fR 233 …eatly improves efficiency on small files and messages\. It\'s possible to train \fBzstd\fR with a … 236 \fB\-\-train FILEs\fR 237 …get dictionary size (for example, 10 MB for a 100 KB dictionary)\. \fB\-\-train\fR can be combined… 240 …train\fR supports multithreading if \fBzstd\fR is compiled with threading support (default)\. Addi… 267 \fB\-\-train\-cover[=k#,d=#,steps=#,split=#,shrink[=#]]\fR 277 \fBzstd \-\-train\-cover FILEs\fR 280 \fBzstd \-\-train\-cover=k=50,d=8 FILEs\fR 283 \fBzstd \-\-train\-cover=d=8,steps=500 FILEs\fR 286 \fBzstd \-\-train\-cover=k=50 FILEs\fR [all …]
|
H A D | zstd.1.md | 93 * `--train FILEs`: 307 It's possible to train `zstd` with a set of samples, 313 * `--train FILEs`: 318 `--train` can be combined with `-r` to indicate a directory rather than listing all the files, 321 `--train` supports multithreading if `zstd` is compiled with threading support (default). 322 Additional parameters can be specified with `--train-fastcover`. 323 The legacy dictionary builder can be accessed with `--train-legacy`. 324 The slower cover dictionary builder can be accessed with `--train-cover`. 325 Default is equivalent to `--train-fastcover=d=8,steps=4`. 348 * `--train-cover[=k#,d=#,steps=#,split=#,shrink[=#]]`: [all …]
|
H A D | README.md | 122 1. Create the dictionary : `zstd --train PathToTrainingSet/* -o dictionaryName` 199 --train ## : create a dictionary from a training set of files 200 --train-cover[=k=#,d=#,steps=#,split=#,shrink[=#]] : use the cover algorithm with optional args 201 --train-fastcover[=k=#,d=#,f=#,steps=#,split=#,accel=#,shrink[=#]] : use the fast cover algorithm w… 202 --train-legacy[=s=#] : use the legacy algorithm with selectivity (default: 9)
|
H A D | zstdcli.c | 255 DISPLAYOUT( "--train ## : create a dictionary from a training set of files \n"); in usage_advanced() 256 …DISPLAYOUT( "--train-cover[=k=#,d=#,steps=#,split=#,shrink[=#]] : use the cover algorithm with opt… in usage_advanced() 257 …DISPLAYOUT( "--train-fastcover[=k=#,d=#,f=#,steps=#,split=#,accel=#,shrink[=#]] : use the fast cov… in usage_advanced() 258 …DISPLAYOUT( "--train-legacy[=s=#] : use the legacy algorithm with selectivity (default: %u) \n", g… in usage_advanced() 439 * reads cover parameters from *stringPtr (e.g. "--train-cover=k=48,d=8,steps=32") into *params 477 …* reads fastcover parameters from *stringPtr (e.g. "--train-fastcover=k=48,d=8,f=20,steps=32,accel… 517 …* reads legacy dictionary builder parameters from *stringPtr (e.g. "--train-legacy=selectivity=8")… 915 …if (!strcmp(argument, "--train")) { operation=zom_train; if (outFileName==NULL) outFileName=g_defa… in main() 948 if (longCommandWArg(&argument, "--train-cover")) { in main() 959 if (longCommandWArg(&argument, "--train-fastcover")) { in main() [all …]
|
H A D | dibio.h | 29 Train a dictionary from a set of files provided by `fileNamesTable`.
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zdict.h | 51 * structure, you can train a dictionary on ahead of time on some samples of 88 * How do I train a dictionary? 92 * other. If you have several use cases, you could try to train one dictionary 95 * Pass those samples to `ZDICT_trainFromBuffer()` and that will train your 130 * Simply train a dictionary and try it out. You can use zstd's built in 180 * Train a dictionary from an array of samples. 288 …unsigned shrinkDict; /* Train dictionaries to shrink in size starting from the minimum siz… 301 …unsigned shrinkDict; /* Train dictionaries to shrink in size starting from the minimum siz… 308 * Train a dictionary from an array of samples using the COVER algorithm. 349 * Train a dictionary from an array of samples using a modified version of COVER algorithm. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | motorcomm,yt8xxx.yaml | 98 Transmit PHY Clock delay train configuration when speed is 10Mbps. 104 Transmit PHY Clock delay train configuration when speed is 100Mbps. 110 Transmit PHY Clock delay train configuration when speed is 1000Mbps.
|
/freebsd/lib/libc/string/ |
H A D | strverscmp.3 | 36 (thus, the ordering would be "a", "b", "train").
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | microchip,corepwm.yaml | 57 a minimum period pulse train whose High/Low average is that of the chosen duty
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | Makefile | 55 @$(ZSTD) --train harness.c zstd_decompress.c zstd_decompress.h README.md \
|
/freebsd/sys/contrib/zstd/examples/ |
H A D | dictionary_compression.c | 17 `dictFileName` is supposed to have been created using `zstd --train` */
|
H A D | dictionary_decompression.c | 18 `dictFileName` is supposed to have been created using `zstd --train` */
|
/freebsd/share/dict/ |
H A D | web2a | 109 accommodation train 697 air train 2558 artillery train 3322 baggage train 4477 battering train 6631 boat train 7318 boulder train 8011 bridge train 8668 bull train 10544 cattle train [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | README.md | 114 `zstd --train FullPathToTrainingSet/* -o dictionaryName`
|
H A D | CHANGELOG | 445 cli : new : commands --train-cover and --train-legacy, to select dictionary algorithm and parameters
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.h | 2570 u8 train_status; /* [7:4]-> train-state, [3:0]-> train-phase */ 2588 u8 train_status; /* [7:4]-> train-state, [3:0]-> train-phase */ 2596 u8 state_phase; /* [0:3] train state, [4:7] train phase */
|
/freebsd/sys/dev/ntb/ |
H A D | ntb.h | 127 * should train the link to its maximum speed and width, or the requested speed
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_dump.c | 1664 "XFI1 TRAIN Registers"); in qls_mpi_core_dump() 1711 "XFI2 TRAIN Registers"); in qls_mpi_core_dump()
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 417 /* Train init sequence for boot CPU */ in gic_v3_attach() 1109 /* Train init sequence for boot CPU */ in gic_v3_init_secondary()
|
H A D | trap.c | 619 * Userspace may be trying to train the branch predictor to in do_el0_sync()
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_rawdcf.c | 415 * a 100ms pulse would generate a 4 bit train (20ms per bit and in cvt_rawdcf()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.1.txt | 664 changes without losing their train of thought.
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.1.txt | 664 changes without losing their train of thought.
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_paprd.c | 2217 /* need re-train PAPRD */ in ar9300_paprd_create_curve() 2283 * This function do decrease tx power if Paprd is off or train failed.
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | wordset_4k.c | 3762 "train",
|