Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4hc_compress.c103 const int maxNbAttempts) in LZ4HC_InsertAndFindBestMatch() argument
114 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndFindBestMatch()
175 const int maxNbAttempts) in LZ4HC_InsertAndGetWiderMatch() argument
187 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch()
356 unsigned int maxNbAttempts; in LZ4HC_compress_generic() local
371 maxNbAttempts = 1 << (compressionLevel - 1); in LZ4HC_compress_generic()
379 matchlimit, (&ref), maxNbAttempts); in LZ4HC_compress_generic()
395 &start2, maxNbAttempts); in LZ4HC_compress_generic()
457 maxNbAttempts); in LZ4HC_compress_generic()