Searched refs:shiftAmount (Results 1 – 1 of 1) sorted by relevance
1062 const size_t shiftAmount = ((chunkSize * 8) - chunkSize); in ZSTD_row_getMatchMask() local1077 matches |= (chunk * extractMagic) >> shiftAmount; in ZSTD_row_getMatchMask()1088 matches |= ((chunk >> 7) * extractMagic) >> shiftAmount; in ZSTD_row_getMatchMask()