Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h1062 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function
1074 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
H A Dzstd_ldm.c348 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
H A Dzstd_compress.c2290 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()