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

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c83 size_t hl1; /* the long hash at ip1 */ local
138 hl1 = ZSTD_hashPtr(ip1, hBitsL, 8);
150 idxl1 = hashLong[hl1];
169 hl0 = hl1;
217 hashLong[hl1] = (U32)(ip1 - base);

Completed in 178 milliseconds