Home
last modified time | relevance | path

Searched defs:rotr64 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltins.cpp51 decltype(__builtin_rotateright64(0,0)) rotr64 = 42; variable
Dbuiltin-rotate.c59 long long rotr64(long long x, unsigned long long y) { in rotr64() function
/external/python/cpython3/Modules/_blake2/impl/
Dblake2-impl.h133 static inline uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64() function