Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4opt.h184 size_t best_mlen, LZ4HC_match_t* matches, const int fullUpdate) in LZ4HC_BinTree_GetAllMatches() argument
188 if (fullUpdate) LZ4HC_updateBinTree(ctx, ip, iHighLimit); in LZ4HC_BinTree_GetAllMatches()
213 const int fullUpdate in LZ4HC_compress_optimal() argument
239 … match_num = LZ4HC_BinTree_GetAllMatches(ctx, ip, matchlimit, MINMATCH-1, matches, fullUpdate); in LZ4HC_compress_optimal()
288 … match_num = LZ4HC_BinTree_GetAllMatches(ctx, inr, matchlimit, MINMATCH-1, matches, fullUpdate); in LZ4HC_compress_optimal()