Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h133 # define ROTATE_r32(a,n) _rotr(a,n)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dia32intrin.h814 #define _rotr(a,b) __rord((a), (b)) macro
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h102 # define ROTATE(a,n) (_rotr(a,n))
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1069 LANGBUILTIN(_rotr, "UiUii", "nE", ALL_MS_LANGUAGES)