Home
last modified time | relevance | path

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

/lib/zstd/
Dzstd_opt.h361 ZSTD_updateTree(zc, ip, iLimit, maxNbAttempts, mls); in ZSTD_BtGetAllMatches()
Dcompress.c1724 static void ZSTD_updateTree(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 … in ZSTD_updateTree() function
1739 ZSTD_updateTree(zc, ip, iLimit, maxNbAttempts, mls); in ZSTD_BtFindBestMatch()
2590ZSTD_updateTree(zc, iend - HASH_READ_SIZE, iend, 1 << zc->params.cParams.searchLog, zc->params.cPa… in ZSTD_loadDictionaryContent()