Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/compress/
Dzstd_lazy.c809 U32 ZSTD_rotateRight_U32(U32 const value, U32 count) { in ZSTD_rotateRight_U32() function
991 if (nbChunks == 2) return ZSTD_rotateRight_U32((U32)matches[1] << 16 | (U32)matches[0], head); in ZSTD_row_getSSEMask()
1041 return ZSTD_rotateRight_U32(matches, head); in ZSTD_row_getMatchMask()
1096 return ZSTD_rotateRight_U32((U32)matches, head); in ZSTD_row_getMatchMask()