Home
last modified time | relevance | path

Searched refs:shiftAmount (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1062 const size_t shiftAmount = ((chunkSize * 8) - chunkSize); in ZSTD_row_getMatchMask() local
1077 matches |= (chunk * extractMagic) >> shiftAmount; in ZSTD_row_getMatchMask()
1088 matches |= ((chunk >> 7) * extractMagic) >> shiftAmount; in ZSTD_row_getMatchMask()