OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wLog
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/examples/
streaming_memory_usage.c
52
unsigned
wLog
= 0;
55
wLog
= readU32FromChar(&valStr);
78
CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_windowLog,
wLog
) );
104
CHECK_ZSTD( ZSTD_DCtx_setParameter(dctx, ZSTD_d_windowLogMax,
wLog
) );
134
if (
wLog
) break; /* single test */
/src/external/bsd/zstd/dist/tests/fuzz/
sequence_compression_api.c
277
unsigned
wLog
;
294
wLog
= FUZZ_dataProducer_uint32Range(producer, ZSTD_WINDOWLOG_MIN, ZSTD_WINDOWLOG_MAX);
301
ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog,
wLog
);
347
nbSequences = generateRandomSequences(producer, ZSTD_FUZZ_GENERATED_LITERALS_SIZE, dictSize,
wLog
, mode);
/src/external/bsd/zstd/dist/tests/
playTests.sh
891
$GREP -q -- "--zstd=
wlog
=[0-9]*,clog=[0-9]*,hlog=[0-9]*,slog=[0-9]*,mml=[0-9]*,tlen=[0-9]*,strat=[0-9]*"
902
roundTripTest -g512K " --zstd=strat=6,
wlog
=23,clog=23,hlog=22,slog=6"
1585
refSize=$(zstd tmp -6 -c --zstd=
wlog
=18 | wc -c)
1586
ov9Size=$(zstd tmp -6 -c --zstd=
wlog
=18,ovlog=9 | wc -c)
1587
ov1Size=$(zstd tmp -6 -c --zstd=
wlog
=18,ovlog=1 | wc -c)
1692
roundTripTest -g1M -P50 "1 --single-thread --long=29 --zstd=
wlog
=28" " --memory=256MB"
1694
roundTripTest -g1M -P50 "1 --single-thread --long=29" " --zstd=
wlog
=28 --memory=512MB"
1703
optCSize19wlog23=$(datagen -g2M | zstd -19 -c --zstd=
wlog
=23 | wc -c)
1712
echo using --long on compression level 19 with
wLog
=23 should not cause compressed size regression
1857
roundTripTest -g5000000000 -P99 "1 --zstd=
wlog
=25
[
all
...]
Completed in 51 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026