函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\compress.c Create Date:2022-07-27 08:01:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ZSTD_BtFindBestMatch_selectMLS

函数原型: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)

返回类型:size_t

参数:

类型参数名称
ZSTD_CCtx *zc Index table will be updated
const BYTE *ip
const BYTE *constiLimit
size_t *offsetPtr
const U32maxNbAttempts
const U32matchLengthSearch
1747  默认
1748  :matchLengthSearch恒等于4
1748  返回:ZSTD_BtFindBestMatch() : Tree updater, providing best match
1749  :matchLengthSearch恒等于5
1749  返回:ZSTD_BtFindBestMatch() : Tree updater, providing best match
1750  :matchLengthSearch恒等于7
1751  :matchLengthSearch恒等于6
1751  返回:ZSTD_BtFindBestMatch() : Tree updater, providing best match