Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/compress/
HDzstd_opt.h21 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend);
HDzstd_opt.c504 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree() function
HDzstd_compress.c2874 ZSTD_updateTree(ms, ichunk-HASH_READ_SIZE, ichunk); in ZSTD_loadDictionaryContent()
/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDzstd_opt.h21 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend);
HDzstd_opt.c551 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree() function
HDzstd_compress.c4284 ZSTD_updateTree(ms, iend-HASH_READ_SIZE, iend); in ZSTD_loadDictionaryContent()
/freebsd-14-stable/sys/contrib/openzfs/module/zstd/include/
HDzstd_compat_wrapper.h306 #define ZSTD_updateTree zfs_ZSTD_updateTree macro