Searched refs:hLong (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c570 const size_t hLong = ZSTD_hashPtr(ip, hBitsL, 8); local
571 const U32 matchLongIndex = hashLong[hLong];
580 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */

Completed in 127 milliseconds