Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ZSTD_readLE32

Proto:ZSTD_STATIC U32 ZSTD_readLE32(const void *memPtr)

Type:U32

Parameter:

TypeParameterName
const void *memPtr
87  Return get_unaligned_le32(memPtr)
Caller
NameDescribe
ZSTD_hash3Ptr
ZSTD_loadZstdDictionary : 0, or an error code
ZSTD_compress_insertDictionary : 0, or an error code
FSE_readNCount-*************************************************************** FSE NCount encoding-decoding
ZSTD_isFrame! ZSTD_isFrame() :* Tells if the content of `buffer` starts with a valid Frame Identifier.* Note : Frame Identifier is 4 bytes. If `size < 4`, @return will always be 0.
ZSTD_getFrameParams : 0, `fparamsPtr` is correctly filled,
ZSTD_findDecompressedSize : decompressed size of the frames contained
ZSTD_decodeLiteralsBlock : nb of bytes read from src (< srcSize )
ZSTD_findFrameCompressedSize : the compressed size of the frame starting at `src`
ZSTD_decompressFrame! ZSTD_decompressFrame() :*@dctx must be properly initialized
ZSTD_decompressMultiFrame
ZSTD_decompressContinue : nb of bytes generated into `dst` (necessarily <= `dstCapacity)
ZSTD_loadEntropy : size of entropy tables read
ZSTD_decompress_insertDictionary
ZSTD_loadEntropy_inDDict
ZSTD_getDictID_fromDict! ZSTD_getDictID_fromDict() :* Provides the dictID stored within dictionary.* if @return == 0, the dictionary is not conformant with Zstandard specification.* It can still be loaded, but as a content-only dictionary.