Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Darm_acle.h115 __ror(uint32_t __x, uint32_t __y) { in __ror() function
133 return __ror(__x, __y); in __rorl()
179 return __ror(__rev(__t), 16); in __rev16()
/external/clang/test/CodeGen/
Darm_acle.c128 return __ror(x, y); in test_ror()
/external/mdnsresponder/mDNSCore/
DDNSDigest.c424 # define ROTATE(a,n) (n<24 ? __rol(a,n) : __ror(a,32-n))