Home
last modified time | relevance | path

Searched refs:ZSTD_writeTaggedIndex (Results 1 – 3 of 3) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_fast.c40 ZSTD_writeTaggedIndex(hashTable, hashAndTag, curr); } in ZSTD_fillHashTableForCDict()
48 ZSTD_writeTaggedIndex(hashTable, hashAndTag, curr + p); in ZSTD_fillHashTableForCDict()
H A Dzstd_double_fast.c44 ZSTD_writeTaggedIndex(hashSmall, smHashAndTag, curr + i); in ZSTD_fillDoubleHashTableForCDict()
47 ZSTD_writeTaggedIndex(hashLarge, lgHashAndTag, curr + i); in ZSTD_fillDoubleHashTableForCDict()
H A Dzstd_compress_internal.h1479 MEM_STATIC void ZSTD_writeTaggedIndex(U32* const hashTable, size_t hashAndTag, U32 index) { in ZSTD_writeTaggedIndex() function