Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c802 U64 ZSTD_rotateRight_U64(U64 const value, U32 count) { in ZSTD_rotateRight_U64() function
993 …return ZSTD_rotateRight_U64((U64)matches[3] << 48 | (U64)matches[2] << 32 | (U64)matches[1] << 16 … in ZSTD_row_getSSEMask()
1056 return ZSTD_rotateRight_U64(matches, head); in ZSTD_row_getMatchMask()
1098 return ZSTD_rotateRight_U64((U64)matches, head); in ZSTD_row_getMatchMask()