OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dedicatedDictSearch
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c
1011
int
dedicatedDictSearch
= 0;
1046
if (longCommandWArg(&argument, "--dedicated-dict-search")) {
dedicatedDictSearch
= 1; continue; }
1069
ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_enableDedicatedDictSearch,
dedicatedDictSearch
);
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h
296
int
dedicatedDictSearch
; /* Indicates whether this matchState is using the
1076
(ms->dictMatchState->
dedicatedDictSearch
? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) :
zstd_compress.c
1995
ms->
dedicatedDictSearch
&& (forWho == ZSTD_resetTarget_CDict))
2314
int const
dedicatedDictSearch
= cdict->matchState.
dedicatedDictSearch
;
2315
return
dedicatedDictSearch
2341
if (cdict->matchState.
dedicatedDictSearch
) {
2410
assert(!cdict->matchState.
dedicatedDictSearch
);
2672
if (ZSTD_allocateChainTable(params->cParams.strategy, params->useRowMatchFinder, (U32)ms->
dedicatedDictSearch
)) {
4999
if (ms->
dedicatedDictSearch
) {
5561
cdict->matchState.
dedicatedDictSearch
= params.enableDedicatedDictSearch;
5690
DEBUGLOG(3, "ZSTD_createCDict_advanced2:
DedicatedDictSearch
=%u", cctxParams.enableDedicatedDictSearch)
[
all
...]
zstd_lazy.c
1415
X(__VA_ARGS__,
dedicatedDictSearch
)
1504
ZSTD_SWITCH_SEARCH_METHOD(
dedicatedDictSearch
)
Completed in 64 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026