Function report |
Source Code:lib\zstd\zstd_opt.h |
Create Date:2022-07-28 07:04:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_insertAndFindFirstIndexHash3
Proto:U32 ZSTD_insertAndFindFirstIndexHash3(ZSTD_CCtx *zc, const BYTE *ip)
Type:U32
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_CCtx * | zc | |
const BYTE * | ip |
217 | hashTable3 = hashTable3 |
220 | idx = nextToUpdate3 |
221 | target = nextToUpdate3 = ip - base |
222 | hash3 = ZSTD_hash3Ptr(ip, hashLog3) |
225 | hashTable3[ZSTD_hash3Ptr(base + idx, hashLog3)] = idx |
226 | idx++ |
229 | Return hashTable3[hash3] |
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 |