函数逻辑报告 |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-27 08:01:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ZSTD_HcFindBestMatch_extDict_selectMLS
函数原型: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)
返回类型:size_t
参数:
类型 | 参数 | 名称 |
---|---|---|
ZSTD_CCtx * | zc | |
const BYTE * | ip | |
const BYTE *const | iLimit | |
size_t * | offsetPtr | |
const U32 | maxNbAttempts | |
const U32 | matchLengthSearch |
1885 | 默认 |
1886 | 当:matchLengthSearch恒等于4 |
1886 | 返回:ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 4, 1) |
1887 | 当:matchLengthSearch恒等于5 |
1887 | 返回:ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 5, 1) |
1888 | 当:matchLengthSearch恒等于7 |
1889 | 当:matchLengthSearch恒等于6 |
1889 | 返回:ZSTD_HcFindBestMatch_generic(zc, ip, iLimit, offsetPtr, maxNbAttempts, 6, 1) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |