Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:03:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_BtFindBestMatch_selectMLS
Proto:static size_t ZSTD_BtFindBestMatch_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 matchLengthSearch)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_CCtx * | zc | Index table will be updated |
const BYTE * | ip | |
const BYTE *const | iLimit | |
size_t * | offsetPtr | |
const U32 | maxNbAttempts | |
const U32 | matchLengthSearch |
1747 | Default |
1748 | Case matchLengthSearch == 4 |
1749 | Case matchLengthSearch == 5 |
1750 | Case matchLengthSearch == 7 |
1751 | Case matchLengthSearch == 6 |
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 |