函数逻辑报告

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

函数名称:Tree updater, providing best match

函数原型:static U32 ZSTD_BtGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, const U32 minMatchLen)

返回类型:U32

参数:

类型参数名称
ZSTD_CCtx *zc
const BYTE *constip
const BYTE *constiLimit
const U32maxNbAttempts
const U32mls
ZSTD_match_t *matches
const U32minMatchLen
359  如果ip小于basenextToUpdate则返回:0
361  ZSTD_updateTree(zc, ip, iLimit, maxNbAttempts, mls)
362  返回:-************************************** Binary Tree search
调用者
名称描述
ZSTD_BtGetAllMatches_selectMLS