Searched refs:__ror (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/
H A Dmd32_common.h156 # define ROTATE(a,n) ( n<24 ? __rol(a,n) : __ror(a,32-n) )
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_acle.h103 __ror(uint32_t __x, uint32_t __y) { function
121 return __ror(__x, __y);
187 return __ror(__rev(__t), 16);

Completed in 286 milliseconds