函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ZSTD_HcFindBestMatch_extDict_selectMLS

函数原型:FORCE_INLINE size_t ZSTD_HcFindBestMatch_extDict_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
const BYTE *ip
const BYTE *constiLimit
size_t *offsetPtr
const U32maxNbAttempts
const U32matchLengthSearch
1885  默认
1886  :matchLengthSearch恒等于4
1886  返回:ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 4, 1)
1887  :matchLengthSearch恒等于5
1887  返回:ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 5, 1)
1888  :matchLengthSearch恒等于7
1889  :matchLengthSearch恒等于6
1889  返回:ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 6, 1)