函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称:FSE_initCState

函数原型:ZSTD_STATIC void FSE_initCState(FSE_CState_t *statePtr, const FSE_CTable *ct)

返回类型:void

参数:

类型参数名称
FSE_CState_t *statePtr
const FSE_CTable *ct
429  ptr等于ct
430  u16ptr等于ptr
431  tableLog等于ZSTD_read16(ptr)
432  value等于1左移tableLog
433  stateTable等于u16ptr加2
434  symbolTT等于ct加1加如果tableLog则1左移tableLog减1位否则1
435  stateLog等于tableLog
调用者
名称描述
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