函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\mem.h Create Date:2022-07-27 07:59:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ZSTD_readLE32

函数原型:ZSTD_STATIC U32 ZSTD_readLE32(const void *memPtr)

返回类型:U32

参数:

类型参数名称
const void *memPtr
87  返回:get_unaligned_le32(memPtr)
调用者
名称描述
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.
ZSTD_readLEST