Function report |
Source Code:lib\lz4\lz4hc_compress.c |
Create Date:2022-07-28 07:00:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:HC Compression
Proto:static void LZ4HC_init(LZ4HC_CCtx_internal *hc4, const BYTE *start)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
LZ4HC_CCtx_internal * | hc4 | |
const BYTE * | start |
64 | memset(chainTable, 0xFF, size of chainTable ) |
65 | dex from which to continue dict update = 64 * KB |
66 | All index relative to this position = start - 64 * KB |
68 | alternate base for extDict = start - 64 * KB |
69 | low that point, need extDict = 64 * KB |
70 | low that point, no more dict = 64 * KB |
Name | Describe |
---|---|
LZ4_compress_HC_extStateHC | |
LZ4_loadDictHC | |
LZ4_compressHC_continue_generic |
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 |