ZSTD_rotateRight_U32
if (nbChunks == 2) return ZSTD_rotateRight_U32((U32)matches[1] << 16 | (U32)matches[0], head);
return ZSTD_rotateRight_U32((U32)matches, headGrouped);