Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c816 U16 ZSTD_rotateRight_U16(U16 const value, U32 count) { in ZSTD_rotateRight_U16() function
990 if (nbChunks == 1) return ZSTD_rotateRight_U16((U16)matches[0], head); in ZSTD_row_getSSEMask()
1026 return ZSTD_rotateRight_U16((hi << 8) | lo, head); in ZSTD_row_getMatchMask()
1094 return ZSTD_rotateRight_U16((U16)matches, head); in ZSTD_row_getMatchMask()