Searched refs:hashSmall (Results 1 – 1 of 1) sorted by relevance
22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local40 hashSmall[smHash] = current + i; in ZSTD_fillDoubleHashTable()59 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic() local134 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic()142 hashLong[h2] = hashSmall[h] = current; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()267 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_generic()285 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic()301 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic()367 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local395 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic()[all …]