Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ZSTD_loadEntropy_inDDict

Proto:static size_t ZSTD_loadEntropy_inDDict(ZSTD_DDict *ddict)

Type:size_t

Parameter:

TypeParameterName
ZSTD_DDict *ddict
2023  dictID = 0
2024  entropyPresent = 0
2025  If dictSize < 8 Then Return 0
2028  magic = ZSTD_readLE32(dictContent)
2029  If magic != v0.7+ Then Return 0
2032  dictID = ZSTD_readLE32((constchar * )dictContent + 4)
2036  entropyPresent = 1
2037  Return 0
Caller
NameDescribe
ZSTD_createDDict_advanced