函数逻辑报告 |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-27 08:01:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ZSTD_updateTree
函数原型:static void ZSTD_updateTree(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 nbCompares, const U32 mls)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
ZSTD_CCtx * | zc | |
const BYTE *const | ip | |
const BYTE *const | iend | |
const U32 | nbCompares | |
const U32 | mls |
1728 | idx等于nextToUpdate |
1731 | idx加等于 : nb of positions added |
名称 | 描述 |
---|---|
ZSTD_BtFindBestMatch | ZSTD_BtFindBestMatch() : Tree updater, providing best match |
ZSTD_loadDictionaryContent | : 0, or an error code |
ZSTD_BtGetAllMatches | Tree updater, providing best match |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |