Function report |
Source Code:lib\zstd\zstd_opt.h |
Create Date:2022-07-28 07:04:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_BtGetAllMatches_selectMLS
Proto:static U32 ZSTD_BtGetAllMatches_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, ZSTD_match_t *matches, const U32 minMatchLen)
Type:U32
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_CCtx * | zc | Index table will be updated |
const BYTE * | ip | |
const BYTE *const | iHighLimit | |
const U32 | maxNbAttempts | |
const U32 | matchLengthSearch | |
ZSTD_match_t * | matches | |
const U32 | minMatchLen |
370 | Case matchLengthSearch == 3 |
370 | Return Tree updater, providing best match |
371 | Default |
372 | Case matchLengthSearch == 4 |
372 | Return Tree updater, providing best match |
373 | Case matchLengthSearch == 5 |
373 | Return Tree updater, providing best match |
374 | Case matchLengthSearch == 7 |
375 | Case matchLengthSearch == 6 |
375 | Return Tree updater, providing best match |
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 |