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

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c26 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE;
68 const BYTE* const ilimit = iend - HASH_READ_SIZE;
276 const BYTE* const ilimit = iend - HASH_READ_SIZE;
H A Dzstd_fast.c25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE;
109 const BYTE* const ilimit = iend - HASH_READ_SIZE;
388 const BYTE* const ilimit = iend - HASH_READ_SIZE;
H A Dzstd_compress_internal.h29 #define HASH_READ_SIZE 8 macro
1224 if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; /* too small extDict */
H A Dzstd_ldm.c341 BYTE const* const ilimit = iend - HASH_READ_SIZE;
H A Dzstd_compress.c4151 if (srcSize <= HASH_READ_SIZE) return 0;
4170 assert(srcSize >= HASH_READ_SIZE);
4173 ZSTD_dedicatedDictSearch_lazy_loadDictionary(ms, iend-HASH_READ_SIZE);
4179 ZSTD_row_update(ms, iend-HASH_READ_SIZE);
4182 ZSTD_insertAndFindFirstIndex(ms, iend-HASH_READ_SIZE);
4192 assert(srcSize >= HASH_READ_SIZE);
4193 ZSTD_updateTree(ms, iend-HASH_READ_SIZE, iend);

Completed in 208 milliseconds