Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\compress.c Create Date:2022-07-28 07:04:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ZSTD_HcFindBestMatch_selectMLS

Proto:FORCE_INLINE size_t ZSTD_HcFindBestMatch_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 matchLengthSearch)

Type:size_t

Parameter:

TypeParameterName
ZSTD_CCtx *zc
const BYTE *ip
const BYTE *constiLimit
size_t *offsetPtr
const U32maxNbAttempts
const U32matchLengthSearch
1873  Default
1874  Case matchLengthSearch == 4
1874  Return ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 4, 0)
1875  Case matchLengthSearch == 5
1875  Return ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 5, 0)
1876  Case matchLengthSearch == 7
1877  Case matchLengthSearch == 6
1877  Return ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 6, 0)