Searched refs:hashSmall (Results 1 – 1 of 1) sorted by relevance
22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local40 hashSmall[smHash] = curr + i; in ZSTD_fillDoubleHashTable()58 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local124 const U32 idxs0 = hashSmall[hs0]; in ZSTD_compressBlock_doubleFast_noDict_generic()244 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_noDict_generic()265 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local316 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()323 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()452 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()538 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local[all …]
Completed in 4 milliseconds