函数逻辑报告 |
Source Code:lib\zstd\fse.h |
Create Date:2022-07-27 07:59:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:FSE_initCState
函数原型:ZSTD_STATIC void FSE_initCState(FSE_CState_t *statePtr, const FSE_CTable *ct)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
FSE_CState_t * | statePtr | |
const FSE_CTable * | ct |
431 | tableLog等于ZSTD_read16(ptr) |
433 | stateTable等于u16ptr加2 |
名称 | 描述 |
---|---|
FSE_initCState2 | ! FSE_initCState2() :* Same as FSE_initCState(), but the first symbol to include (which will be the last to be read)* uses the smallest state value possible, saving the cost of this symbol |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |