Home
last modified time | relevance | path

Searched refs:HASH_READ_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/lib/zstd/compress/
Dzstd_fast.c25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillHashTable()
109 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_noDict_generic()
388 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_dictMatchState_generic()
Dzstd_double_fast.c26 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillDoubleHashTable()
68 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_noDict_generic()
276 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
Dzstd_compress_internal.h29 #define HASH_READ_SIZE 8 macro
1224 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
Dzstd_ldm.c341 BYTE const* const ilimit = iend - HASH_READ_SIZE; in ZSTD_ldm_generateSequences_internal()
Dzstd_compress.c4151 if (srcSize <= HASH_READ_SIZE) return 0; in ZSTD_loadDictionaryContent()
4170 assert(srcSize >= HASH_READ_SIZE); in ZSTD_loadDictionaryContent()
4173 ZSTD_dedicatedDictSearch_lazy_loadDictionary(ms, iend-HASH_READ_SIZE); in ZSTD_loadDictionaryContent()
4179 ZSTD_row_update(ms, iend-HASH_READ_SIZE); in ZSTD_loadDictionaryContent()
4182 ZSTD_insertAndFindFirstIndex(ms, iend-HASH_READ_SIZE); in ZSTD_loadDictionaryContent()
4192 assert(srcSize >= HASH_READ_SIZE); in ZSTD_loadDictionaryContent()
4193 ZSTD_updateTree(ms, iend-HASH_READ_SIZE, iend); in ZSTD_loadDictionaryContent()