Searched refs:nbSearches (Results 1 – 1 of 1) sorted by relevance
/lz4-3.4.0-2.7.6/lib/ |
D | lz4hc.c | 790 int const nbSearches, size_t sufficient_len, 810 int nbSearches; in LZ4HC_compress_generic_internal() member 845 cParam.nbSearches, limit, dict); in LZ4HC_compress_generic_internal() 850 cParam.nbSearches, cParam.targetLength, limit, in LZ4HC_compress_generic_internal() 1298 int minLen, int nbSearches, in LZ4HC_FindLongerMatch() argument 1307 …nsertAndGetWiderMatch(ctx, ip, ip, iHighLimit, minLen, &matchPtr, &ip, nbSearches, 1 /*patternAnal… in LZ4HC_FindLongerMatch() 1323 int const nbSearches, in LZ4HC_compress_optimal() argument 1364 …st firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal() 1437 …newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSp… in LZ4HC_compress_optimal() 1440 …= LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal()
|