Home
last modified time | relevance | path

Searched defs:nbAttempts (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4hc_compress.c115 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndFindBestMatch() local
188 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4hc_compress.c115 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndFindBestMatch() local
188 int nbAttempts = maxNbAttempts; in LZ4HC_InsertAndGetWiderMatch() local
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_lazy.c516 size_t ZSTD_dedicatedDictSearch_lazy_search(size_t* offsetPtr, size_t ml, U32 nbAttempts, in ZSTD_dedicatedDictSearch_lazy_search() argument
670 U32 nbAttempts = 1U << cParams->searchLog; in ZSTD_HcFindBestMatch() local
1146 U32 nbAttempts = 1U << cappedSearchLog; ZSTD_RowFindBestMatch() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c1834 int nbAttempts = maxNbAttempts; in ZSTD_HcFindBestMatch_generic() local

Completed in 17 milliseconds