Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c104 const int maxNbAttempts) in LZ4HC_InsertAndFindBestMatch() argument
115 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndFindBestMatch()
176 const int maxNbAttempts) in LZ4HC_InsertAndGetWiderMatch() argument
188 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch()
357 unsigned int maxNbAttempts; in LZ4HC_compress_generic() local
372 maxNbAttempts = 1 << (compressionLevel - 1); in LZ4HC_compress_generic()
380 matchlimit, (&ref), maxNbAttempts); in LZ4HC_compress_generic()
396 &start2, maxNbAttempts); in LZ4HC_compress_generic()
458 maxNbAttempts); in LZ4HC_compress_generic()