函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ZSTD_BtGetAllMatches_selectMLS

函数原型:static U32 ZSTD_BtGetAllMatches_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, ZSTD_match_t *matches, const U32 minMatchLen)

返回类型:U32

参数:

类型参数名称
ZSTD_CCtx *zc Index table will be updated
const BYTE *ip
const BYTE *constiHighLimit
const U32maxNbAttempts
const U32matchLengthSearch
ZSTD_match_t *matches
const U32minMatchLen
370  :matchLengthSearch恒等于3
370  返回:Tree updater, providing best match
371  默认
372  :matchLengthSearch恒等于4
372  返回:Tree updater, providing best match
373  :matchLengthSearch恒等于5
373  返回:Tree updater, providing best match
374  :matchLengthSearch恒等于7
375  :matchLengthSearch恒等于6
375  返回:Tree updater, providing best match
调用者
名称描述
ZSTD_compressBlock_opt_generic