Lines Matching refs:hashSmall
17384 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local
17402 hashSmall[smHash] = current + i; in ZSTD_fillDoubleHashTable()
17421 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic() local
17496 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic()
17504 hashLong[h2] = hashSmall[h] = current; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
17628 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic()
17629 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_generic()
17647 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic()
17663 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic()
17729 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
17757 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic()
17771 hashSmall[hSmall] = hashLong[hLong] = current; /* update hash table */ in ZSTD_compressBlock_doubleFast_extDict_generic()
17832 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
17833 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_extDict_generic()
17848 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()