Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_opt.h21 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend);
Dzstd_opt.c504 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree() function
Dzstd_compress.c3134 ZSTD_updateTree(ms, ichunk-HASH_READ_SIZE, ichunk); in ZSTD_loadDictionaryContent()