Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c699 int const nbSearches, size_t sufficient_len,
719 U32 nbSearches; in LZ4HC_compress_generic_internal() member
751 cParam.nbSearches, limit, dict); in LZ4HC_compress_generic_internal()
755 cParam.nbSearches, cParam.targetLength, limit, in LZ4HC_compress_generic_internal()
1133 int minLen, int nbSearches, in LZ4HC_FindLongerMatch() argument
1142 …nsertAndGetWiderMatch(ctx, ip, ip, iHighLimit, minLen, &matchPtr, &ip, nbSearches, 1 /*patternAnal… in LZ4HC_FindLongerMatch()
1158 int const nbSearches, in LZ4HC_compress_optimal() argument
1190 …st firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal()
1260 …newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSp… in LZ4HC_compress_optimal()
1263 …= LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal()