函数逻辑报告 |
Source Code:lib\zstd\zstd_opt.h |
Create Date:2022-07-27 08:02:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ZSTD_updatePrice
函数原型:ZSTD_STATIC void ZSTD_updatePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
seqStore_t * | seqStorePtr | |
U32 | litLength | |
const BYTE * | literals | |
U32 | offset | |
U32 | matchLength |
170 | litSum加等于litLength乘ZSTD_LITFREQ_ADD |
176 | LL_deltaCode等于19 |
177 | llCode等于如果litLength大于63则====== common function ======加LL_deltaCode否则LL_Code[litLength] |
178 | litLengthFreq[llCode]自加 |
179 | litLengthSum自加 |
185 | offCodeSum自加 |
186 | offCodeFreq[offCode]自加 |
191 | ML_deltaCode等于36 |
192 | mlCode等于如果matchLength大于127则====== common function ======加ML_deltaCode否则ML_Code[matchLength] |
193 | matchLengthFreq[mlCode]自加 |
194 | matchLengthSum自加 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |