Home
last modified time | relevance | path

Searched refs:ZSTD_window_hasExtDict (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h802 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function
814 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
H A Dzstd_ldm.c275 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
H A Dzstd_compress.c1771 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10641 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function
10653 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
14680 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()
19786 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()