Function report |
Source Code:lib\lz4\lz4_compress.c |
Create Date:2022-07-28 07:00:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:LZ4_renormDictT
Proto:static void LZ4_renormDictT(LZ4_stream_t_internal *LZ4_dict, const BYTE *src)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
LZ4_stream_t_internal * | LZ4_dict | |
const BYTE * | src |
815 | If currentOffset > 0x80000000 || currentOffset > src Then |
819 | delta = currentOffset - 64 * KB |
820 | dictEnd = dictionary + dictSize |
823 | When i < LZ4_HASH_SIZE_U32 cycle |
829 | currentOffset = 64 * KB |
832 | dictionary = dictEnd - dictSize |
Name | Describe |
---|---|
LZ4_compress_fast_continue |
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 |