Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:03:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_hashPtr
Proto:static size_t ZSTD_hashPtr(const void *p, U32 hBits, U32 mls)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | p | |
U32 | hBits | |
U32 | mls |
980 | Default |
981 | Case mls == 4 |
981 | Return ZSTD_hash4Ptr(p, hBits) |
982 | Case mls == 5 |
982 | Return ZSTD_hash5Ptr(p, hBits) |
983 | Case mls == 6 |
983 | Return ZSTD_hash6Ptr(p, hBits) |
984 | Case mls == 7 |
984 | Return ZSTD_hash7Ptr(p, hBits) |
985 | Case mls == 8 |
985 | Return ZSTD_hash8Ptr(p, hBits) |
Name | Describe |
---|---|
ZSTD_fillHashTable | -************************************** Fast Scan |
ZSTD_compressBlock_fast_generic | |
ZSTD_compressBlock_fast_extDict_generic | |
ZSTD_fillDoubleHashTable | -************************************** Double Fast |
ZSTD_compressBlock_doubleFast_generic | |
ZSTD_compressBlock_doubleFast_extDict_generic | |
ZSTD_insertBt1 | : nb of positions added |
ZSTD_insertBtAndFindBestMatch | |
ZSTD_insertAndFindFirstIndex |
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 |