Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:02:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_cycleLog() :* condition for correct operation : hashLog > 1
Proto:static U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat)
Type:U32
Parameter:
Type | Parameter | Name |
---|---|---|
U32 | hashLog | |
ZSTD_strategy | strat |
170 | btScale = strat >= ZSTD_btlazy2 |
Name | Describe |
---|---|
ZSTD_adjustCParams | ZSTD_adjustCParams() :optimize `cPar` for a given input (`srcSize` and `dictSize`).mostly downsizing to reduce memory consumption and initialization.Both `srcSize` and `dictSize` are optional (use 0 if unknown), |
ZSTD_compress_generic | : compressed size, or an error code |
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 |