Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.h18 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.c4193 ZSTD_updateTree(ms, iend-HASH_READ_SIZE, iend); in ZSTD_loadDictionaryContent()