Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A 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
417 U32 const hashLog = ms->cParams.hashLog - ZSTD_LAZY_DDSS_BUCKET_LOG; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
623 const U32 hashLog = cParams->hashLog; in ZSTD_insertAndFindFirstIndex_internal() local
868 U32 const hashLog = ms->rowHashLog; in ZSTD_row_fillHashCache() local
890 U32 idx, U32 const hashLog, in ZSTD_row_nextCachedHash()
912 U32 const hashLog = ms->rowHashLog; in ZSTD_row_update_internalImpl() local
1130 const U32 hashLog = ms->rowHashLog; in ZSTD_RowFindBestMatch() local
H A Dzstd_opt.c419 U32 const hashLog = cParams->hashLog; in ZSTD_insertBt1() local
570 U32 const hashLog = cParams->hashLog; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_compress_internal.h264 U32 hashLog; /* Log size of hashTable */ member
H A Dzstd_compress.c1199 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog()
/openbmc/linux/lib/lz4/
H A Dlz4_compress.c64 const U32 hashLog = (tableType == byU16) in LZ4_hash5() local
/openbmc/linux/include/linux/
H A Dzstd_lib.h1199 unsigned hashLog; /*< dispatch table : larger == faster, more memory */ member