Searched refs:ZSTD_writeTaggedIndex (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_fast.c | 40 ZSTD_writeTaggedIndex(hashTable, hashAndTag, curr); } in ZSTD_fillHashTableForCDict() 48 ZSTD_writeTaggedIndex(hashTable, hashAndTag, curr + p); in ZSTD_fillHashTableForCDict()
|
| H A D | zstd_double_fast.c | 44 ZSTD_writeTaggedIndex(hashSmall, smHashAndTag, curr + i); in ZSTD_fillDoubleHashTableForCDict() 47 ZSTD_writeTaggedIndex(hashLarge, lgHashAndTag, curr + i); in ZSTD_fillDoubleHashTableForCDict()
|
| H A D | zstd_compress_internal.h | 1479 MEM_STATIC void ZSTD_writeTaggedIndex(U32* const hashTable, size_t hashAndTag, U32 index) { in ZSTD_writeTaggedIndex() function
|