Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:04:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_HcFindBestMatch_extDict_selectMLS
Proto:FORCE_INLINE size_t ZSTD_HcFindBestMatch_extDict_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 | |
const BYTE * | ip | |
const BYTE *const | iLimit | |
size_t * | offsetPtr | |
const U32 | maxNbAttempts | |
const U32 | matchLengthSearch |
1885 | Default |
1886 | Case matchLengthSearch == 4 |
1886 | Return ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 4, 1) |
1887 | Case matchLengthSearch == 5 |
1887 | Return ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 5, 1) |
1888 | Case matchLengthSearch == 7 |
1889 | Case matchLengthSearch == 6 |
1889 | Return ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 6, 1) |
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 |