/external/zstd/lib/compress/ |
D | zstd_preSplit.c | 33 FORCE_INLINE_TEMPLATE unsigned hash2(const void *p, unsigned hashLog) in hash2() 57 …ts_generic(Fingerprint* fp, const void* src, size_t srcSize, size_t samplingRate, unsigned hashLog) in addEvents_generic() 70 …nt_generic(Fingerprint* fp, const void* src, size_t srcSize, size_t samplingRate, unsigned hashLog) in recordFingerprint_generic() 95 static U64 fpDistance(const Fingerprint* fp1, const Fingerprint* fp2, unsigned hashLog) in fpDistance() 113 unsigned hashLog) in compareFingerprints()
|
D | zstd_lazy.c | 35 U32 const hashLog = cParams->hashLog; in ZSTD_updateDUBT() local 176 U32 const hashLog = dmsCParams->hashLog; in ZSTD_DUBT_findBetterDictMatch() local 251 U32 const hashLog = cParams->hashLog; in ZSTD_DUBT_findBestMatch() local 430 U32 const hashLog = ms->cParams.hashLog - ZSTD_LAZY_DDSS_BUCKET_LOG; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local 638 const U32 hashLog = cParams->hashLog; in ZSTD_insertAndFindFirstIndex_internal() local 843 U32 const hashLog = ms->rowHashLog; in ZSTD_row_fillHashCache() local 867 U32 idx, U32 const hashLog, in ZSTD_row_nextCachedHash() 892 U32 const hashLog = ms->rowHashLog; in ZSTD_row_update_internalImpl() local 1151 const U32 hashLog = ms->rowHashLog; in ZSTD_RowFindBestMatch() local
|
D | zstd_opt.c | 450 U32 const hashLog = cParams->hashLog; in ZSTD_insertBt1() local 605 U32 const hashLog = cParams->hashLog; in ZSTD_insertBtAndGetAllMatches() local
|
D | zstdmt_compress.c | 509 unsigned const hashLog = params.ldmParams.hashLog; in ZSTDMT_serialState_reset() local
|
D | zstd_compress_internal.h | 348 U32 hashLog; /* Log size of hashTable */ member
|
D | zstd_compress.c | 1425 U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog()
|
/external/zstd/lib/legacy/ |
D | zstd_v05.h | 89 …U32 contentLog; U32 hashLog; U32 searchLog; U32 searchLength; U32 targetLength; ZSTDv05_strategy s… member
|
D | zstd_v04.c | 203 U32 hashLog; /* dispatch table : larger == more memory, faster */ member
|
/external/zstd/lib/ |
D | zstd.h | 1355 unsigned hashLog; /**< dispatch table : larger == faster, more memory */ member
|
/external/coreboot/util/cbfstool/lz4/lib/ |
D | lz4.c | 437 const U32 hashLog = (tableType == byU16) ? LZ4_HASHLOG+1 : LZ4_HASHLOG; in LZ4_hashSequence64() local
|
/external/lz4/lib/ |
D | lz4.c | 787 const U32 hashLog = (tableType == byU16) ? LZ4_HASHLOG+1 : LZ4_HASHLOG; in LZ4_hash5() local
|
/external/zstd/programs/ |
D | fileio.c | 1078 static U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) in ZSTD_cycleLog()
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 27569 unsigned int hashLog; member 78198 U32 hashLog; member
|
D | vmlinux.h | 27569 unsigned int hashLog; member 78198 U32 hashLog; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 64280 unsigned int hashLog; member 74593 U32 hashLog; member
|
D | vmlinux.h | 64280 unsigned int hashLog; member 74593 U32 hashLog; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 34275 unsigned int hashLog; member 34303 U32 hashLog; member
|
D | vmlinux.h | 34275 unsigned int hashLog; member 34303 U32 hashLog; member
|