Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:HC Compression

Proto:static void LZ4HC_init(LZ4HC_CCtx_internal *hc4, const BYTE *start)

Type:void

Parameter:

TypeParameterName
LZ4HC_CCtx_internal *hc4
const BYTE *start
63  memset((void * )hashTable, 0, size of hashTable )
64  memset(chainTable, 0xFF, size of chainTable )
65  dex from which to continue dict update = 64 * KB
66  All index relative to this position = start - 64 * KB
67  xt block to continue on current prefix = start
68  alternate base for extDict = start - 64 * KB
69  low that point, need extDict = 64 * KB
70  low that point, no more dict = 64 * KB
Caller
NameDescribe
LZ4_compress_HC_extStateHC
LZ4_loadDictHC
LZ4_compressHC_continue_generic