函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |