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

/linux-master/lib/zstd/compress/
H A Dzstd_ldm.c25 U64 stopMask; member in struct:__anon213
53 state->stopMask = (((U64)1 << hashRateLog) - 1) << (maxBitsInMask - hashRateLog);
56 state->stopMask = ((U64)1 << hashRateLog) - 1;
104 mask = state->stopMask;
473 * If one repetition of the pattern matches our `stopMask` then all

Completed in 110 milliseconds