Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h731 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function
743 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
H A Dzstd_ldm.c262 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
H A Dzstd_compress.c1597 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h974 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function
986 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
H A Dzstd_ldm.c326 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
H A Dzstdmt_compress.c769 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTDMT_compressionJob()
H A Dzstd_compress.c2005 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()