Searched refs:hSmall (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c565 const size_t hSmall = ZSTD_hashPtr(ip, hBitsS, mls); local
566 const U32 matchIndex = hashSmall[hSmall];
580 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */

Completed in 170 milliseconds