Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:03:58 |
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() : Tree updater, providing best match
Proto:static size_t ZSTD_BtFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 mls)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_CCtx * | zc | |
const BYTE *const | ip | |
const BYTE *const | iLimit | |
size_t * | offsetPtr | |
const U32 | maxNbAttempts | |
const U32 | mls |
1737 | If ip < base + nextToUpdate Then Return 0 |
1739 | ZSTD_updateTree(zc, ip, iLimit, maxNbAttempts, mls) |
1740 | Return ZSTD_insertBtAndFindBestMatch(zc, ip, iLimit, offsetPtr, maxNbAttempts, mls, 0) |
Name | Describe |
---|---|
ZSTD_BtFindBestMatch_selectMLS |
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 |