Lines Matching refs:hashLong
111 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local
178 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic()
188 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_noDict_generic()
214 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic()
288 hashLong[hl1] = (U32)(ip1 - base); in ZSTD_compressBlock_doubleFast_noDict_generic()
302 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic()
303 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_noDict_generic()
316 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_noDict_generic()
335 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
397 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
405 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
460 U32 const matchIndexL3 = hashLong[hl3]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
464 hashLong[hl3] = curr + 1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
512 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
513 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
532 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
617 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
652 const U32 matchLongIndex = hashLong[hLong]; in ZSTD_compressBlock_doubleFast_extDict_generic()
661 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */ in ZSTD_compressBlock_doubleFast_extDict_generic()
684 U32 const matchIndex3 = hashLong[h3]; in ZSTD_compressBlock_doubleFast_extDict_generic()
688 hashLong[h3] = curr + 1; in ZSTD_compressBlock_doubleFast_extDict_generic()
720 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
721 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_extDict_generic()
739 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()