函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ZSTD_BtGetAllMatches_selectMLS_extDict

函数原型:static U32 ZSTD_BtGetAllMatches_selectMLS_extDict(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
394  :matchLengthSearch恒等于3
394  返回:Tree updater, providing best match
395  默认
396  :matchLengthSearch恒等于4
396  返回:Tree updater, providing best match
397  :matchLengthSearch恒等于5
397  返回:Tree updater, providing best match
398  :matchLengthSearch恒等于7
399  :matchLengthSearch恒等于6
399  返回:Tree updater, providing best match
调用者
名称描述
ZSTD_compressBlock_opt_extDict_generic