Searched refs:nbSearches (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/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() 1294 int minLen, int nbSearches, in LZ4HC_FindLongerMatch() argument 1303 …nsertAndGetWiderMatch(ctx, ip, ip, iHighLimit, minLen, &matchPtr, &ip, nbSearches, 1 /*patternAnal… in LZ4HC_FindLongerMatch() 1319 int const nbSearches, in LZ4HC_compress_optimal() argument 1360 …st firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal() 1433 …newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSp… in LZ4HC_compress_optimal() 1436 …= LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, favorDecS… in LZ4HC_compress_optimal()
|