Home
last modified time | relevance | path

Searched defs:hashLog (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/lib/zstd/compress/
Dzstd_lazy.c26 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
457 const U32 hashLog = cParams->hashLog; in ZSTD_insertAndFindFirstIndex_internal() local
499 U32 const hashLog = ms->cParams.hashLog - ZSTD_LAZY_DDSS_BUCKET_LOG; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
Dzstd_opt.c388 U32 const hashLog = cParams->hashLog; in ZSTD_insertBt1() local
535 U32 const hashLog = cParams->hashLog; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_compress_internal.h200 U32 hashLog; /* Log size of hashTable */ member
Dzstd_compress.c1082 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog()
/linux-5.19.10/lib/lz4/
Dlz4_compress.c64 const U32 hashLog = (tableType == byU16) in LZ4_hash5() local
/linux-5.19.10/include/linux/
Dzstd_lib.h1162 unsigned hashLog; /*< dispatch table : larger == faster, more memory */ member