Lines Matching defs:hlog
100 U32 const hlog = cParams->hashLog;
163 hash0 = ZSTD_hashPtr(ip0, hlog, mls);
164 hash1 = ZSTD_hashPtr(ip1, hlog, mls);
206 hash1 = ZSTD_hashPtr(ip2, hlog, mls);
235 hash1 = ZSTD_hashPtr(ip2, hlog, mls);
299 hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could be > iend-8 */
300 hashTable[ZSTD_hashPtr(ip0-2, hlog, mls)] = (U32)(ip0-2-base);
307 hashTable[ZSTD_hashPtr(ip0, hlog, mls)] = (U32)(ip0-base);
378 U32 const hlog = cParams->hashLog;
427 size_t const h = ZSTD_hashPtr(ip, hlog, mls);
487 hashTable[ZSTD_hashPtr(base+curr+2, hlog, mls)] = curr+2; /* here because curr+2 could be > iend-8 */
488 hashTable[ZSTD_hashPtr(ip-2, hlog, mls)] = (U32)(ip-2-base);
503 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2;
554 U32 const hlog = cParams->hashLog;
584 const size_t h = ZSTD_hashPtr(ip, hlog, mls);
624 hashTable[ZSTD_hashPtr(base+curr+2, hlog, mls)] = curr+2;
625 hashTable[ZSTD_hashPtr(ip-2, hlog, mls)] = (U32)(ip-2-base);
637 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2;