Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c752 int const nbSearches, size_t sufficient_len,
772 U32 nbSearches; in LZ4HC_compress_generic_internal() member
806 cParam.nbSearches, limit, dict); in LZ4HC_compress_generic_internal()
811 (int)cParam.nbSearches, cParam.targetLength, limit, in LZ4HC_compress_generic_internal()
1258 int minLen, int nbSearches, in LZ4HC_FindLongerMatch() argument
1267 …nsertAndGetWiderMatch(ctx, ip, ip, iHighLimit, minLen, &matchPtr, &ip, nbSearches, 1 /*patternAnal… in LZ4HC_FindLongerMatch()
1283 int const nbSearches, in LZ4HC_compress_optimal() argument
1315 …st firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal()
1385 …newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSp… in LZ4HC_compress_optimal()
1388 …= LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal()