Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ZSTD_BtFindBestMatch_selectMLS

Proto:static size_t ZSTD_BtFindBestMatch_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 Index table will be updated
const BYTE *ip
const BYTE *constiLimit
size_t *offsetPtr
const U32maxNbAttempts
const U32matchLengthSearch
1747  Default
1748  Case matchLengthSearch == 4
1748  Return ZSTD_BtFindBestMatch() : Tree updater, providing best match
1749  Case matchLengthSearch == 5
1749  Return ZSTD_BtFindBestMatch() : Tree updater, providing best match
1750  Case matchLengthSearch == 7
1751  Case matchLengthSearch == 6
1751  Return ZSTD_BtFindBestMatch() : Tree updater, providing best match