Lines Matching refs:HASH_READ_SIZE
32 #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()
2590 …ZSTD_updateTree(zc, iend - HASH_READ_SIZE, iend, 1 << zc->params.cParams.searchLog, zc->params.cPa… in ZSTD_loadDictionaryContent()