Function report |
Source Code:lib\zstd\zstd_opt.h |
Create Date:2022-07-28 07:04:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_getPrice
Proto:FORCE_INLINE U32 ZSTD_getPrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength, const int ultra)
Type:U32
Parameter:
Type | Parameter | Name |
---|---|---|
seqStore_t * | seqStorePtr | |
U32 | litLength | |
const BYTE * | literals | |
U32 | offset | |
U32 | matchLength | |
const int | ultra |
148 | If staticPrices Then Return ZSTD_getLiteralPrice(seqStorePtr, litLength, literals) + ====== common function ====== + 16 + offCode |
157 | ML_deltaCode = 36 |
158 | mlCode = If matchLength > 127 Then ====== common function ====== + ML_deltaCode Else ML_Code[matchLength] |
162 | Return price + ZSTD_getLiteralPrice(seqStorePtr, litLength, literals) + factor |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |