OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_cycleLog
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h
1603
/**
ZSTD_cycleLog
() :
1605
U32
ZSTD_cycleLog
(U32 hashLog, ZSTD_strategy strat);
zstdmt_compress.c
1191
jobLog = MAX(21,
ZSTD_cycleLog
(params->cParams.chainLog, params->cParams.strategy) + 3);
zstd_compress.c
1423
/**
ZSTD_cycleLog
() :
1425
U32
ZSTD_cycleLog
(U32 hashLog, ZSTD_strategy strat)
1563
U32 const cycleLog =
ZSTD_cycleLog
(cPar.chainLog, cPar.strategy);
4532
U32 const cycleLog =
ZSTD_cycleLog
(params->cParams.chainLog, params->cParams.strategy);
/src/external/bsd/zstd/dist/programs/
fileio.c
1076
/**
ZSTD_cycleLog
() :
1078
static U32
ZSTD_cycleLog
(U32 hashLog, ZSTD_strategy strat)
1097
if (fileWindowLog >
ZSTD_cycleLog
(cParams.chainLog, cParams.strategy)) {
Completed in 31 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026