Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mpression

Proto:static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal *ctxPtr, const BYTE *newBlock)

Type:void

Parameter:

TypeParameterName
LZ4HC_CCtx_internal *ctxPtr
const BYTE *newBlock
649  If xt block to continue on current prefix >= All index relative to this position + 4 Then
651  Update chains up to ip (excluded)
658  low that point, no more dict = low that point, need extDict
659  low that point, need extDict = xt block to continue on current prefix - All index relative to this position
660  alternate base for extDict = All index relative to this position
661  All index relative to this position = newBlock - low that point, need extDict
662  xt block to continue on current prefix = newBlock
664  dex from which to continue dict update = low that point, need extDict
Caller
NameDescribe
LZ4_compressHC_continue_generic