Home
last modified time | relevance | path

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

/Linux-v4.19/lib/zstd/
Dcompress.c32 #define HASH_READ_SIZE 8 macro
998 const BYTE *const iend = ((const BYTE *)end) - HASH_READ_SIZE; in ZSTD_fillHashTable()
1020 const BYTE *const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_generic()
1243 const BYTE *const iend = ((const BYTE *)end) - HASH_READ_SIZE; in ZSTD_fillDoubleHashTable()
1268 const BYTE *const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_generic()
2516 if (cctx->dictLimit - cctx->lowLimit < HASH_READ_SIZE) in ZSTD_compressContinue_internal()
2571 if (srcSize <= HASH_READ_SIZE) in ZSTD_loadDictionaryContent()
2582 if (srcSize >= HASH_READ_SIZE) in ZSTD_loadDictionaryContent()
2583 ZSTD_insertAndFindFirstIndex(zc, iend - HASH_READ_SIZE, zc->params.cParams.searchLength); in ZSTD_loadDictionaryContent()
2589 if (srcSize >= HASH_READ_SIZE) in ZSTD_loadDictionaryContent()
[all …]