Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\zstd_opt.h Create Date:2022-07-28 07:04:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Tree updater, providing best match

Proto:static U32 ZSTD_BtGetAllMatches_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, const U32 minMatchLen)

Type:U32

Parameter:

TypeParameterName
ZSTD_CCtx *zc
const BYTE *constip
const BYTE *constiLimit
const U32maxNbAttempts
const U32mls
ZSTD_match_t *matches
const U32minMatchLen
383  If ip < base + nextToUpdate Then Return 0
385  ZSTD_updateTree_extDict(zc, ip, iLimit, maxNbAttempts, mls)
386  Return -************************************** Binary Tree search