Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
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()
Dzstd_ldm.c275 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
Dzstd_compress.c1771 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()