Searched defs:hashLog (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | zstd.h | 148 unsigned int hashLog; member
|
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_compress.c | 64 const U32 hashLog = (tableType == byU16) in LZ4_hash5() local
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | zstd_opt.h | 240 const U32 hashLog = zc->params.cParams.hashLog; in ZSTD_insertBtAndGetAllMatches() local
|
H A D | compress.c | 168 static U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog() argument 1564 U32 const hashLog = zc->params.cParams.hashLog; ZSTD_insertBt1() local 1647 U32 const hashLog = zc->params.cParams.hashLog; ZSTD_insertBtAndFindBestMatch() local 1799 const U32 hashLog = zc->params.cParams.hashLog; ZSTD_insertAndFindFirstIndex() local [all...] |
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_compress.c | 64 const U32 hashLog = (tableType == byU16) in LZ4_hash5() local
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | zstd_lib.h | 1199 unsigned hashLog; /*< dispatch table : larger == faster, more memory */ member
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_opt.c | 419 U32 const hashLog = cParams->hashLog; in ZSTD_insertBt1() local 570 U32 const hashLog = cParams->hashLog; in ZSTD_insertBtAndGetAllMatches() local
|
H A D | zstd_lazy.c | 26 U32 const hashLog = cParams->hashLog; in ZSTD_updateDUBT() local 165 U32 const hashLog = dmsCParams->hashLog; in ZSTD_DUBT_findBetterDictMatch() local 239 U32 const hashLog = cParams->hashLog; in ZSTD_DUBT_findBestMatch() local 417 U32 const hashLog in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local 623 const U32 hashLog = cParams->hashLog; ZSTD_insertAndFindFirstIndex_internal() local 868 U32 const hashLog = ms->rowHashLog; ZSTD_row_fillHashCache() local 888 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, U16 const* tagTable, BYTE const* base, U32 idx, U32 const hashLog, U32 const rowLog, U32 const mls) ZSTD_row_nextCachedHash() argument 912 U32 const hashLog = ms->rowHashLog; ZSTD_row_update_internalImpl() local 1130 const U32 hashLog = ms->rowHashLog; ZSTD_RowFindBestMatch() local [all...] |
H A D | zstd_compress_internal.h | 264 U32 hashLog; /* Log size of hashTable */ member
|
H A D | zstd_compress.c | 1199 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) ZSTD_cycleLog() argument [all...] |
Completed in 27 milliseconds