Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ZSTD_updateTree

Proto:static void ZSTD_updateTree(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 nbCompares, const U32 mls)

Type:void

Parameter:

TypeParameterName
ZSTD_CCtx *zc
const BYTE *constip
const BYTE *constiend
const U32nbCompares
const U32mls
1726  base = base
1727  target = ip - base
1728  idx = nextToUpdate
1730  When idx < target cycle
1731  idx += : nb of positions added
Caller
NameDescribe
ZSTD_BtFindBestMatchZSTD_BtFindBestMatch() : Tree updater, providing best match
ZSTD_loadDictionaryContent : 0, or an error code