Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.h21 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend);
H A Dzstd_opt.c551 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree() function
H A Dzstd_compress.c4284 ZSTD_updateTree(ms, iend-HASH_READ_SIZE, iend); in ZSTD_loadDictionaryContent()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.h21 void ZSTD_updateTree(ZSTD_MatchState_t* ms, const BYTE* ip, const BYTE* iend);
H A Dzstd_opt.c584 void ZSTD_updateTree(ZSTD_MatchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree() function
H A Dzstd_compress.c5029 ZSTD_updateTree(ms, iend-HASH_READ_SIZE, iend); in ZSTD_loadDictionaryContent()
/src/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h334 #define ZSTD_updateTree zfs_ZSTD_updateTree macro